Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 1999 09:17:13 -0500 (EST)
From:      Bill Fumerola <billf@chc-chimes.com>
To:        Satoshi Asami <asami@cs.berkeley.edu>
Cc:        ports@FreeBSD.ORG, jkh@FreeBSD.ORG
Subject:   Re: ignoring package dependencies
Message-ID:  <Pine.HPP.3.96.990211091638.2472A-100000@hp9000.chc-chimes.com>
In-Reply-To: <199902102320.PAA82683@silvia.hip.berkeley.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.HPP.3.96.990211091638.2472A-100000>