Re: configure args in ports

2003-09-13 Thread Antoine Jacoutot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 13 September 2003 12:36, Jens Rehsack wrote:
> Nope,
> $ env CONFIGURE_ARGS=--with-option3 OPTION2=yes make install clean
> would work fine as well as
> $ env CONFIGURE_ARGS=--with-option3 make -DOPTION2 install clean
> would as well as
> $ make -DCONFIGURE_ARGS=--with-option3 -DOPTION2 install clean
> should, too.

Great, thank you :)

Antoine
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/YwQnY3Hnhkr+5cQRAhvFAJ40V0eLTgfxgtwyPlzweP7wj7UgmwCcDdvc
u2nS1vgNeyfOvgSUZKcXcbo=
=YqhN
-END PGP SIGNATURE-

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: configure args in ports

2003-09-13 Thread Jens Rehsack
Antoine Jacoutot wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Saturday 13 September 2003 12:01, Jens Rehsack wrote:

How can I pass configure arguments to a port without editing the Makefile
? Is there something like:
make -DOPTION1 -DOPTION2 CONFIGURE_ARGS="--with_option3" install clean ?
see env(1)


OK, nice.
So it means:
$ env CONFIGURE_ARGS+=--with-option3 make -DOPTION2 install clean
would work, right ?
Nope,
$ env CONFIGURE_ARGS=--with-option3 OPTION2=yes make install clean
would work fine as well as
$ env CONFIGURE_ARGS=--with-option3 make -DOPTION2 install clean
would as well as
$ make -DCONFIGURE_ARGS=--with-option3 -DOPTION2 install clean
should, too.
I prefer the first :-)

Best,
Jens
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: configure args in ports

2003-09-13 Thread Antoine Jacoutot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 13 September 2003 12:01, Jens Rehsack wrote:
> > How can I pass configure arguments to a port without editing the Makefile
> > ? Is there something like:
> > make -DOPTION1 -DOPTION2 CONFIGURE_ARGS="--with_option3" install clean ?
>
> see env(1)

OK, nice.
So it means:
$ env CONFIGURE_ARGS+=--with-option3 make -DOPTION2 install clean

would work, right ?

Antoine
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/YvCdY3Hnhkr+5cQRAg3CAJ99yhtQ3DvwxyvU+t0j87SZhHS4/gCeJr1q
NfCzX+Xyv1w5czL4feYaS2A=
=wfJY
-END PGP SIGNATURE-

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: configure args in ports

2003-09-13 Thread Jens Rehsack
Antoine Jacoutot wrote:
Hi !

How can I pass configure arguments to a port without editing the Makefile ?
Is there something like:
make -DOPTION1 -DOPTION2 CONFIGURE_ARGS="--with_option3" install clean ?
see env(1)

Regards,
Jens
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


configure args in ports

2003-09-13 Thread Antoine Jacoutot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi !

How can I pass configure arguments to a port without editing the Makefile ?
Is there something like:
make -DOPTION1 -DOPTION2 CONFIGURE_ARGS="--with_option3" install clean ?

Thanks.

- -- 
Antoine Jacoutot
[EMAIL PROTECTED]
http://www.lphp.org
PGP/GnuPG key: http://www.lphp.org/ressources/ajacoutot.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/YujHY3Hnhkr+5cQRAgzbAJ0WfygL4lvIKz1wkDG6jCUaTfK39gCaAqSJ
B94VQyAWVV9qydZ5y8Nz0QQ=
=6VyY
-END PGP SIGNATURE-

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"