From owner-freebsd-ports Tue Oct 17 23:54:18 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA01590 for ports-outgoing; Tue, 17 Oct 1995 23:54:18 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id XAA01585 for ; Tue, 17 Oct 1995 23:54:15 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.12/8.6.9) id XAA09992; Tue, 17 Oct 1995 23:53:54 -0700 Date: Tue, 17 Oct 1995 23:53:54 -0700 Message-Id: <199510180653.XAA09992@silvia.HIP.Berkeley.EDU> To: ache@astral.msk.su CC: ports@freebsd.org In-reply-to: Subject: Re: russian/netscape.language and bsd.port.mk From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org Precedence: bulk * >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