Re: ports and dependencies

2007-10-20 Thread RW
On Sat, 20 Oct 2007 15:30:18 +0200
"Roberth Sjonøy" <[EMAIL PROTECTED]> wrote:

> Hello, I was compiling and installing mplayer plugin from ports, but I
> noticed something strange, this port depended on firefox, I'm not an
> firefox user, so I wonder, how do I make mplayer-plugin not depend
> firefox? and generally all the ports who depends on it, I'd rather
> compiled them against xulrunner.


The way it works is that you define your gecko preferences something
like this

   WITH_GECKO=  xulrunner firefox thunderbird seamonkey mozilla

and the port will use the first one that's also contained in it's
USE_GECKO list. Unfortunately for you, this port has:

   USE_GECKO= firefox mozilla seamonkey

so xulrunner isn't supported.

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


Re: Ports and dependencies

2002-07-24 Thread Steve Mazerski

On Thursday 25 July 2002 00:42, Adam Weinberger wrote:
> make fetch-recursive-list

Aha, I see. My apologies if that was a FAQ.

Hmm, now I know (thanks to indiscriminate use of grep ;-)
that /usr/ports/Mk/bsd.port.mk contains the central build
targets.

For the record

make all-depends-list

seems to print a more concise list of dependent ports,
and works even after port installation ( fetch-recursive-list
doesn't).

Many thanks

S.Mazerski

>
> >> (07.24.2002 @ 1527 PST): Steve Mazerski said, in 0.7K: <<
> >
> > I'm installing MySQL from ports, and having just
> > entered "make install" I am seeing half of CPAN
> > (Perl modules) is being downloaded and installed as well.
> >
> > I see the initial dependency for "Mysql.pm" is defined in the
> > Makefile under RUN_DEPENDS, presumably the
> > other Perl modules installed stem from Mysql.pm's dependencies.
> >
> > This is not a problem per se, because I use Perl a lot
> > and would have had to fetch the files anyway,
> > but how can I tell in advance what other ports
> > a given port needs to install, without going
> > through each port's makefile? In other words, is
> > there a program which will do this for me?
> >
> >
> > Just wondering
> >
> > S.Mazerski
> >
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-questions" in the body of the message
> >
> >> end of "Ports and dependencies" from Steve Mazerski <<


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Ports and dependencies

2002-07-24 Thread Adam Weinberger

make fetch-recursive-list

-Adam


>> (07.24.2002 @ 1527 PST): Steve Mazerski said, in 0.7K: <<
> 
> I'm installing MySQL from ports, and having just
> entered "make install" I am seeing half of CPAN
> (Perl modules) is being downloaded and installed as well.
> 
> I see the initial dependency for "Mysql.pm" is defined in the 
> Makefile under RUN_DEPENDS, presumably the
> other Perl modules installed stem from Mysql.pm's dependencies.
> 
> This is not a problem per se, because I use Perl a lot
> and would have had to fetch the files anyway,
> but how can I tell in advance what other ports
> a given port needs to install, without going
> through each port's makefile? In other words, is
> there a program which will do this for me?
> 
> 
> Just wondering
> 
> S.Mazerski
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 
>> end of "Ports and dependencies" from Steve Mazerski <<


--
"Oh good, my dog found the chainsaw."
-Lilo, "Lilo & Stitch"
Adam Weinberger
[EMAIL PROTECTED]
http://vectors.cx


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: Ports and dependencies

2002-07-24 Thread Imran Badr


Hi,
Please guide me to the appropriate mailing list for kernel/driver
development level questions.

Thanks,
Imran.





To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message