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
Adam Weinberger
adamw at FreeBSD.org
Tue Jul 15 16:57:42 UTC 2014
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 <bsd.port.options.mk>
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 at FreeBSD.org
COMMENT= Automated password generator
-OPTIONS_DEFINE= CRACKLIB
+OPTIONS_DEFINE= CRACKLIB DOCS
CRACKLIB_DESCR= CrackLib support for password quality
.include <bsd.port.options.mk>
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 <bsd.port.pre.mk>
-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 <bsd.port.options.mk>
.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 <bsd.port.pre.mk>
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
More information about the svn-ports-head
mailing list