PREFIX problems...

Anders Troback freebsd at troback.com
Fri Feb 10 05:49:05 PST 2006


On Fri, 10 Feb 2006 15:38:08 +0200
Vasil Dimov <vd at FreeBSD.org> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Fri, Feb 10, 2006 at 02:09:02PM +0100, Anders Troback wrote:
> > On Fri, 10 Feb 2006 14:26:01 +0200
> > Vasil Dimov <vd at FreeBSD.org> wrote:
> ...
> > > PREFIX?=	${LOCALBASE}/bigsister
> > > CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
> > > CONFIGURE_ARGS=	--with-cgi=${BS_CGI_PATH} \
> > > 		--with-perlext=${BS_PERL_EXT} \
> > > 		--with-url=${BS_URL} \
> > > 		--with-user=${BS_USER}
> ...
> > 
> > That fixed it!
> > 
> > Is this a "legal" way to go?
> 
> Well, it is good for a port to install in LOCALBASE in general. Why do
> you want to install in ${LOCALBASE}/bigsister? If it conflicts with
> files installed by other ports you may look for --program-prefix (or
> something) argument to the configure script or use CONFLICTS=
> If these are not applicable then install in ${LOCALBASE}/bigsister
> 
> Otherwise this is a "legal" substitution of your variant:
> CONFIGURE_ARGS=--prefix=${PREFIX}/bigsister
> 

I think (I'm just to adopt this port) it's because of the complexity of
bigsisters config files...

I have tried CONFIGURE_ARGS=--prefix=${PREFIX}/bigsister but no luck!



-- 
Anders Trobäck
http://www.troback.com/
============================================
Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"
--------------------------------------------


More information about the freebsd-ports mailing list