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 /x11 | |
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 'x11')
-rw-r--r-- | x11/bbdock/Makefile | 2 | ||||
-rw-r--r-- | x11/gdkxft/Makefile | 2 | ||||
-rw-r--r-- | x11/gtk-theme-switch/Makefile | 2 | ||||
-rw-r--r-- | x11/gtkterm2/Makefile | 2 | ||||
-rw-r--r-- | x11/imwheel/Makefile | 2 | ||||
-rw-r--r-- | x11/libdnd/Makefile | 2 | ||||
-rw-r--r-- | x11/peeper/Makefile | 2 | ||||
-rw-r--r-- | x11/sterm/Makefile | 3 | ||||
-rw-r--r-- | x11/wmappl/Makefile | 2 | ||||
-rw-r--r-- | x11/xbanner/Makefile | 2 | ||||
-rw-r--r-- | x11/xdialog/Makefile | 2 | ||||
-rw-r--r-- | x11/xfce4-screenshooter-plugin/Makefile | 2 |
12 files changed, 25 insertions, 0 deletions
diff --git a/x11/bbdock/Makefile b/x11/bbdock/Makefile index aee015a0bd4a..9c6da4c03cf9 100644 --- a/x11/bbdock/Makefile +++ b/x11/bbdock/Makefile @@ -21,6 +21,8 @@ PORTDOCS= README PLIST_FILES= bin/bbdock +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-install: diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile index b8518cb2c654..6465c6e597d0 100644 --- a/x11/gdkxft/Makefile +++ b/x11/gdkxft/Makefile @@ -22,6 +22,8 @@ CONFIGURE_ARGS= --sbindir=${PREFIX}/bin \ --without-gnome USE_LDCONFIG= yes +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/x11/gtk-theme-switch/Makefile b/x11/gtk-theme-switch/Makefile index cbeabc9599cf..c2739cf8d23c 100644 --- a/x11/gtk-theme-switch/Makefile +++ b/x11/gtk-theme-switch/Makefile @@ -14,6 +14,8 @@ COMMENT= Command line tool for switching GTK+ themes USE_GNOME= gtk12 USES= gmake +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/x11/gtkterm2/Makefile b/x11/gtkterm2/Makefile index a87e5001a3b6..b4b8342ebb03 100644 --- a/x11/gtkterm2/Makefile +++ b/x11/gtkterm2/Makefile @@ -23,6 +23,8 @@ PLIST_DIRS= %%DATADIR%%/pixmaps %%DATADIR%% CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/x11/imwheel/Makefile b/x11/imwheel/Makefile index 55476690714f..65d671f5d47f 100644 --- a/x11/imwheel/Makefile +++ b/x11/imwheel/Makefile @@ -18,6 +18,8 @@ USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gpm +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/x11/libdnd/Makefile b/x11/libdnd/Makefile index 96ee6941c8fb..6818b35a032d 100644 --- a/x11/libdnd/Makefile +++ b/x11/libdnd/Makefile @@ -20,6 +20,8 @@ CPPFLAGS+= -I${LOCALBASE}/include/ LDFLAGS+= -L${LOCALBASE}/lib/ MAKE_JOBS_UNSAFE= yes +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-install: diff --git a/x11/peeper/Makefile b/x11/peeper/Makefile index e12cf1e56f21..6f77e2ab2e17 100644 --- a/x11/peeper/Makefile +++ b/x11/peeper/Makefile @@ -16,6 +16,8 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} `${IMLIB_CONFIG} --cflags-gdk`" \ LIBS="`${IMLIB_CONFIG} --libs-gdk`" ALL_TARGET= peeper +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-install: diff --git a/x11/sterm/Makefile b/x11/sterm/Makefile index 9bd37ec2d87a..55ad6c5f50ca 100644 --- a/x11/sterm/Makefile +++ b/x11/sterm/Makefile @@ -26,6 +26,9 @@ PLIST_FILES= bin/st PORTDOCS= README NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> pre-everything:: diff --git a/x11/wmappl/Makefile b/x11/wmappl/Makefile index 11dbe52b8746..202c51275627 100644 --- a/x11/wmappl/Makefile +++ b/x11/wmappl/Makefile @@ -23,6 +23,8 @@ MAKE_ENV= DATADIR="${DATADIR}" USES+= gmake .endif +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-extract: diff --git a/x11/xbanner/Makefile b/x11/xbanner/Makefile index 4d0c09b6075a..cbb0c9533883 100644 --- a/x11/xbanner/Makefile +++ b/x11/xbanner/Makefile @@ -14,6 +14,8 @@ COMMENT= Make your XDM login screen look beautiful USE_XORG= xpm x11 +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile index 5062e1a1d561..f988785cde41 100644 --- a/x11/xdialog/Makefile +++ b/x11/xdialog/Makefile @@ -22,6 +22,8 @@ LDFLAGS+= -L${LOCALBASE}/lib USES= gmake .endif +OPTIONS_DEFINE= DOCS NLS + .include <bsd.port.options.mk> .if empty(PORT_OPTIONS:MNLS) diff --git a/x11/xfce4-screenshooter-plugin/Makefile b/x11/xfce4-screenshooter-plugin/Makefile index 85a3a48d26a7..e39397ed9d3d 100644 --- a/x11/xfce4-screenshooter-plugin/Makefile +++ b/x11/xfce4-screenshooter-plugin/Makefile @@ -22,6 +22,8 @@ USE_GNOME= glib20 gtk20 intltool intlhack USE_XFCE= configenv libexo libmenu libutil panel USES= pkgconfig gmake +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |