Re: Dependencies for dns/unbound

2012-06-05 Thread Rada alive
On Mon, Jun 4, 2012 at 9:37 PM, Matthew Seaman matt...@freebsd.org wrote:

 On 04/06/2012 14:47, Rada alive wrote:
  [root@pladaks /usr/ports/dns/unbound]# make all-depends-list
  /usr/ports/devel/gmake
  /usr/ports/textproc/expat2
  /usr/ports/dns/ldns
  /usr/ports/devel/gettext
  /usr/ports/devel/doxygen
  /usr/ports/devel/libtool
  /usr/ports/converters/libiconv
  /usr/ports/lang/perl5.12
  /usr/ports/devel/tmake
  /usr/ports/graphics/graphviz
  /usr/ports/print/dvipsk-tetex
  /usr/ports/print/teTeX
  /usr/ports/lang/python27
  /usr/ports/devel/bison
  /usr/ports/devel/qt4-corelib
  [... etc -- rest of exceeding long list of dependencies trimmed ...]

 Unset the DOCS option in dns/ldns.  Almost all of those dependencies are
 due to the doxygen support that drags in.


Thank you Matthew! I hoped it would be something simple like this.



Cheers,

Matthew

 --
 Dr Matthew J Seaman MA, D.Phil.
 PGP: http://www.infracaninophile.co.uk/pgpkey



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Dependencies for dns/unbound

2012-06-05 Thread Matthew Seaman
On 04/06/2012 20:37, Matthew Seaman wrote:
 On 04/06/2012 14:47, Rada alive wrote:
 [root@pladaks /usr/ports/dns/unbound]# make all-depends-list
 /usr/ports/devel/gmake
 /usr/ports/textproc/expat2
 /usr/ports/dns/ldns
 /usr/ports/devel/gettext
 /usr/ports/devel/doxygen
 /usr/ports/devel/libtool
 /usr/ports/converters/libiconv
 /usr/ports/lang/perl5.12
 /usr/ports/devel/tmake
 /usr/ports/graphics/graphviz
 /usr/ports/print/dvipsk-tetex
 /usr/ports/print/teTeX
 /usr/ports/lang/python27
 /usr/ports/devel/bison
 /usr/ports/devel/qt4-corelib
 [... etc -- rest of exceeding long list of dependencies trimmed ...]
 
 Unset the DOCS option in dns/ldns.  Almost all of those dependencies are
 due to the doxygen support that drags in.

Actually, this is mixed up with the new OPTIONS framework.  One of the
changes involved is that the old NOPORTDOCS and NOPORTEXAMPLES variables
are now treated as global options DOCS and EXAMPLES respectively.  Which
makes a lot of sense and is generally a good idea, but causes some
confusion when a port has a pre-existing DOCS or EXAMPLES option -- the
global DOCS and EXAMPLES are on by default, and this can lead to some
ports having significantly enlarged dependency lists.

On the other hand, the capability to have one global switch to turn on
or off certain options is really interesting.  At the moment it is only
DOCS, EXAMPLES and NLS but surely there are more to come.  X11 perhaps.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey




signature.asc
Description: OpenPGP digital signature


Re: Dependencies for dns/unbound

2012-06-04 Thread Michael Powell
Rada alive wrote:

 I was hoping to test dns/unbound as a lighter-weight DNS cache service to
 replace BIND. A few hours into make install i decided to abort and have
 a look at the dependencies.
 Can someone tell me why a DNS server needs packages like graphics/jpeg
 and x11/randrproto?

This I do not know.

 Is there a way to build unbound on my system without all the trash?

Try placing WITHOUT_X11= yes in /etc/make.conf

 I tried emailing the port maintainer but my message bounced back.
 
[snip]

-Mike


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Dependencies for dns/unbound

2012-06-04 Thread RW
On Mon, 4 Jun 2012 15:47:29 +0200
Rada alive wrote:

 I was hoping to test dns/unbound as a lighter-weight DNS cache
 service to replace BIND. A few hours into make install i decided to
 abort and have a look at the dependencies.
 Can someone tell me why a DNS server needs packages like
 graphics/jpeg and x11/randrproto?


It doesn't 

$ make all-depends-list
/usr/ports/devel/gmake
/usr/ports/textproc/expat2
/usr/ports/dns/ldns
/usr/ports/devel/gettext
/usr/ports/devel/libtool
/usr/ports/converters/libiconv

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Dependencies for dns/unbound

2012-06-04 Thread Matthew Seaman
On 04/06/2012 14:47, Rada alive wrote:
 [root@pladaks /usr/ports/dns/unbound]# make all-depends-list
 /usr/ports/devel/gmake
 /usr/ports/textproc/expat2
 /usr/ports/dns/ldns
 /usr/ports/devel/gettext
 /usr/ports/devel/doxygen
 /usr/ports/devel/libtool
 /usr/ports/converters/libiconv
 /usr/ports/lang/perl5.12
 /usr/ports/devel/tmake
 /usr/ports/graphics/graphviz
 /usr/ports/print/dvipsk-tetex
 /usr/ports/print/teTeX
 /usr/ports/lang/python27
 /usr/ports/devel/bison
 /usr/ports/devel/qt4-corelib
 [... etc -- rest of exceeding long list of dependencies trimmed ...]

Unset the DOCS option in dns/ldns.  Almost all of those dependencies are
due to the doxygen support that drags in.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey




signature.asc
Description: OpenPGP digital signature