svn commit: r361929 - in head/devel: allegro cscout dcmtk distcc elfio glog google-perftools google-sparsehash gtkparasite javolution jline liblouisxml libsigc++20 love5 ocaml-lwt omake pcre py-dur...
Adam Weinberger
adamw at FreeBSD.org
Tue Jul 15 14:36:18 UTC 2014
Author: adamw
Date: Tue Jul 15 14:36:12 2014
New Revision: 361929
URL: http://svnweb.freebsd.org/changeset/ports/361929
QAT: https://qat.redports.org/buildarchive/r361929/
Log:
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Modified:
head/devel/allegro/Makefile
head/devel/cscout/Makefile
head/devel/dcmtk/Makefile
head/devel/distcc/Makefile
head/devel/elfio/Makefile
head/devel/glog/Makefile
head/devel/google-perftools/Makefile
head/devel/google-sparsehash/Makefile
head/devel/gtkparasite/Makefile
head/devel/javolution/Makefile
head/devel/jline/Makefile
head/devel/liblouisxml/Makefile
head/devel/libsigc++20/Makefile
head/devel/love5/Makefile
head/devel/ocaml-lwt/Makefile
head/devel/omake/Makefile
head/devel/pcre/Makefile
head/devel/py-durus/Makefile
head/devel/py-simpy/Makefile
head/devel/py-tables/Makefile
head/devel/simian/Makefile
head/devel/subversion-book/Makefile
head/devel/swig20/Makefile
head/devel/valgrind-devel/Makefile
head/devel/valgrind/Makefile
Modified: head/devel/allegro/Makefile
==============================================================================
--- head/devel/allegro/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/allegro/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -33,7 +33,7 @@ SHLIB_VER= ${PORTVERSION}
# Wrong versioning upstream
PORTSCOUT= ignore:1
-OPTIONS_DEFINE= ALSA JACK OGG
+OPTIONS_DEFINE= ALSA JACK OGG DOCS
OPTIONS_GROUP= DEMOS_EXAMPLES
OPTIONS_GROUP_DEMOS_EXAMPLES= DEMOS EXAMPLES
OPTIONS_DEFAULT= ALSA DEMOS OGG
Modified: head/devel/cscout/Makefile
==============================================================================
--- head/devel/cscout/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/cscout/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -22,6 +22,8 @@ ONLY_FOR_ARCHS_REASON= The port fetches
USES= perl5
USE_PERL5= run
+OPTIONS_DEFINE= DOCS EXAMPLES
+
.include <bsd.port.options.mk>
post-patch:
Modified: head/devel/dcmtk/Makefile
==============================================================================
--- head/devel/dcmtk/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/dcmtk/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -30,6 +30,8 @@ PLIST_SUB= SHLIBVER=${SHLIBVER}
PORTDOCS= *
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
Modified: head/devel/distcc/Makefile
==============================================================================
--- head/devel/distcc/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/distcc/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -24,7 +24,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_RC_SUBR= distccd
-OPTIONS_DEFINE= GNOME GTK IPV6 AVAHI COMPILER_LINKS
+OPTIONS_DEFINE= GNOME GTK IPV6 AVAHI COMPILER_LINKS DOCS
GNOME_DESC= GUI monitor based on GNOME
GTK_DESC= Build GUI monitor based on GTK
AVAHI_DESC= Avahi Zeroconf/mDNS/Bonjour support
Modified: head/devel/elfio/Makefile
==============================================================================
--- head/devel/elfio/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/elfio/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -21,7 +21,7 @@ USE_AUTOTOOLS= aclocal automake autoconf
AUTOMAKE_ARGS= -c -a
ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal
-OPTIONE_DEFINE= EXAMPLES DOCS
+OPTIONS_DEFINE= EXAMPLES DOCS
PORTDOCS= *
Modified: head/devel/glog/Makefile
==============================================================================
--- head/devel/glog/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/glog/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -21,6 +21,8 @@ PROJECTHOST= google-glog
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.pre.mk>
post-patch:
Modified: head/devel/google-perftools/Makefile
==============================================================================
--- head/devel/google-perftools/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/google-perftools/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -29,6 +29,8 @@ USES= compiler libtool
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lexecinfo
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.pre.mk>
.if ${COMPILER_TYPE} == "clang" && !defined(USE_GCC)
Modified: head/devel/google-sparsehash/Makefile
==============================================================================
--- head/devel/google-sparsehash/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/google-sparsehash/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -17,6 +17,8 @@ COMMENT= Extremely memory-efficient hash
GNU_CONFIGURE= yes
USE_GCC= 4.8+
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
post-patch:
Modified: head/devel/gtkparasite/Makefile
==============================================================================
--- head/devel/gtkparasite/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/gtkparasite/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -25,6 +25,8 @@ PLIST_FILES= lib/gtk-2.0/modules/libgtkp
lib/gtk-2.0/modules/libgtkparasite.so
USE_AUTOTOOLS= autoconf automake libtool
+OPTIONS_DEFINE= DOCS
+
pre-configure:
cd ${WRKSRC} && ${REINPLACE_CMD} -e '/.\/configure/d' ./autogen.sh \
&& ./autogen.sh
Modified: head/devel/javolution/Makefile
==============================================================================
--- head/devel/javolution/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/javolution/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -22,6 +22,8 @@ PORTDOCS= *
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
post-patch:
Modified: head/devel/jline/Makefile
==============================================================================
--- head/devel/jline/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/jline/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -14,7 +14,7 @@ LICENSE= BSD
PKGMESSAGE= ${WRKDIR}/pkg-message
USES= zip
USE_JAVA= yes
-OPTIONS_DEFINE= JLINEPATCH
+OPTIONS_DEFINE= JLINEPATCH DOCS
JLINEPATCH_DESC= Allow ConsoleRunner customized completion
JLINEJAR= ${WRKSRC}/jline-${PORTVERSION}.jar
SUB_FILES= pkg-message
Modified: head/devel/liblouisxml/Makefile
==============================================================================
--- head/devel/liblouisxml/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/liblouisxml/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -22,6 +22,8 @@ USE_GCC= yes
INFO= liblouisxml
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
post-extract:
Modified: head/devel/libsigc++20/Makefile
==============================================================================
--- head/devel/libsigc++20/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/libsigc++20/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -22,6 +22,8 @@ GNU_CONFIGURE= yes
PLIST_SUB= VERSION="2.0" API_VERSION="2.0"
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
.if ! ${PORT_OPTIONS:MDOCS}
Modified: head/devel/love5/Makefile
==============================================================================
--- head/devel/love5/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/love5/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -32,6 +32,8 @@ PLIST_FILES= bin/love5
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}5
PORTDOCS= *
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
post-patch:
Modified: head/devel/ocaml-lwt/Makefile
==============================================================================
--- head/devel/ocaml-lwt/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/ocaml-lwt/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -37,7 +37,7 @@ CONFIGURE_ARGS= --destdir "${STAGEDIR}"
DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME}
SA_DIR= ${PREFIX}/${OCAML_SITELIBDIR}
-OPTIONS_DEFINE= TOPLEVEL
+OPTIONS_DEFINE= TOPLEVEL DOCS
OPTIONS_DEFAULT= TOPLEVEL
TOPLEVEL_DESC= Include enhanced OCaml toplevel
Modified: head/devel/omake/Makefile
==============================================================================
--- head/devel/omake/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/omake/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -19,6 +19,8 @@ MAKE_JOBS_UNSAFE= yes
INFO= omake-doc
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
Modified: head/devel/pcre/Makefile
==============================================================================
--- head/devel/pcre/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/pcre/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -25,7 +25,7 @@ CONFIGURE_ARGS= --enable-utf --enable-un
--enable-pcretest-libedit
INSTALL_TARGET= install-strip
-OPTIONS_DEFINE= STACK_RECURSION
+OPTIONS_DEFINE= STACK_RECURSION DOCS
OPTIONS_DEFAULT= STACK_RECURSION
STACK_RECURSION_DESC= Use the stack for recursion during matching
Modified: head/devel/py-durus/Makefile
==============================================================================
--- head/devel/py-durus/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/py-durus/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -20,6 +20,8 @@ USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_PKGNAME= Durus
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
post-install:
Modified: head/devel/py-simpy/Makefile
==============================================================================
--- head/devel/py-simpy/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/py-simpy/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -20,7 +20,7 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= SimPy
-OPTIONS_DEFINE= TKINTER
+OPTIONS_DEFINE= TKINTER DOCS
TKINTER_DESC= py-tkinter for plot
.include <bsd.port.options.mk>
Modified: head/devel/py-tables/Makefile
==============================================================================
--- head/devel/py-tables/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/py-tables/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -28,7 +28,7 @@ USE_PYDISTUTILS= yes
PLIST_FILES= bin/pt2to3 bin/ptdump bin/ptrepack
-OPTIONS_DEFINE= PYREX
+OPTIONS_DEFINE= PYREX DOCS EXAMPLES
PYREX_DESC= Use code generated by Pyrex to build
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
Modified: head/devel/simian/Makefile
==============================================================================
--- head/devel/simian/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/simian/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -29,6 +29,7 @@ PORTDOCS= changes.html customers.html fe
simian.jpg \
javadoc
+OPTIONS_DEFINE= DOCS
OPTIONS_SINGLE= LANG
OPTIONS_SINGLE_LANG= JAVA MONO
Modified: head/devel/subversion-book/Makefile
==============================================================================
--- head/devel/subversion-book/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/subversion-book/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -21,7 +21,7 @@ USE_BZIP2= yes
NO_BUILD= yes
OPTIONS_SUB= yes
-OPTIONS_DEFINE= HTML_SINGLE PDF
+OPTIONS_DEFINE= HTML_SINGLE PDF DOCS
OPTIONS_DEFAULT= HTML_SINGLE
HTML_SINGLE_DESC= Single HTML page edition
Modified: head/devel/swig20/Makefile
==============================================================================
--- head/devel/swig20/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/swig20/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -31,6 +31,8 @@ CONFIGURE_ARGS+=--with-lua=${LUA_BINDIR}
OCTAVE_VER_CMD= ${LOCALBASE}/bin/octave-config -v 2>/dev/null || ${TRUE}
+OPTIONS_DEFINE= DOCS EXAMPLES
+
.include <bsd.port.pre.mk>
post-patch:
Modified: head/devel/valgrind-devel/Makefile
==============================================================================
--- head/devel/valgrind-devel/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/valgrind-devel/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -24,7 +24,7 @@ LIB32_PATH?= ${DESTDIR}/usr/lib32/libc.s
BUILD_DEPENDS+= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl \
xsltproc:${PORTSDIR}/textproc/libxslt
-OPTIONS_DEFINE= MPI
+OPTIONS_DEFINE= MPI DOCS
OPTIONS_DEFINE_amd64= 32BIT
#.if exists(${LIB32_PATH})
#OPTIONS_DEFAULT_amd64= 32BIT
Modified: head/devel/valgrind/Makefile
==============================================================================
--- head/devel/valgrind/Makefile Tue Jul 15 14:32:51 2014 (r361928)
+++ head/devel/valgrind/Makefile Tue Jul 15 14:36:12 2014 (r361929)
@@ -21,7 +21,7 @@ ONLY_FOR_ARCHS= i386 amd64
LIB32_PATH?= ${DESTDIR}/usr/lib32/libc.so
-OPTIONS_DEFINE= MPI
+OPTIONS_DEFINE= MPI DOCS
OPTIONS_DEFINE_amd64= 32BIT
.if exists(${LIB32_PATH})
OPTIONS_DEFAULT_amd64= 32BIT
More information about the svn-ports-all
mailing list