Date: Thu, 26 Jul 2012 20:26:11 GMT From: Jason Helfman <jgh@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/170201: [patch] print/ghostscript8: duplicate index entries Message-ID: <201207262026.q6QKQBPc095440@freefall.freebsd.org> Resent-Message-ID: <201207262030.q6QKU9VW095509@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207262026.q6QKQBPc095440>