aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-03-20 10:09:36 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-03-20 10:09:36 +0000
commit42d5e278657bc4b501370034367fddb58ae5529e (patch)
treeee34bccbe1b118a0c52bd84c8fd6f286e5861087 /x11
parent6f8a3dbfb13db6ee70c844d085a8f76c64fab6ef (diff)
downloadports-42d5e278657bc4b501370034367fddb58ae5529e.tar.gz
ports-42d5e278657bc4b501370034367fddb58ae5529e.zip
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Notes
Notes: svn path=/head/; revision=209424
Diffstat (limited to 'x11')
-rw-r--r--x11/3ddesktop/Makefile1
-rw-r--r--x11/bbrun/Makefile1
-rw-r--r--x11/cnslock/Makefile1
-rw-r--r--x11/ecore-desktop/Makefile1
-rw-r--r--x11/ecore-imf/Makefile1
-rw-r--r--x11/ecore-imf_evas/Makefile1
-rw-r--r--x11/ecore-x11/Makefile1
-rw-r--r--x11/gtkterm2/Makefile1
-rw-r--r--x11/gxset/Makefile1
-rw-r--r--x11/kde4-baseapps/Makefile1
-rw-r--r--x11/kde4-runtime/Makefile1
-rw-r--r--x11/kde4-workspace/Makefile1
-rw-r--r--x11/kdebase3/Makefile1
-rw-r--r--x11/kdebase4-runtime/Makefile1
-rw-r--r--x11/kdebase4-workspace/Makefile1
-rw-r--r--x11/kdebase4/Makefile1
-rw-r--r--x11/libcapplet/Makefile1
-rw-r--r--x11/libxklavier/Makefile1
-rw-r--r--x11/wmappl/Makefile1
-rw-r--r--x11/wmdrawer/Makefile1
-rw-r--r--x11/xdialog/Makefile1
-rw-r--r--x11/xidle/Makefile1
-rw-r--r--x11/xstroke/Makefile1
-rw-r--r--x11/xvattr/Makefile1
24 files changed, 0 insertions, 24 deletions
diff --git a/x11/3ddesktop/Makefile b/x11/3ddesktop/Makefile
index 87c9c3ee6d17..51997fb178a7 100644
--- a/x11/3ddesktop/Makefile
+++ b/x11/3ddesktop/Makefile
@@ -18,7 +18,6 @@ COMMENT= 3D Virtual Desktop Switcher
LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut
USE_GL= yes
-USE_GETOPT_LONG= yes
USE_EFL= imlib2
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/x11/bbrun/Makefile b/x11/bbrun/Makefile
index e6a6cd636e0f..74ad6db09eb6 100644
--- a/x11/bbrun/Makefile
+++ b/x11/bbrun/Makefile
@@ -18,7 +18,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun
USE_X_PREFIX= yes
USE_GNOME= gtk20
-USE_GETOPT_LONG= yes
USE_GMAKE= yes
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
diff --git a/x11/cnslock/Makefile b/x11/cnslock/Makefile
index f5b3f95e3fe3..50abcf511455 100644
--- a/x11/cnslock/Makefile
+++ b/x11/cnslock/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A visual indicator of the states of the three "lock" buttons
PLIST_FILES= bin/cnslock
-USE_GETOPT_LONG=yes
USE_GNOME= gtk12
USE_X_PREFIX= yes
USE_XPM= yes
diff --git a/x11/ecore-desktop/Makefile b/x11/ecore-desktop/Makefile
index 8a24b4e145b8..579695dfcb84 100644
--- a/x11/ecore-desktop/Makefile
+++ b/x11/ecore-desktop/Makefile
@@ -21,7 +21,6 @@ GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GNOME= gnomehack pkgconfig gnometarget
USE_LDCONFIG= yes
-USE_GETOPT_LONG=yes
USE_EFL= ecore
USE_EFL_ECORE= file
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_desktop
diff --git a/x11/ecore-imf/Makefile b/x11/ecore-imf/Makefile
index 06781e11477c..032b932ebd9f 100644
--- a/x11/ecore-imf/Makefile
+++ b/x11/ecore-imf/Makefile
@@ -21,7 +21,6 @@ GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GNOME= gnomehack pkgconfig gnometarget
USE_LDCONFIG= yes
-USE_GETOPT_LONG=yes
USE_EFL= ecore
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf
INSTALL_WRKSRC= ${BUILD_WRKSRC}
diff --git a/x11/ecore-imf_evas/Makefile b/x11/ecore-imf_evas/Makefile
index 363ae82f3675..5e0353a75b0d 100644
--- a/x11/ecore-imf_evas/Makefile
+++ b/x11/ecore-imf_evas/Makefile
@@ -21,7 +21,6 @@ GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GNOME= gnomehack pkgconfig gnometarget
USE_LDCONFIG= yes
-USE_GETOPT_LONG=yes
USE_EFL= ecore evas
USE_EFL_ECORE= imf
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf_evas
diff --git a/x11/ecore-x11/Makefile b/x11/ecore-x11/Makefile
index 5b6c43d60f7e..e26cb373b20b 100644
--- a/x11/ecore-x11/Makefile
+++ b/x11/ecore-x11/Makefile
@@ -21,7 +21,6 @@ GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GNOME= gnomehack pkgconfig gnometarget
USE_LDCONFIG= yes
-USE_GETOPT_LONG=yes
USE_EFL= ecore
USE_EFL_ECORE= txt
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_x
diff --git a/x11/gtkterm2/Makefile b/x11/gtkterm2/Makefile
index c62f89dee232..5d6a663a597c 100644
--- a/x11/gtkterm2/Makefile
+++ b/x11/gtkterm2/Makefile
@@ -17,7 +17,6 @@ COMMENT= A simple GTK-2 terminal with tabs
USE_X_PREFIX= yes
USE_GNOME= gnometarget vte
-USE_GETOPT_LONG= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
diff --git a/x11/gxset/Makefile b/x11/gxset/Makefile
index b5c7db7833d6..d9c601830be0 100644
--- a/x11/gxset/Makefile
+++ b/x11/gxset/Makefile
@@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= petef
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK frontend for xset(1)
-USE_GETOPT_LONG=yes
USE_X_PREFIX= yes
USE_GNOME= gtk12
USE_XPM= yes
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile
index 080de5ff8fd7..975b37108866 100644
--- a/x11/kde4-baseapps/Makefile
+++ b/x11/kde4-baseapps/Makefile
@@ -28,7 +28,6 @@ CONFLICTS= kdeartwork-3.[2-3]* kdelibs-3.[0-4]* kdeutils-3.[0-2]*
USE_KDELIBS_VER=3
PREFIX= ${KDE_PREFIX}
-USE_GETOPT_LONG=yes
USE_OPENLDAP= yes
USE_OPENSSL= yes
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile
index 080de5ff8fd7..975b37108866 100644
--- a/x11/kde4-runtime/Makefile
+++ b/x11/kde4-runtime/Makefile
@@ -28,7 +28,6 @@ CONFLICTS= kdeartwork-3.[2-3]* kdelibs-3.[0-4]* kdeutils-3.[0-2]*
USE_KDELIBS_VER=3
PREFIX= ${KDE_PREFIX}
-USE_GETOPT_LONG=yes
USE_OPENLDAP= yes
USE_OPENSSL= yes
diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile
index 080de5ff8fd7..975b37108866 100644
--- a/x11/kde4-workspace/Makefile
+++ b/x11/kde4-workspace/Makefile
@@ -28,7 +28,6 @@ CONFLICTS= kdeartwork-3.[2-3]* kdelibs-3.[0-4]* kdeutils-3.[0-2]*
USE_KDELIBS_VER=3
PREFIX= ${KDE_PREFIX}
-USE_GETOPT_LONG=yes
USE_OPENLDAP= yes
USE_OPENSSL= yes
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index 080de5ff8fd7..975b37108866 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -28,7 +28,6 @@ CONFLICTS= kdeartwork-3.[2-3]* kdelibs-3.[0-4]* kdeutils-3.[0-2]*
USE_KDELIBS_VER=3
PREFIX= ${KDE_PREFIX}
-USE_GETOPT_LONG=yes
USE_OPENLDAP= yes
USE_OPENSSL= yes
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile
index 080de5ff8fd7..975b37108866 100644
--- a/x11/kdebase4-runtime/Makefile
+++ b/x11/kdebase4-runtime/Makefile
@@ -28,7 +28,6 @@ CONFLICTS= kdeartwork-3.[2-3]* kdelibs-3.[0-4]* kdeutils-3.[0-2]*
USE_KDELIBS_VER=3
PREFIX= ${KDE_PREFIX}
-USE_GETOPT_LONG=yes
USE_OPENLDAP= yes
USE_OPENSSL= yes
diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile
index 080de5ff8fd7..975b37108866 100644
--- a/x11/kdebase4-workspace/Makefile
+++ b/x11/kdebase4-workspace/Makefile
@@ -28,7 +28,6 @@ CONFLICTS= kdeartwork-3.[2-3]* kdelibs-3.[0-4]* kdeutils-3.[0-2]*
USE_KDELIBS_VER=3
PREFIX= ${KDE_PREFIX}
-USE_GETOPT_LONG=yes
USE_OPENLDAP= yes
USE_OPENSSL= yes
diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile
index 080de5ff8fd7..975b37108866 100644
--- a/x11/kdebase4/Makefile
+++ b/x11/kdebase4/Makefile
@@ -28,7 +28,6 @@ CONFLICTS= kdeartwork-3.[2-3]* kdelibs-3.[0-4]* kdeutils-3.[0-2]*
USE_KDELIBS_VER=3
PREFIX= ${KDE_PREFIX}
-USE_GETOPT_LONG=yes
USE_OPENLDAP= yes
USE_OPENSSL= yes
diff --git a/x11/libcapplet/Makefile b/x11/libcapplet/Makefile
index bbfcbbca3c98..c0e075afbd67 100644
--- a/x11/libcapplet/Makefile
+++ b/x11/libcapplet/Makefile
@@ -19,7 +19,6 @@ COMMENT= A library for writing custom applets for GNOME Control Center
USE_BZIP2= yes
USE_GNOME= gnomelibs
USE_LDCONFIG= yes
-USE_GETOPT_LONG=yes
MAKE_ENV= X11BASE="${LOCALBASE}" LOCALBASE="${LOCALBASE}" LDFLAGS="${LDFLAGS}"
.include <bsd.port.pre.mk>
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile
index 64f69d0c2249..bfde4178af74 100644
--- a/x11/libxklavier/Makefile
+++ b/x11/libxklavier/Makefile
@@ -23,7 +23,6 @@ USE_XLIB= yes
USE_GMAKE= yes
USE_GNOME= gnometarget gnomehack libxml2 glib20
USE_LDCONFIG= yes
-USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS= --disable-doxygen \
diff --git a/x11/wmappl/Makefile b/x11/wmappl/Makefile
index ae0057e15dea..a9a3ee5b9c55 100644
--- a/x11/wmappl/Makefile
+++ b/x11/wmappl/Makefile
@@ -22,7 +22,6 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= An application launcher dockapp similar to wmbutton
-USE_GETOPT_LONG=yes
USE_X_PREFIX= yes
USE_XPM= yes
MAKE_ENV= DATADIR="${DATADIR}" \
diff --git a/x11/wmdrawer/Makefile b/x11/wmdrawer/Makefile
index f213401932b7..f11d83096333 100644
--- a/x11/wmdrawer/Makefile
+++ b/x11/wmdrawer/Makefile
@@ -20,7 +20,6 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= A dockapp which provides a drawer to launch applications
-USE_GETOPT_LONG=yes
USE_X_PREFIX= yes
USE_GNOME= gdkpixbuf
USE_GMAKE= yes
diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile
index 5041504a6cb5..4232c66e2423 100644
--- a/x11/xdialog/Makefile
+++ b/x11/xdialog/Makefile
@@ -20,7 +20,6 @@ COMMENT= A drop in replacement for the "dialog" or "cdialog" programs
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnometarget gtk12
-USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
diff --git a/x11/xidle/Makefile b/x11/xidle/Makefile
index 40f1ce0fb3fb..b71af8e96957 100644
--- a/x11/xidle/Makefile
+++ b/x11/xidle/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= novel@FreeBSD.org
COMMENT= Run a program on X inactivity
USE_BZIP2= yes
-USE_GETOPT_LONG=yes
USE_X_PREFIX= yes
CFLAGS+= -I${X11BASE}/include -I${LOCALBASE}/include -D__dead=static
MAKE_ARGS+= X11LIBDIR="${X11BASE}/lib" \
diff --git a/x11/xstroke/Makefile b/x11/xstroke/Makefile
index 422f09c6a6f9..0f378293783f 100644
--- a/x11/xstroke/Makefile
+++ b/x11/xstroke/Makefile
@@ -17,7 +17,6 @@ COMMENT= Fullscreen gesture recognition
LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
-USE_GETOPT_LONG=yes
USE_BISON= build
USE_IMAKE= yes
CFLAGS+= ${PTHREAD_CFLAGS}
diff --git a/x11/xvattr/Makefile b/x11/xvattr/Makefile
index acd5960c41db..61e6bc134d1a 100644
--- a/x11/xvattr/Makefile
+++ b/x11/xvattr/Makefile
@@ -17,7 +17,6 @@ COMMENT= Getting and setting Xv attributes
USE_X_PREFIX= yes
USE_PERL5_BUILD= yes
-USE_GETOPT_LONG= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}