Date: Tue, 17 Oct 1995 14:26:39 -0700 From: asami@cs.berkeley.edu (Satoshi Asami) To: ache@freebsd.org Cc: ports@freebsd.org Subject: russian/netscape.language and bsd.port.mk Message-ID: <199510172126.OAA08930@silvia.HIP.Berkeley.EDU>
next in thread | raw e-mail | index | archive | help
Now back to the subject at hand. Please review the following patch to your netscape.language/Makefile. This should work with the bsd.port.mk that is in the 2.1 branch, but I only tested that it doesn't do anything up to "build" (I don't want to stomp on my nls or app-defaults dir on my machine ;). BTW, why do you need NO_PACKAGE? Looking at pkg/PLIST, it seems like you can make a perfectly reasonable package out of this.... Satoshi P.S. Just FYI...your latest "pure bugfix" in bsd.port.mk (that I just backed out) broke x11/xview-client, in fact it would have deleted the whole x11/xview-client subdirectory if the user typed "make extract". Now you understand the danger of stepping into the depths of bsd.port.mk? :< ======= Index: Makefile =================================================================== RCS file: /usr/cvs/ports/russian/netscape.language/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- 1.6 1995/10/16 14:32:21 +++ Makefile 1995/10/17 21:22:44 @@ -14,18 +14,19 @@ RUN_DEPENDS += netscape:${PORTSDIR}/net/netscape DEPENDS += ${PORTSDIR}/russian/X.language -NO_FETCH= YES NO_EXTRACT= YES -NO_WRKSUBDIR= YES -NO_CONFIGURE= YES NO_PATCH= YES +NO_CONFIGURE= YES NO_BUILD= YES NO_PACKAGE= YES +NO_WRKDIR= YES USE_X11= YES -PACKAGE_NOINSTALL= YES APPDEF = ${X11BASE}/lib/X11/app-defaults +# no distfile to fetch +do-fetch: + do-install: if [ -f ${APPDEF}/Netscape ] ; then \ grep -q "\.version:.*1\.12" ${APPDEF}/Netscape || \ @@ -36,6 +37,5 @@ fi cd ${APPDEF}; grep -q koi8 Netscape || \ patch < ${FILESDIR}/koi8-r_patch; - @${MAKE} ${.MAKEFLAGS} fake-pkg .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510172126.OAA08930>