ports/170201: [patch] print/ghostscript8: duplicate index entries
Jason Helfman
jgh at FreeBSD.org
Thu Jul 26 20:30:09 UTC 2012
>Number: 170201
>Category: ports
>Synopsis: [patch] print/ghostscript8: duplicate index entries
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Jul 26 20:30:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Jason Helfman
>Release: FreeBSD 9.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 9.0-STABLE FreeBSD 9.0-STABLE #6 r235139: Tue May 8 21:19:03 UTC 2012 simon at freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386
>Description:
Make index produces duplicate entries.
Warning: Duplicate INDEX entry: ghostscript8-8.71_10
Warning: Duplicate INDEX entry: ghostscript9-9.05_5
>How-To-Repeat:
>Fix:
Index: ghostscript8-nox11/Makefile
===================================================================
--- ghostscript8-nox11/Makefile (revision 301577)
+++ ghostscript8-nox11/Makefile (working copy)
@@ -6,6 +6,7 @@
#
OPTIONS_UNSET= X11
+LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
MASTERDIR= ${.CURDIR}/../ghostscript8
Index: ghostscript9-nox11/Makefile
===================================================================
--- ghostscript9-nox11/Makefile (revision 301577)
+++ ghostscript9-nox11/Makefile (working copy)
@@ -6,6 +6,7 @@
#
OPTIONS_UNSET= X11
+LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
MASTERDIR= ${.CURDIR}/../ghostscript9
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list