Date: Sun, 9 Sep 2007 14:36:42 +0000 (UTC) From: Clement Laforet <clement@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.apache.mk Message-ID: <200709091436.l89Eagf9035945@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
clement 2007-09-09 14:36:42 UTC FreeBSD ports repository Modified files: Mk bsd.apache.mk Log: - fix pre/post includes for USE_APACHE=common* We still perform a double inclusion for modules to ensure backward compatibility - add "Apache servers"-wide support for OPTIONS. !! Warning !! If OPTIONS is defined, all other modes to select modules are disabled. Here's the logic behind: 1) OPTIONS 2) WITH_MODULES 3) all others knobs. OPTIONS'ified list of modules can be obtained via: "make make-options-list" Revision Changes Path 1.17 +31 -6 ports/Mk/bsd.apache.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709091436.l89Eagf9035945>