From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 28 13:30:30 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DECF237B409 for ; Mon, 28 Apr 2003 13:30:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4F8D43FA3 for ; Mon, 28 Apr 2003 13:30:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3SKUIUp002310 for ; Mon, 28 Apr 2003 13:30:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3SKUIAM002304; Mon, 28 Apr 2003 13:30:18 -0700 (PDT) Resent-Date: Mon, 28 Apr 2003 13:30:18 -0700 (PDT) Resent-Message-Id: <200304282030.h3SKUIAM002304@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67B4537B405 for ; Mon, 28 Apr 2003 13:22:52 -0700 (PDT) Received: from hfep05.dion.ne.jp (hfep05.dion.ne.jp [203.181.105.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDEE043FAF for ; Mon, 28 Apr 2003 13:22:51 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([61.198.222.224]) by hfep05.dion.ne.jp with SMTP id <20030428202249153.BKSN@hfep05.dion.ne.jp> for ; Tue, 29 Apr 2003 05:22:49 +0900 Message-Id: <20030429052122.0ab92419.tkato@prontomail.com> Date: Tue, 29 Apr 2003 05:21:22 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/51518: Update port: print/ghostscript-gnu-commfont X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 20:30:30 -0000 >Number: 51518 >Category: ports >Synopsis: Update port: print/ghostscript-gnu-commfont >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 28 13:30:17 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Chase version string of ghostscript-gnu - Fix COMMENT >How-To-Repeat: >Fix: diff -urN /usr/ports/print/ghostscript-gnu-commfont/Makefile.common print/ghostscript-gnu-commfont/Makefile.common --- /usr/ports/print/ghostscript-gnu-commfont/Makefile.common Sat Apr 12 23:14:44 2003 +++ print/ghostscript-gnu-commfont/Makefile.common Mon Apr 28 20:45:56 2003 @@ -1,5 +1,5 @@ PORTNAME= ghostscript -PORTVERSION= 7.05 +PORTVERSION= ${GS_VERSION} CATEGORIES= print MASTER_SITES= # nonexistent PKGNAMESUFFIX= -gnu @@ -7,7 +7,7 @@ DISTFILES= # empty MAINTAINER?= mita@FreeBSD.org -COMMENT?= GNU ghostscript with Japanese Font support +COMMENT?= GNU ghostscript with CJK Font support RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu \ ${LOCALBASE}/share/ghostscript/Resource/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps @@ -15,14 +15,14 @@ NO_BUILD= yes NO_WRKSUBDIR= yes -GSLIB_DIR= ${PREFIX}/share/ghostscript/${PORTVERSION}/lib -PLIST_SUB= GS_VERSION=${PORTVERSION} +GSLIB_DIR= ${PREFIX}/share/ghostscript/${GS_VERSION}/lib +PLIST_SUB= GS_VERSION=${GS_VERSION} .if defined(COMMFONT) PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-commfont PLIST= ${PKGDIR}/pkg-plist.common .else -RUN_DEPENDS+= ${LOCALBASE}/share/ghostscript/${PORTVERSION}/lib/gs_init.ps.pre_sed:${PORTSDIR}/print/ghostscript-gnu-commfont +RUN_DEPENDS+= ${LOCALBASE}/share/ghostscript/${GS_VERSION}/lib/gs_init.ps.pre_sed:${PORTSDIR}/print/ghostscript-gnu-commfont PLIST_SUB+= CIDFNMAP="${CIDFNMAP}" .if defined(JPNFONT) CATEGORIES:= japanese ${CATEGORIES} @@ -68,4 +68,5 @@ .endfor .endif +.include "${.CURDIR}/../../print/ghostscript-gnu/Makefile.inc" .include >Release-Note: >Audit-Trail: >Unformatted: