Subject: Re: package install problem
To: None <netbsd-help@netbsd.org, azcb0@amdahl.com>
From: Hubert Feyrer <hubert.feyrer@rz.uni-regensburg.de>
List: netbsd-help
Date: 08/10/1998 03:32:29
In article <m0z3cFO-00004TC@juno.ccc.amdahl.com> you wrote:
> Actually, Todd ran through rings to get bsd.pkg.mk to call pkg_create(1)
            ^^^^
Wasn't this Thorsten?


> with a -C flag only if pkg_create supports -C:
> 
> .if defined(CONFLICTS)
> # Only use -C if the pkg_create command supports it.
> __PKG_CMD_C__!= ${PKG_CMD} -C 2>&1 | /usr/bin/egrep 'illegal option' ; echo
> .if (${__PKG_CMD_C__} == "")
> PKG_ARGS+=              -C "${CONFLICTS}"
> .endif
> .endif


 - Hubert

-- 
Hubert Feyrer <hubert.feyrer@rz.uni-regensburg.de>