Date: Sat, 5 Apr 2008 16:47:16 -0400 From: "Maxim Khitrov" <mkhitrov@gmail.com> To: "Steven Friedrich" <FreeBSD@insightbb.com> Cc: freebsd-questions@freebsd.org Subject: Re: Documentation for port config options? Message-ID: <26ddd1750804051347k44f4b32btff84fc903c49429@mail.gmail.com> In-Reply-To: <200804051609.30739.FreeBSD@insightbb.com> References: <200804051609.30739.FreeBSD@insightbb.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Apr 5, 2008 at 4:09 PM, Steven Friedrich <FreeBSD@insightbb.com> wrote: > cups-base has several options: > > [X] GNUTLS Build with GNUTLS library > [ ] PHP Build PHP support > [ ] PYTHON Build PYTHON support > [ ] LIBPAPER Build with libpaper support > [ ] DNSSD Build with DNS_SD (avahi) support > [ ] PAM Build with PAM support > [ ] LDAP Build with LDAP support > [ ] DBUS Build with DBUS support > > Where can I find documentation regarding these options, so I can determine > which ones I need? Your best bet is to figure out which dependencies each of the option adds (by looking through the Makefile). This is usually pretty simple to do as you have constructs such as if defined(WITH_X) require some other port. You can then look at the pkg-desc file for each dependency and decide if you need that software installed. I don't think there is a better way at this time. - Max
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?26ddd1750804051347k44f4b32btff84fc903c49429>