aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-10 21:54:26 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-10 21:54:26 +0800
commit591689f7f7301da41e08d95976e1318322254d75 (patch)
tree3a1e73b4128190b7ed7020b2113a1d94d76b0e93 /net-mgmt
parent241bc346167b5bfc4beac8d3b3044454cf6b0f87 (diff)
downloadfreebsd-ports-gnome-591689f7f7301da41e08d95976e1318322254d75.tar.gz
freebsd-ports-gnome-591689f7f7301da41e08d95976e1318322254d75.tar.zst
freebsd-ports-gnome-591689f7f7301da41e08d95976e1318322254d75.zip
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/ap-utils/Makefile3
-rw-r--r--net-mgmt/arts++/Makefile3
-rw-r--r--net-mgmt/disco/Makefile2
-rw-r--r--net-mgmt/echolot/Makefile3
-rw-r--r--net-mgmt/etherape/Makefile3
-rw-r--r--net-mgmt/ipacctd/Makefile3
-rw-r--r--net-mgmt/p0f/Makefile3
-rw-r--r--net-mgmt/p0f2/Makefile3
-rw-r--r--net-mgmt/percona-monitoring-plugins/Makefile3
-rw-r--r--net-mgmt/wide-dhcp/Makefile3
-rw-r--r--net-mgmt/wifimgr/Makefile3
11 files changed, 32 insertions, 0 deletions
diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile
index d85fb1a4ca7a..e91e8cb80b7c 100644
--- a/net-mgmt/ap-utils/Makefile
+++ b/net-mgmt/ap-utils/Makefile
@@ -19,6 +19,9 @@ LDFLAGS+= -lintl -L${LOCALBASE}/lib
MAN8= ap-trapd.8 ap-mrtg.8 ap-config.8
NO_STAGE= yes
+
+OPTIONS_DEFINE= DOCS NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/net-mgmt/arts++/Makefile b/net-mgmt/arts++/Makefile
index fdacabf3f4a8..07adaedbecdb 100644
--- a/net-mgmt/arts++/Makefile
+++ b/net-mgmt/arts++/Makefile
@@ -21,6 +21,9 @@ MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \
artsintfmagg.l artsnexthops.l artsnexthopagg.l artstos.l
NO_STAGE= yes
+
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
post-patch:
diff --git a/net-mgmt/disco/Makefile b/net-mgmt/disco/Makefile
index bd251277075a..968a3de1553b 100644
--- a/net-mgmt/disco/Makefile
+++ b/net-mgmt/disco/Makefile
@@ -18,6 +18,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/disco bin/disco.fp
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
post-install:
diff --git a/net-mgmt/echolot/Makefile b/net-mgmt/echolot/Makefile
index 15c1bbe6ccdb..bb0563796d0a 100644
--- a/net-mgmt/echolot/Makefile
+++ b/net-mgmt/echolot/Makefile
@@ -22,6 +22,9 @@ PORTDOCS= *
PLIST_FILES= bin/echolot
NO_STAGE= yes
+
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
post-install:
diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile
index 6f5e7b6a9ada..024bc0d4fbe9 100644
--- a/net-mgmt/etherape/Makefile
+++ b/net-mgmt/etherape/Makefile
@@ -20,6 +20,9 @@ LDFLAGS+= -L${LOCALBASE}/lib
MAN1= etherape.1
NO_STAGE= yes
+
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/net-mgmt/ipacctd/Makefile b/net-mgmt/ipacctd/Makefile
index 19d56ec4b817..cb4a493b0a76 100644
--- a/net-mgmt/ipacctd/Makefile
+++ b/net-mgmt/ipacctd/Makefile
@@ -19,6 +19,9 @@ MANLANG= "" ru.KOI8-R
MANCOMPRESSED= yes
NO_STAGE= yes
+
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
post-extract:
diff --git a/net-mgmt/p0f/Makefile b/net-mgmt/p0f/Makefile
index 2ff07be3f137..43592879390d 100644
--- a/net-mgmt/p0f/Makefile
+++ b/net-mgmt/p0f/Makefile
@@ -21,6 +21,9 @@ PORTDOCS= ChangeLog README TODO existential-notes.txt \
MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}"
NO_STAGE= yes
+
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
post-patch:
diff --git a/net-mgmt/p0f2/Makefile b/net-mgmt/p0f2/Makefile
index 8b3ab5a08690..4dab048724c3 100644
--- a/net-mgmt/p0f2/Makefile
+++ b/net-mgmt/p0f2/Makefile
@@ -22,6 +22,9 @@ MAN1= p0f.1
WRKSRC= ${WRKDIR}/p0f
NO_STAGE= yes
+
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
post-patch:
diff --git a/net-mgmt/percona-monitoring-plugins/Makefile b/net-mgmt/percona-monitoring-plugins/Makefile
index 9ac3d297a0bc..d0d2165977ab 100644
--- a/net-mgmt/percona-monitoring-plugins/Makefile
+++ b/net-mgmt/percona-monitoring-plugins/Makefile
@@ -29,6 +29,9 @@ PORTDOCS= Changelog
CACTIDIR?= share/cacti
NO_STAGE= yes
+
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
do-install:
diff --git a/net-mgmt/wide-dhcp/Makefile b/net-mgmt/wide-dhcp/Makefile
index 484f42e39a5a..b70be7fceefa 100644
--- a/net-mgmt/wide-dhcp/Makefile
+++ b/net-mgmt/wide-dhcp/Makefile
@@ -22,6 +22,9 @@ DOCS= README README.jis db_sample/intro.dhcp db_sample/intro.dhcp.jis
EXAMPLES= dhcpdb.pool dhcpdb.relay dhcpdb.server
NO_STAGE= yes
+
+OPTIONS_DEFINE= DOCS EXAMPLES
+
.include <bsd.port.options.mk>
post-patch:
diff --git a/net-mgmt/wifimgr/Makefile b/net-mgmt/wifimgr/Makefile
index 18ca246b6abc..289bbcb35ded 100644
--- a/net-mgmt/wifimgr/Makefile
+++ b/net-mgmt/wifimgr/Makefile
@@ -18,6 +18,9 @@ USE_GNOME= gtk20
INSTALLS_ICONS= yes
NO_STAGE= yes
+
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}