Date: Mon, 7 Oct 2002 14:25:57 -0700 (PDT) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.gnomeng.mk Message-ID: <200210072125.g97LPv6a071742@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcus 2002/10/07 14:25:57 PDT
Modified files:
Mk bsd.gnomeng.mk
Log:
* Add the ability to specify WITH/WITHOUT_GNOME macros with a list of
components to build or not build with. For example:
# make WITHOUT_GNOME=esound
Will build a port that can optionally use esound support, without it.
You can also specify multiple components separated with a space:
# make WITHOUT_GNOME="esound gnomelibs"
The converse is true for WITH_GNOME. Note, that this is backwards
compatible with the old WITH/WITHOUT_GNOME macros. That is,
# make -DWITHOUT_GNOME
Will turn off all optional GNOME components. Also,
# make WITHOUT_GNOME=yes
Will do the same thing.
* Mark a port BROKEN if it includes an unknown GNOME component [1]
PR: 41873 [1]
Submitted by: Edwin Groothuis <edwin@mavetju.org> [1]
Not objected to by: sobomax
Revision Changes Path
1.16 +13 -3 ports/Mk/bsd.gnomeng.mk
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210072125.g97LPv6a071742>
