Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Oct 1995 23:53:54 -0700
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        ache@astral.msk.su
Cc:        ports@freebsd.org
Subject:   Re: russian/netscape.language and bsd.port.mk
Message-ID:  <199510180653.XAA09992@silvia.HIP.Berkeley.EDU>
In-Reply-To: <tmtu7XmWF0@ache.dialup.demos.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
 * >Why is X.language in the dependency list if you don't want it to
 * >make sure that it's installed?
 * 
 * I don't mean myself here but your intention to test it without
 * modifiyng anything.

Rats.  I just realized that my mofification killed the dependency to
X.language as well.  I guess we need to put in the dependency call
into the NO_EXTRACT case in bsd.port.mk. :<

Oh well.  I don't want to change bsd.port.mk now so here's a modified
version, can you please take a look again?  (Don't worry about the "no
md5 file" message.)

Satoshi
-------
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/18 06:50:21
@@ -14,18 +14,21 @@
 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:
+
+# nothing to extract but can't use NO_EXTRACT because of dependency
+do-extract:
+
 do-install:
 	if [ -f ${APPDEF}/Netscape ] ; then \
 		grep -q "\.version:.*1\.12" ${APPDEF}/Netscape || \
@@ -36,6 +39,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?199510180653.XAA09992>