>Subject: Port Build options
>From: Stan Gammons <s_gamm...@charter.net>
>To: FreeBSD Ports <freebsd-ports@freebsd.org>
>Date: Tue, 30 Jul 2013 21:27:24 -0500

>When one builds a port manually with make install clean or uses
>portmaster to build a port, does one typically select ALL of the compile
>options?

I'd say "typical" install is the default install.
The concept of "all" options is probably wrong,
because many ports have exclusive options, i.e.
if you choose WITH_A, then you cannot also choose
WITH_B. This is very clear in the new options framework.
For some ports not all options are available via
"make config". Other options can be set up on line,
or via Makefile.local. It is a very flexible framework.

> Which also leads to another question, are the pre-built
>packages that are installed with pkg_add or pkgng compiled with ALL of
>the options?

AFAIK these are built with default options.

Anton
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to