summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-21 17:47:52 +0000
committeradamw <adamw@FreeBSD.org>2014-07-21 17:47:52 +0000
commit28c2b31d4d537f1f53d05e0668e1397b696c4f1a (patch)
tree319127a7ac77536c193069aa90ed4b279facdd72
parentb0a544010f844d1eaa5068532d30d80f00e8854e (diff)
downloadFreeBSD-ports-28c2b31d4d537f1f53d05e0668e1397b696c4f1a.zip
FreeBSD-ports-28c2b31d4d537f1f53d05e0668e1397b696c4f1a.tar.gz
Remove some instances of WITHOUT_X11 and use an X11 OPTION
instead.
-rw-r--r--devel/ocaml-react/Makefile7
-rw-r--r--editors/emacs-devel/Makefile2
-rw-r--r--editors/emacs23/Makefile2
-rw-r--r--emulators/mtools/Makefile2
-rw-r--r--graphics/pecl-imagick/Makefile9
-rw-r--r--graphics/stamp/Makefile6
-rw-r--r--lang/icon/Makefile8
-rw-r--r--net/clusterit/Makefile15
-rw-r--r--net/pfinger/Makefile7
-rw-r--r--www/gallery3/Makefile4
-rw-r--r--www/webinject/Makefile4
11 files changed, 38 insertions, 28 deletions
diff --git a/devel/ocaml-react/Makefile b/devel/ocaml-react/Makefile
index d76e40a..a21e86e 100644
--- a/devel/ocaml-react/Makefile
+++ b/devel/ocaml-react/Makefile
@@ -14,8 +14,13 @@ COMMENT= OCaml module for functional reactive programming
LICENSE= BSD3CLAUSE
+OPTIONS_DEFINE= X11
+
USE_OCAML= yes
-.if defined (WITHOUT_X11)
+
+.include <bsd.port.options.mk>
+
+.if empty(PORT_OPTIONS:MX11)
OCAMLC_DEPEND= ocaml-notk>=3.11:${OCAMLC_PORT}
.else
OCAMLC_DEPEND= ocaml>=3.11:${OCAMLC_PORT}
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile
index 2f1ae5e..e315673 100644
--- a/editors/emacs-devel/Makefile
+++ b/editors/emacs-devel/Makefile
@@ -225,7 +225,7 @@ GNUTLS3_RPATH=
post-patch:
@${RM} -f ${WRKSRC}/info/*
@${REINPLACE_CMD} -e "s/%%EMACS_VER%%/${EMACS_VER}/g" -e "s/%%DATADIR%%/${DATADIR:C/\//\\\//g}/g" ${WRKSRC}/sources.el
-.if defined(WITHOUT_X11)
+.if empty(PORT_OPTIONS:MX11)
@${REINPLACE_CMD} -e 's/^Terminal=.*$$/Terminal=true/' ${WRKSRC}/etc/emacs.desktop
.endif
.if ${PORT_OPTIONS:MGNUTLS3}
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile
index b315566..c0798b1 100644
--- a/editors/emacs23/Makefile
+++ b/editors/emacs23/Makefile
@@ -177,7 +177,7 @@ BROKEN= Emacs 23.X does not currently build on ia64
post-patch:
@${RM} -f ${WRKSRC}/info/*
@${REINPLACE_CMD} -e "s/%%EMACS_VER%%/${EMACS_VER}/g" -e "s/%%DATADIR%%/${DATADIR:C/\//\\\//g}/g" ${WRKSRC}/sources.el
-.if defined(WITHOUT_X11)
+.if empty(PORT_OPTIONS:MX11)
@${REINPLACE_CMD} -e 's/^Terminal=.*$$/Terminal=true/' ${WRKSRC}/etc/emacs.desktop
.endif
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile
index 61a68cc..dc284b9 100644
--- a/emulators/mtools/Makefile
+++ b/emulators/mtools/Makefile
@@ -43,7 +43,7 @@ PLIST_SUB= X11=""
.else
CONFIGURE_ARGS+= --without-x
PLIST_SUB= X11="@comment "
-MAKE_ENV+= WITHOUT_X11=${WITHOUT_X11}
+MAKE_ENV+= WITHOUT_X11=yes
.endif
post-patch:
diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile
index 8c67ef8..418b3e0 100644
--- a/graphics/pecl-imagick/Makefile
+++ b/graphics/pecl-imagick/Makefile
@@ -15,11 +15,10 @@ COMMENT= Provides a wrapper to the ImageMagick/GraphicsMagick library
LICENSE= PHP301
-.if !defined(WITHOUT_X11)
-LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
-.else
-LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick-nox11
-.endif
+OPTIONS_DEFINE= X11
+
+X11_LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+X11_LIB_DEPENDS_OFF= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick-nox11
USES= pkgconfig
USE_PHP= yes
diff --git a/graphics/stamp/Makefile b/graphics/stamp/Makefile
index 8bf1197..bd6c6276 100644
--- a/graphics/stamp/Makefile
+++ b/graphics/stamp/Makefile
@@ -15,9 +15,9 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
-.if !defined(WITHOUT_X11)
-USE_GNOME= gtk12
-.endif
+
+OPTIONS_DEFINE= X11
+X11_USE= GNOME=gtk12
post-patch:
@${REINPLACE_CMD} -e 's#/usr/local/share/stamp#${DATADIR}#' \
diff --git a/lang/icon/Makefile b/lang/icon/Makefile
index d245854..539a068 100644
--- a/lang/icon/Makefile
+++ b/lang/icon/Makefile
@@ -20,9 +20,11 @@ ICONDIR= ${PREFIX}/lib/${PORTNAME}
BINS= icont iconx
BINXS= colrbook colrpick fontpick palette vib wevents xgamma
-OPTIONS_DEFINE= DOCS
+OPTIONS_DEFINE= DOCS X11
-.if defined(WITHOUT_X11)
+.include <bsd.port.options.mk>
+
+.if empty(PORT_OPTIONS:MX11)
CONFIG_CMD= Configure
PLIST_SUB= WITHOUT_X11="@comment "
.else
@@ -60,7 +62,7 @@ do-install:
@${LN} -sf ${ICONDIR}/bin/icont ${STAGEDIR}${PREFIX}/bin/icon
@${MKDIR} ${STAGEDIR}${ICONDIR}/lib
cd ${WRKSRC}/lib; ${INSTALL_DATA} *.* ${STAGEDIR}${ICONDIR}/lib
-.if !defined(WITHOUT_X11)
+.if ${PORT_OPTIONS:MX11}
.for file in ${BINXS}
${INSTALL_SCRIPT} ${WRKSRC}/bin/${file} ${STAGEDIR}${ICONDIR}/bin/${file}
.endfor
diff --git a/net/clusterit/Makefile b/net/clusterit/Makefile
index dbe68c5..da6e7f6 100644
--- a/net/clusterit/Makefile
+++ b/net/clusterit/Makefile
@@ -11,17 +11,16 @@ COMMENT= Collection of clustering tools
GNU_CONFIGURE= yes
-.include <bsd.port.pre.mk>
+OPTIONS_DEFINE= X11
+OPTIONS_DEFAULT=X11
+OPTIONS_SUB= yes
-.if defined (WITHOUT_X11)
-PLIST_SUB+= X11='@comment '
-.else
-PLIST_SUB+= X11=''
-USE_XORG= x11
-.endif
+X11_USE= XORG=x11
+
+.include <bsd.port.options.mk>
post-patch:
-.if defined(WITHOUT_X11)
+.if empty(PORT_OPTIONS:MX11)
${REINPLACE_CMD} -E 's,^(SUBDIRS) = .*,\1 = barrier dsh jsd pcp dtop tools,' ${WRKSRC}/Makefile.in
.endif
diff --git a/net/pfinger/Makefile b/net/pfinger/Makefile
index c6d492c..853d21f 100644
--- a/net/pfinger/Makefile
+++ b/net/pfinger/Makefile
@@ -12,8 +12,13 @@ COMMENT= Highly configurable, secure, and portable finger daemon
CONFLICTS= gnu-finger-1.*
+OPTIONS_DEFINE= X11
+
GNU_CONFIGURE= yes
-.if !defined(WITHOUT_X11)
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MX11}
USE_GNOME= gtk12
PLIST_SUB+= WITHOUT_X11=""
.else
diff --git a/www/gallery3/Makefile b/www/gallery3/Makefile
index 259221c..6d3234b 100644
--- a/www/gallery3/Makefile
+++ b/www/gallery3/Makefile
@@ -23,7 +23,7 @@ NO_BUILD= yes
SUB_FILES= pkg-message
OPTIONS_DEFINE= DCRAW FFMPEG GD GRAPHMAGICK IMAGEMAGICK JHEAD \
- NETPBM NLS UNZIP
+ NETPBM NLS UNZIP X11
OPTIONS_DEFAULT= IMAGEMAGICK JHEAD UNZIP
.include <bsd.port.options.mk>
@@ -51,7 +51,7 @@ RUN_DEPENDS+= gm:${PORTSDIR}/graphics/GraphicsMagick
.endif
.if ${PORT_OPTIONS:MIMAGEMAGICK}
-.if !defined(WITHOUT_X11)
+.if ${PORT_OPTIONS:MX11}
RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
.else
RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick-nox11
diff --git a/www/webinject/Makefile b/www/webinject/Makefile
index ba4b288..50367ee 100644
--- a/www/webinject/Makefile
+++ b/www/webinject/Makefile
@@ -16,10 +16,10 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay
-.if !defined(WITHOUT_X11)
+#.if !defined(WITHOUT_X11)
# some work to do here
#RUN_DEPENDS+= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
-.endif
+#.endif
USES= perl5 shebangfix
SHEBANG_FILES= webinject.pl
OpenPOWER on IntegriCloud