Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Jan 2000 05:32:23 +0900
From:      Kentaro Inagaki / =?iso-2022-jp?B?GyRCMHAzQBsoQiAbJEI3ckJATzobKEI=?= <inagaki@tg.rim.or.jp>
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/15817: fix: ptex-pkfonts*
Message-ID:  <20000101053223I.inagaki@tg.rim.or.jp>

next in thread | raw e-mail | index | archive | help

>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:
<Organization of PR author (multiple lines)>
>Environment:
>Description:

This port uses ${PORTSDIR} and `.include <bsd.port.pre.mk>'.
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 <bsd.port.pre.mk>
-
-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 <bsd.port.pre.mk>
-
-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 <bsd.port.pre.mk>
-
-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 <bsd.port.pre.mk>
-
-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 <bsd.port.pre.mk>
-
-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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000101053223I.inagaki>