From owner-svn-ports-all@FreeBSD.ORG Tue Jul 15 16:57:42 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC7ECA5; Tue, 15 Jul 2014 16:57:42 +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 8D4EE2B7D; Tue, 15 Jul 2014 16:57:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6FGvgVb078180; Tue, 15 Jul 2014 16:57:42 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6FGvdNT078158; Tue, 15 Jul 2014 16:57:39 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201407151657.s6FGvdNT078158@svn.freebsd.org> From: Adam Weinberger Date: Tue, 15 Jul 2014 16:57:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361977 - in head/security: amavis-stats apg botan110 courier-authlib gnutls libgcrypt maia openssl openvpn openvpn-auth-radius openvpn-devel snortreport stunnel sudo 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 16:57:42 -0000 Author: adamw Date: Tue Jul 15 16:57:39 2014 New Revision: 361977 URL: http://svnweb.freebsd.org/changeset/ports/361977 QAT: https://qat.redports.org/buildarchive/r361977/ Log: Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. Modified: head/security/amavis-stats/Makefile head/security/apg/Makefile head/security/botan110/Makefile head/security/courier-authlib/Makefile.opt head/security/gnutls/Makefile head/security/libgcrypt/Makefile head/security/maia/Makefile head/security/openssl/Makefile head/security/openvpn-auth-radius/Makefile head/security/openvpn-devel/Makefile head/security/openvpn/Makefile head/security/snortreport/Makefile head/security/stunnel/Makefile head/security/sudo/Makefile Modified: head/security/amavis-stats/Makefile ============================================================================== --- head/security/amavis-stats/Makefile Tue Jul 15 16:56:10 2014 (r361976) +++ head/security/amavis-stats/Makefile Tue Jul 15 16:57:39 2014 (r361977) @@ -31,6 +31,8 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message +OPTIONS_DEFINE= DOCS + .include do-install: Modified: head/security/apg/Makefile ============================================================================== --- head/security/apg/Makefile Tue Jul 15 16:56:10 2014 (r361976) +++ head/security/apg/Makefile Tue Jul 15 16:57:39 2014 (r361977) @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= UNIX/misc MAINTAINER= matthew@FreeBSD.org COMMENT= Automated password generator -OPTIONS_DEFINE= CRACKLIB +OPTIONS_DEFINE= CRACKLIB DOCS CRACKLIB_DESCR= CrackLib support for password quality .include Modified: head/security/botan110/Makefile ============================================================================== --- head/security/botan110/Makefile Tue Jul 15 16:56:10 2014 (r361976) +++ head/security/botan110/Makefile Tue Jul 15 16:57:39 2014 (r361977) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/doc/license.txt LATEST_LINK= botan${PKGNAMESUFFIX} -OPTIONS_DEFINE= SSL GMP ECC +OPTIONS_DEFINE= SSL GMP ECC DOCS OPTIONS_DEFAULT= SSL GMP ECC ECC_DESC= ECC support Modified: head/security/courier-authlib/Makefile.opt ============================================================================== --- head/security/courier-authlib/Makefile.opt Tue Jul 15 16:56:10 2014 (r361976) +++ head/security/courier-authlib/Makefile.opt Tue Jul 15 16:57:39 2014 (r361977) @@ -10,7 +10,7 @@ # in your Makefile *after* any #.include -OPTIONS_DEFINE+= AUTH_LDAP AUTH_MYSQL AUTH_PGSQL AUTH_USERDB AUTH_VCHKPW +OPTIONS_DEFINE+= AUTH_LDAP AUTH_MYSQL AUTH_PGSQL AUTH_USERDB AUTH_VCHKPW DOCS AUTH_LDAP_DESC= LDAP support AUTH_MYSQL_DESC= MySQL support AUTH_PGSQL_DESC= PostgreSQL support Modified: head/security/gnutls/Makefile ============================================================================== --- head/security/gnutls/Makefile Tue Jul 15 16:56:10 2014 (r361976) +++ head/security/gnutls/Makefile Tue Jul 15 16:57:39 2014 (r361977) @@ -32,7 +32,7 @@ CONFIGURE_ARGS_PREFIX= ${STAGEDIR}${PREF INFO= gnutls -OPTIONS_DEFINE= LIBTASN1 CXX LZO NLS +OPTIONS_DEFINE= LIBTASN1 CXX LZO NLS EXAMPLES DOCS LIBTASN1_DESC= Use system libtasn1 instead of local one CXX_DESC= Install C++ library Modified: head/security/libgcrypt/Makefile ============================================================================== --- head/security/libgcrypt/Makefile Tue Jul 15 16:56:10 2014 (r361976) +++ head/security/libgcrypt/Makefile Tue Jul 15 16:57:39 2014 (r361977) @@ -28,6 +28,8 @@ DOCS= AUTHORS ChangeLog ChangeLog-2011 INFO= gcrypt PORTDOCS= * +OPTIONS_DEFINE= DOCS + .include .if ${ARCH} == "powerpc" Modified: head/security/maia/Makefile ============================================================================== --- head/security/maia/Makefile Tue Jul 15 16:56:10 2014 (r361976) +++ head/security/maia/Makefile Tue Jul 15 16:57:39 2014 (r361977) @@ -43,7 +43,7 @@ PLIST_SUB+= USERS="${USERS}" GROUPS="${G OPTIONS_DEFINE= APACHE LIGHTTPD WEBHOST MYSQL MYSQLSERVER PGSQL PGSQLSERVER DOVECOT \ POSTFIX PFA FUZZYOCR CLAMAV SPAMASSASSIN BDB ALTERMIME CRYPT \ IPCOUNTRY DOMAINKEYS SPF DKIM FILE RAR ARJ UNARJ LHA ARC NOMARCH CAB \ - RPM ZOO UNZOO LZOP FREEZE P7ZIP TNEF + RPM ZOO UNZOO LZOP FREEZE P7ZIP TNEF DOCS OPTIONS_DEFAULT= MYSQL MYSQLSERVER DOVECOT POSTFIX CLAMAV SPAMASSASSIN BDB IPCOUNTRY \ DOMAINKEYS SPF DKIM FILE UNRAR ARJ LHA ARC CAB RPM ZOO FREEZE P7ZIP APACHE_DESC= Use Apache web server Modified: head/security/openssl/Makefile ============================================================================== --- head/security/openssl/Makefile Tue Jul 15 16:56:10 2014 (r361976) +++ head/security/openssl/Makefile Tue Jul 15 16:57:39 2014 (r361977) @@ -21,7 +21,7 @@ COMMENT= SSL and crypto library CONFLICTS?= libressl-* -OPTIONS_DEFINE= SHARED THREADS I386 SSE2 ASM PADLOCK ZLIB SCTP MD2 RC5 RFC3779 GMP +OPTIONS_DEFINE= SHARED THREADS I386 SSE2 ASM PADLOCK ZLIB SCTP MD2 RC5 RFC3779 GMP DOCS OPTIONS_DEFAULT=SHARED THREADS SSE2 ASM ZLIB SCTP MD2 .for a in amd64 ia64 OPTIONS_DEFINE_${a}= EC Modified: head/security/openvpn-auth-radius/Makefile ============================================================================== --- head/security/openvpn-auth-radius/Makefile Tue Jul 15 16:56:10 2014 (r361976) +++ head/security/openvpn-auth-radius/Makefile Tue Jul 15 16:57:39 2014 (r361977) @@ -25,6 +25,8 @@ PORTDOCS= README PORTEXAMPLES= radiusplugin.cnf PLIST_FILES= lib/radiusplugin.so +OPTIONS_DEFINE= DOCS EXAMPLES + .include do-install: Modified: head/security/openvpn-devel/Makefile ============================================================================== --- head/security/openvpn-devel/Makefile Tue Jul 15 16:56:10 2014 (r361976) +++ head/security/openvpn-devel/Makefile Tue Jul 15 16:57:39 2014 (r361977) @@ -28,7 +28,7 @@ SHEBANG_FILES= sample/sample-scripts/ve CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= PW_SAVE PKCS11 EASYRSA LZO SNAPPY +OPTIONS_DEFINE= PW_SAVE PKCS11 EASYRSA LZO SNAPPY DOCS EXAMPLES OPTIONS_DEFAULT= EASYRSA OPENSSL OPTIONS_SINGLE= SSL OPTIONS_SINGLE_SSL= OPENSSL POLARSSL Modified: head/security/openvpn/Makefile ============================================================================== --- head/security/openvpn/Makefile Tue Jul 15 16:56:10 2014 (r361976) +++ head/security/openvpn/Makefile Tue Jul 15 16:57:39 2014 (r361977) @@ -24,7 +24,7 @@ SHEBANG_FILES= sample/sample-scripts/ve CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= PW_SAVE PKCS11 EASYRSA +OPTIONS_DEFINE= PW_SAVE PKCS11 EASYRSA DOCS EXAMPLES OPTIONS_DEFAULT= EASYRSA OPENSSL OPTIONS_SINGLE= SSL OPTIONS_SINGLE_SSL= OPENSSL POLARSSL Modified: head/security/snortreport/Makefile ============================================================================== --- head/security/snortreport/Makefile Tue Jul 15 16:56:10 2014 (r361976) +++ head/security/snortreport/Makefile Tue Jul 15 16:57:39 2014 (r361977) @@ -11,7 +11,7 @@ COMMENT= Add-on module for snort to gene LICENSE= GPLv2 -OPTIONS_DEFINE= BARNYARD JPGRAPH MYSQL PGSQL +OPTIONS_DEFINE= BARNYARD JPGRAPH MYSQL PGSQL DOCS BARNYARD_DESC= Depend on Barnyard2 JPGRAPH_DESC= Graphical charting Modified: head/security/stunnel/Makefile ============================================================================== --- head/security/stunnel/Makefile Tue Jul 15 16:56:10 2014 (r361976) +++ head/security/stunnel/Makefile Tue Jul 15 16:57:39 2014 (r361977) @@ -33,7 +33,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/tmp --enable-static SHEBANG_FILES= src/stunnel3.in -OPTIONS_DEFINE= IPV6 LIBWRAP SSL_PORT FIPS +OPTIONS_DEFINE= IPV6 LIBWRAP SSL_PORT FIPS DOCS EXAMPLES OPTIONS_SINGLE= THREAD OPTIONS_SINGLE_THREAD= FORK PTHREAD UCONTEXT OPTIONS_DEFAULT= PTHREAD Modified: head/security/sudo/Makefile ============================================================================== --- head/security/sudo/Makefile Tue Jul 15 16:56:10 2014 (r361976) +++ head/security/sudo/Makefile Tue Jul 15 16:57:39 2014 (r361977) @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/e --with-long-otp-prompt OPTIONS_DEFINE= LDAP INSULTS DISABLE_ROOT_SUDO DISABLE_AUTH NOARGS_SHELL \ - AUDIT OPIE NLS SSSD + AUDIT OPIE NLS SSSD DOCS OPTIONS_DEFAULT= AUDIT OPTIONS_SUB= yes