From owner-freebsd-ports Fri Dec 31 12:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C017214E2C for ; Fri, 31 Dec 1999 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA96354; Fri, 31 Dec 1999 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from serio.al.rim.or.jp (serio.al.rim.or.jp [202.247.191.123]) by hub.freebsd.org (Postfix) with ESMTP id 8DDC7155FD for ; Fri, 31 Dec 1999 12:33:04 -0800 (PST) (envelope-from inagaki@tg.rim.or.jp) Received: from mail1.rim.or.jp by serio.al.rim.or.jp (8.8.8/3.7W/HMX-12) with ESMTP id FAA19672 for ; Sat, 1 Jan 2000 05:33:02 +0900 (JST) Received: from lunatic.kareidoscope.ne.jp by mail1.rim.or.jp (8.9.3+Sun/3.7W/) id FAA25261; Sat, 1 Jan 2000 05:32:53 +0900 (JST) (envelope-from inagaki@tg.rim.or.jp) Received: from localhost (localhost [127.0.0.1]) by lunatic.kareidoscope.ne.jp (8.9.3/3.7W) with ESMTP id FAA17389 for ; Sat, 1 Jan 2000 05:32:23 +0900 (JST) Message-Id: <20000101053223I.inagaki@tg.rim.or.jp> Date: Sat, 01 Jan 2000 05:32:23 +0900 From: Kentaro Inagaki / =?iso-2022-jp?B?GyRCMHAzQBsoQiAbJEI3ckJATzobKEI=?= To: freebsd-gnats-submit@freebsd.org Subject: ports/15817: fix: ptex-pkfonts* Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15817 >Category: ports >Synopsis: fix: ptex-pkfonts* >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 31 12:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Inagaki Kentaro & >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: This port uses ${PORTSDIR} and `.include '. But does not need to use this. Furthermore this may cause a problem in the future. This problems is fixed in following patches. >How-To-Repeat: >Fix: diff -ruNx CVS /usr/ports/japanese/ptex-pkfonts118/Makefile ptex-pkfonts118/Makefile --- /usr/ports/japanese/ptex-pkfonts118/Makefile Mon Dec 27 10:15:31 1999 +++ ptex-pkfonts118/Makefile Fri Dec 31 22:20:49 1999 @@ -8,8 +8,6 @@ RESOLUTION= 118 -.include - -MASTERDIR= ${PORTSDIR}/japanese/ptex-pkfonts300 +MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 .include "${MASTERDIR}/Makefile" diff -ruNx CVS /usr/ports/japanese/ptex-pkfonts240/Makefile ptex-pkfonts240/Makefile --- /usr/ports/japanese/ptex-pkfonts240/Makefile Mon Dec 27 10:15:32 1999 +++ ptex-pkfonts240/Makefile Fri Dec 31 22:21:05 1999 @@ -8,8 +8,6 @@ RESOLUTION= 240 -.include - -MASTERDIR= ${PORTSDIR}/japanese/ptex-pkfonts300 +MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 .include "${MASTERDIR}/Makefile" diff -ruNx CVS /usr/ports/japanese/ptex-pkfonts360/Makefile ptex-pkfonts360/Makefile --- /usr/ports/japanese/ptex-pkfonts360/Makefile Mon Dec 27 10:15:36 1999 +++ ptex-pkfonts360/Makefile Fri Dec 31 22:21:51 1999 @@ -8,8 +8,6 @@ RESOLUTION= 360 -.include - -MASTERDIR= ${PORTSDIR}/japanese/ptex-pkfonts300 +MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 .include "${MASTERDIR}/Makefile" diff -ruNx CVS /usr/ports/japanese/ptex-pkfonts400/Makefile ptex-pkfonts400/Makefile --- /usr/ports/japanese/ptex-pkfonts400/Makefile Mon Dec 27 10:15:38 1999 +++ ptex-pkfonts400/Makefile Fri Dec 31 22:21:48 1999 @@ -8,8 +8,6 @@ RESOLUTION= 400 -.include - -MASTERDIR= ${PORTSDIR}/japanese/ptex-pkfonts300 +MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 .include "${MASTERDIR}/Makefile" diff -ruNx CVS /usr/ports/japanese/ptex-pkfonts600/Makefile ptex-pkfonts600/Makefile --- /usr/ports/japanese/ptex-pkfonts600/Makefile Mon Dec 27 10:15:39 1999 +++ ptex-pkfonts600/Makefile Fri Dec 31 22:21:46 1999 @@ -8,8 +8,6 @@ RESOLUTION= 600 -.include - -MASTERDIR= ${PORTSDIR}/japanese/ptex-pkfonts300 +MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 .include "${MASTERDIR}/Makefile" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message