From owner-svn-ports-all@FreeBSD.ORG Tue Jul 15 14:36:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99C065F1; Tue, 15 Jul 2014 14:36:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 845CC2C89; Tue, 15 Jul 2014 14:36:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6FEaIio002751; Tue, 15 Jul 2014 14:36:18 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6FEaDHD002719; Tue, 15 Jul 2014 14:36:13 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201407151436.s6FEaDHD002719@svn.freebsd.org> From: Adam Weinberger Date: Tue, 15 Jul 2014 14:36:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2014 14:36:18 -0000 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 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 .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 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 .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 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 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 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 .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 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 .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 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 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 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