Port Build options

Anton Shterenlikht mexas at bris.ac.uk
Wed Jul 31 08:24:53 UTC 2013


>Subject: Port Build options
>From: Stan Gammons <s_gammons at charter.net>
>To: FreeBSD Ports <freebsd-ports at 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


More information about the freebsd-ports mailing list