From: joris dedieu on
Hi list,
I would like to know if there is a way to tell a port that it depend
on an other port
but build with particulars options.

Eg : port foo build depend on bar but won't build if bar is not build
with WITH_PARTICULAR.


I don't see anything to say that in bsd.port.mk, so before to
implement self made tests, I
want to know if I miss something.


Thanks
Joris
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Ion-Mihai Tetcu on
On Wed, 19 May 2010 08:11:48 +0200
joris dedieu <joris.dedieu(a)gmail.com> wrote:

> Hi list,
> I would like to know if there is a way to tell a port that it depend
> on an other port
> but build with particulars options.
>
> Eg : port foo build depend on bar but won't build if bar is not build
> with WITH_PARTICULAR.
>
>
> I don't see anything to say that in bsd.port.mk, so before to
> implement self made tests, I want to know if I miss something.

no, there isn't.


--
IOnut - Un^d^dregistered ;) FreeBSD "user"
"Intellectual Property" is nowhere near as valuable as "Intellect"
FreeBSD committer -> itetcu(a)FreeBSD.org, PGP Key ID 057E9F8B493A297B
From: Eitan Adler on
On Wed, May 19, 2010 at 9:11 AM, joris dedieu <joris.dedieu(a)gmail.com> wrote:
> Hi list,
> I would like to know if there is a way to tell a port that it depend
> on an other port
> but build with particulars options.
>
> Eg : port foo build depend on bar but won't build if bar is not build
> with WITH_PARTICULAR.
>

At this point there isn't a "real" way to require this. One option
however is to create a slave port with the options you need set and
depend on that.

--
Eitan Adler
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

 | 
Pages: 1
Prev: GPLv3-licensed ports
Next: OpenJDK6 not building