Date: Thu, 8 Aug 2002 08:25:44 +0900 (JST) From: NIIMI Satoshi <sa2c@sa2c.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/41432: print/ghostscript-gnu-commfont records PKGORIGIN incorrectly Message-ID: <20020807232544.E39AD365@berkeley.sa2c.net>
next in thread | raw e-mail | index | archive | help
>Number: 41432 >Category: ports >Synopsis: print/ghostscript-gnu-commfont records PKGORIGIN incorrectly >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 07 16:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: NIIMI Satoshi >Release: FreeBSD 4.6.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD berkeley.sa2c.net 4.6.1-RELEASE-p10 FreeBSD 4.6.1-RELEASE-p10 #4: Tue Aug 6 04:14:18 JST 2002 sa2c@berkeley.sa2c.net:/usr/obj/usr/src/sys/SA2C_NET i386 >Description: print/ghostscript-gnu-commfont records PKGORIGIN incorrectly when included as master ports from japanese/ghostscript-gnu-jpnfont or korean/ghostscript-gnu-korfont. >How-To-Repeat: # cd /usr/ports/japanese/ghostscript-gnu-jpnfont # make install # pkg_version -vs ja-ghostscript-gnu-jpnfont ja-ghostscript-gnu-jpnfont-7.05 ? orphaned: print/ghostscript-gnu-jpnfont >Fix: --- diff begins here --- Index: Makefile.common =================================================================== RCS file: /home/ncvs/ports/print/ghostscript-gnu-commfont/Makefile.common,v retrieving revision 1.1 diff -u -r1.1 Makefile.common --- Makefile.common 15 May 2002 01:17:51 -0000 1.1 +++ Makefile.common 21 Jul 2002 02:14:15 -0000 @@ -24,13 +24,13 @@ RUN_DEPENDS+= ${LOCALBASE}/share/ghostscript/${PORTVERSION}/lib/gs_init.ps.pre_sed:${PORTSDIR}/print/ghostscript-gnu-commfont PLIST_SUB+= CIDFNMAP="${CIDFNMAP}" .if defined(JPNFONT) -CATEGORIES+= japanese +CATEGORIES:= japanese ${CATEGORIES} PKGNAMEPREFIX= ja- PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-jpnfont RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho.ttf:${PORTSDIR}/japanese/kochi-ttfonts CIDFNMAP= CIDFnmap.jp .elif defined(KORFONT) -CATEGORIES+= korean +CATEGORIES:= korean ${CATEGORIES} PKGNAMEPREFIX= ko- PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-korfont RUN_DEPENDS+= ${LOCALBASE}/share/ghostscript/fonts/Munhwa-Bold:${PORTSDIR}/korean/munhwafonts-cid --- diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020807232544.E39AD365>