svn commit: r306613 - in head: devel/chrpath devel/log4cxx games/torcs lang/bas2tap lang/bf2c
Rene Ladan
rene at FreeBSD.org
Mon Oct 29 13:57:58 UTC 2012
Author: rene
Date: Mon Oct 29 13:57:56 2012
New Revision: 306613
URL: http://svn.freebsd.org/changeset/ports/306613
Log:
Make sure the default options (DOCS, EXAMPLES, IPV6, NLS) are always
defined.
Feature safe: yes
Modified:
head/devel/chrpath/Makefile
head/devel/log4cxx/Makefile
head/games/torcs/Makefile
head/lang/bas2tap/Makefile
head/lang/bf2c/Makefile
Modified: head/devel/chrpath/Makefile
==============================================================================
--- head/devel/chrpath/Makefile Mon Oct 29 13:54:54 2012 (r306612)
+++ head/devel/chrpath/Makefile Mon Oct 29 13:57:56 2012 (r306613)
@@ -21,6 +21,9 @@ PLIST_FILES= bin/chrpath
PORTDOCS= AUTHORS ChangeLog NEWS README
+OPTIONS_DEFINE= DOCS
+OPTIONS_DEFAULT=
+
.include <bsd.port.options.mk>
post-install:
Modified: head/devel/log4cxx/Makefile
==============================================================================
--- head/devel/log4cxx/Makefile Mon Oct 29 13:54:54 2012 (r306612)
+++ head/devel/log4cxx/Makefile Mon Oct 29 13:57:56 2012 (r306613)
@@ -16,7 +16,7 @@ LICENSE= AL2
LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1
-OPTIONS_DEFINE= BOOST DOXYGEN
+OPTIONS_DEFINE= BOOST DOCS DOXYGEN
OPTIONS_DEFAULT=
.include <bsd.port.options.mk>
Modified: head/games/torcs/Makefile
==============================================================================
--- head/games/torcs/Makefile Mon Oct 29 13:54:54 2012 (r306612)
+++ head/games/torcs/Makefile Mon Oct 29 13:57:56 2012 (r306613)
@@ -52,6 +52,8 @@ DESKTOP_ENTRIES= "TORCS" \
"Game;Simulation;" \
false
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
EMPTYDIR= champ dtmrace endrace ncrace practice quickrace
Modified: head/lang/bas2tap/Makefile
==============================================================================
--- head/lang/bas2tap/Makefile Mon Oct 29 13:54:54 2012 (r306612)
+++ head/lang/bas2tap/Makefile Mon Oct 29 13:57:56 2012 (r306613)
@@ -18,6 +18,8 @@ NO_WRKSUBDIR= yes
PORTDOCS= ${PORTNAME}.doc
PLIST_FILES= bin/${PORTNAME}
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
do-build:
Modified: head/lang/bf2c/Makefile
==============================================================================
--- head/lang/bf2c/Makefile Mon Oct 29 13:54:54 2012 (r306612)
+++ head/lang/bf2c/Makefile Mon Oct 29 13:57:56 2012 (r306613)
@@ -14,6 +14,8 @@ LICENSE= BSD
USE_XZ= yes
USE_GMAKE= yes
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
do-install:
More information about the svn-ports-head
mailing list