From owner-freebsd-ports Thu Feb 11 12:08:31 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA09821 for freebsd-ports-outgoing; Thu, 11 Feb 1999 12:08:31 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA09804; Thu, 11 Feb 1999 12:08:28 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA026452633; Thu, 11 Feb 1999 09:17:13 -0500 Date: Thu, 11 Feb 1999 09:17:13 -0500 (EST) From: Bill Fumerola To: Satoshi Asami Cc: ports@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: ignoring package dependencies In-Reply-To: <199902102320.PAA82683@silvia.hip.berkeley.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 10 Feb 1999, Satoshi Asami wrote: > +PKG_IGNORE= '(XFree86-3\.3\.3\.1|Motif-2\.1\.10)' > + > -PKG_ARGS= -v -c ${COMMENT} -d ${DESCR} -f ${TMPPLIST} -p ${PREFIX} -P "`${MAKE} package-depends|sort -u`" ${EXTRA_PKG_ARGS} > +PKG_ARGS= -v -c ${COMMENT} -d ${DESCR} -f ${TMPPLIST} -p ${PREFIX} -P "`${MAKE} package-depends | grep -v -E ${PKG_IGNORE} | sort -u`" ${EXTRA_PKG_ARGS} I vote in favor of it. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message