Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 2004 20:38:44 +0200
From:      Radim Kolar <hsn@netmag.cz>
To:        ports@freebsd.org
Subject:   configuring ports via Makefile.local
Message-ID:  <20040722183844.GA31640@sanatana.dharma>

next in thread | raw e-mail | index | archive | help
There is a nice way to configure ports not supporting OPTIONS=
via Makefile.local. To make this method really work 
.include <bsd.port.pre.mk>
line must be placed in Makefile BEFORE making any checks for WITH/WITHOUT.

There is a problem with this:
1) portlint do not checks for it
2) most ports have included pre.mk too late in Makefile - options works
from cmdline only
3) i can not find note about this in porter handbook.

rk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040722183844.GA31640>