diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-10 21:54:26 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-10 21:54:26 +0800 |
commit | 591689f7f7301da41e08d95976e1318322254d75 (patch) | |
tree | 3a1e73b4128190b7ed7020b2113a1d94d76b0e93 /net-im | |
parent | 241bc346167b5bfc4beac8d3b3044454cf6b0f87 (diff) | |
download | freebsd-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-im')
-rw-r--r-- | net-im/icb/Makefile | 2 | ||||
-rw-r--r-- | net-im/libjingle/Makefile | 3 | ||||
-rw-r--r-- | net-im/licq-icq/Makefile | 2 | ||||
-rw-r--r-- | net-im/licq-jabber/Makefile | 2 | ||||
-rw-r--r-- | net-im/licq-msn/Makefile | 2 | ||||
-rw-r--r-- | net-im/pidgin-libnotify/Makefile | 3 | ||||
-rw-r--r-- | net-im/pidgin-skype/Makefile | 2 |
7 files changed, 16 insertions, 0 deletions
diff --git a/net-im/icb/Makefile b/net-im/icb/Makefile index d09b7489fc43..0029d145a7f5 100644 --- a/net-im/icb/Makefile +++ b/net-im/icb/Makefile @@ -21,6 +21,8 @@ PORTEXAMPLES= bartender confuse echofunctions sample.icbrc PLIST_FILES= bin/icb %%DATADIR%%/icbserverdb PLIST_DIRS= %%DATADIR%% +OPTIONS_DEFINE= EXAMPLES + .include <bsd.port.options.mk> do-install: diff --git a/net-im/libjingle/Makefile b/net-im/libjingle/Makefile index fb2c8b9095b0..5f24e39c7b51 100644 --- a/net-im/libjingle/Makefile +++ b/net-im/libjingle/Makefile @@ -52,6 +52,9 @@ PLIST_FILES+= bin/login \ bin/stunserver \ NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-configure: diff --git a/net-im/licq-icq/Makefile b/net-im/licq-icq/Makefile index 452879609062..a9beefc5e4cb 100644 --- a/net-im/licq-icq/Makefile +++ b/net-im/licq-icq/Makefile @@ -22,6 +22,8 @@ PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%% LICQ_PORT?= net-im/licq +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" diff --git a/net-im/licq-jabber/Makefile b/net-im/licq-jabber/Makefile index 47c4eece362d..85b026f67d22 100644 --- a/net-im/licq-jabber/Makefile +++ b/net-im/licq-jabber/Makefile @@ -23,6 +23,8 @@ PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%% LICQ_PORT?= net-im/licq +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" diff --git a/net-im/licq-msn/Makefile b/net-im/licq-msn/Makefile index 1f267933a35d..216e3f707024 100644 --- a/net-im/licq-msn/Makefile +++ b/net-im/licq-msn/Makefile @@ -22,6 +22,8 @@ PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%% LICQ_PORT?= net-im/licq +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" diff --git a/net-im/pidgin-libnotify/Makefile b/net-im/pidgin-libnotify/Makefile index b39c839415f6..23eaa8161df9 100644 --- a/net-im/pidgin-libnotify/Makefile +++ b/net-im/pidgin-libnotify/Makefile @@ -24,6 +24,9 @@ USE_GNOME= gtk20 USES= pkgconfig NO_STAGE= yes + +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/net-im/pidgin-skype/Makefile b/net-im/pidgin-skype/Makefile index 56c245155c7d..4a0e5d07cfa5 100644 --- a/net-im/pidgin-skype/Makefile +++ b/net-im/pidgin-skype/Makefile @@ -46,6 +46,8 @@ mylibs= ${PTHREAD_LIBS} # the upstream translations and .pot file are woefully out of date. #OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |