Date: Tue, 09 Aug 2005 18:29:54 -0700 From: Glenn Dawson <glenn@antimatter.net> To: David Banning <david+dated+1124067911.e29a9b@skytracker.ca>, questions@freebsd.org Subject: Re: question about compile options Message-ID: <6.1.0.6.2.20050809182744.06b19b60@cobalt.antimatter.net> In-Reply-To: <20050810010510.GA70073@skytracker.ca> References: <20050810010510.GA70073@skytracker.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
At 06:05 PM 8/9/2005, David Banning wrote: >I am wondering how to know what compile options are available for >a given ports package. For instance I want to compile >/usr/ports/www/php4-cgi with support for mysql and fastcgi, but >looking in the port, all there exists is a Makefile containing >little information. There are no subdirectories. Subdirectories >are created during the make, but then presumably the default >options have already been followed, leaving out mysql. > >Looking around for the answer, I noticed some others just >download the package and install it separate from the ports. from ports(7) man page: TARGETS Some of the targets work recursively through subdirectories. This lets you, for example, install all of the ``biology'' ports. The targets that do this are build, checksum, clean, configure, depends, extract, fetch, install, and package. The following targets will be run automatically by each proceeding target in order. That is, build will be run (if necessary) by install, and so on all the way to fetch. Usually, you will only use the install target. config Configure OPTIONS for this port using dialog(1). -Glenn >-- >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.1.0.6.2.20050809182744.06b19b60>