summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-03-20 09:23:28 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-03-20 09:23:28 +0000
commitdad0d0873a3d4f82a21a868dc5cb50e86c14565b (patch)
treee462a7690aebd4bb8e131b767361f662174e8b9c
parent- Update to version 1.4 (diff)
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Notes
Notes: svn path=/head/; revision=209417
-rw-r--r--arabic/katoob/Makefile1
-rw-r--r--archivers/advancecomp/Makefile1
-rw-r--r--archivers/cabextract/Makefile1
-rw-r--r--archivers/dact/Makefile1
-rw-r--r--archivers/fastjar/Makefile1
-rw-r--r--archivers/lbrate/Makefile1
-rw-r--r--archivers/libmspack/Makefile1
-rw-r--r--archivers/nomarch/Makefile2
-rw-r--r--archivers/sectar/Makefile1
-rw-r--r--archivers/unmakeself/Makefile1
-rw-r--r--astro/rmap/Makefile1
-rw-r--r--audio/aylet/Makefile1
-rw-r--r--audio/blop/Makefile1
-rw-r--r--audio/cdparanoia/Makefile1
-rw-r--r--audio/cuetools/Makefile1
-rw-r--r--audio/denemo/Makefile1
-rw-r--r--audio/esound/Makefile1
-rw-r--r--audio/espeak/Makefile1
-rw-r--r--audio/faad/Makefile1
-rw-r--r--audio/fapg/Makefile1
-rw-r--r--audio/fluidsynth/Makefile1
-rw-r--r--audio/glurp/Makefile1
-rw-r--r--audio/gtkguitune/Makefile1
-rw-r--r--audio/hydrogen/Makefile1
-rw-r--r--audio/id3v2/Makefile1
-rw-r--r--audio/jack/Makefile1
-rw-r--r--audio/ksmp3play/Makefile1
-rw-r--r--audio/moc/Makefile1
-rw-r--r--audio/mp3_check/Makefile1
-rw-r--r--audio/mp3blaster/Makefile1
-rw-r--r--audio/mpiosh/Makefile1
-rw-r--r--audio/muse/Makefile1
-rw-r--r--audio/nosefart/Makefile1
-rw-r--r--audio/osalp/Makefile1
-rw-r--r--audio/prokyon3/Makefile1
-rw-r--r--audio/pulseaudio/Makefile1
-rw-r--r--audio/quelcom/Makefile1
-rw-r--r--audio/rawrec/Makefile1
-rw-r--r--audio/speex/Makefile1
-rw-r--r--audio/streamtuner/Makefile1
-rw-r--r--audio/umix/Makefile1
-rw-r--r--audio/wav2cdr/Makefile2
-rw-r--r--benchmarks/forkbomb/Makefile2
-rw-r--r--benchmarks/gtkperf/Makefile1
-rw-r--r--benchmarks/httperf/Makefile1
-rw-r--r--benchmarks/super-smack/Makefile1
-rw-r--r--benchmarks/webbench/Makefile2
-rw-r--r--cad/tochnog/Makefile1
-rw-r--r--chinese/autoconvert/Makefile1
-rw-r--r--chinese/oto/Makefile1
-rw-r--r--chinese/wenju/Makefile1
-rw-r--r--chinese/zhcon/Makefile1
-rw-r--r--comms/gsmlib/Makefile1
-rw-r--r--comms/hamlib/Makefile1
-rw-r--r--comms/lirc/Makefile1
-rw-r--r--comms/nokryptia/Makefile1
-rw-r--r--comms/scmxx/Makefile1
-rw-r--r--comms/trustedqsl/Makefile1
-rw-r--r--comms/xnecview/Makefile1
-rw-r--r--converters/ecore-txt/Makefile1
-rw-r--r--converters/fix-mime-charset/Makefile1
-rw-r--r--converters/ical2html/Makefile2
-rw-r--r--converters/psiconv/Makefile1
-rw-r--r--converters/tnef/Makefile1
-rw-r--r--converters/ytnef/Makefile1
65 files changed, 0 insertions, 70 deletions
diff --git a/arabic/katoob/Makefile b/arabic/katoob/Makefile
index 724daa77c441..d78f2784f677 100644
--- a/arabic/katoob/Makefile
+++ b/arabic/katoob/Makefile
@@ -22,7 +22,6 @@ USE_XLIB= yes
USE_GNOME= gnomeprefix gnomehack gtk20
WANT_GNOME= yes
USE_AUTOTOOLS= libtool:15
-USE_GETOPT_LONG=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
diff --git a/archivers/advancecomp/Makefile b/archivers/advancecomp/Makefile
index a2fd3a689978..05df40d838fd 100644
--- a/archivers/advancecomp/Makefile
+++ b/archivers/advancecomp/Makefile
@@ -14,7 +14,6 @@ MASTER_SITE_SUBDIR= advancemame
MAINTAINER= ports@FreeBSD.org
COMMENT= Recompression utilities for .ZIP, .PNG, .MNG and .GZ files
-USE_GETOPT_LONG= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/archivers/cabextract/Makefile b/archivers/cabextract/Makefile
index df4cf5a7dde0..69f08af37886 100644
--- a/archivers/cabextract/Makefile
+++ b/archivers/cabextract/Makefile
@@ -13,7 +13,6 @@ MASTER_SITES= http://www.cabextract.org.uk/
MAINTAINER= gabor@FreeBSD.org
COMMENT= A program to extract Microsoft cabinet (.CAB) files
-USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
MANLANG= "" ja
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile
index 9f7fe10d4573..05456268dc63 100644
--- a/archivers/dact/Makefile
+++ b/archivers/dact/Makefile
@@ -17,7 +17,6 @@ COMMENT= Dynamic Adaptive Compression Tool
LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \
lzo.1:${PORTSDIR}/archivers/lzo
-USE_GETOPT_LONG= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile
index 599d3c2ac3d6..328b0ca3c603 100644
--- a/archivers/fastjar/Makefile
+++ b/archivers/fastjar/Makefile
@@ -15,7 +15,6 @@ MAINTAINER= maho@FreeBSD.org
COMMENT= A version of JDK's `jar' command written entirely in C
USE_BZIP2= yes
-USE_GETOPT_LONG=yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
GNU_CONFIGURE= yes
diff --git a/archivers/lbrate/Makefile b/archivers/lbrate/Makefile
index 2e602ed6317b..fa9b9487d5f9 100644
--- a/archivers/lbrate/Makefile
+++ b/archivers/lbrate/Makefile
@@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= utils/compress
MAINTAINER= ports@FreeBSD.org
COMMENT= Extract/decompress CP/M LBR archives
-USE_GETOPT_LONG= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
MAN1= lbrate.1
diff --git a/archivers/libmspack/Makefile b/archivers/libmspack/Makefile
index 20747c913db0..f709c79c56cd 100644
--- a/archivers/libmspack/Makefile
+++ b/archivers/libmspack/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= fjoe@FreeBSD.org
COMMENT= A library for Microsoft compression formats
USE_AUTOTOOLS= libtool:15
-USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
diff --git a/archivers/nomarch/Makefile b/archivers/nomarch/Makefile
index 6a3d7b99e690..584f2bb420a0 100644
--- a/archivers/nomarch/Makefile
+++ b/archivers/nomarch/Makefile
@@ -15,8 +15,6 @@ MASTER_SITE_SUBDIR= utils/compress
MAINTAINER= gabor@FreeBSD.org
COMMENT= Extracts files from the old `.arc' archive format
-USE_GETOPT_LONG=yes
-
MAN1= nomarch.1
PLIST_FILES= bin/nomarch
PORTDOCS= COPYING ChangeLog NEWS README TODO
diff --git a/archivers/sectar/Makefile b/archivers/sectar/Makefile
index 19cee04ee6a4..b234ee46ef0e 100644
--- a/archivers/sectar/Makefile
+++ b/archivers/sectar/Makefile
@@ -15,7 +15,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A program to create encrypted tar archives
PLIST_FILES= bin/sectar
-USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>
diff --git a/archivers/unmakeself/Makefile b/archivers/unmakeself/Makefile
index f596039587a7..0e043f8d0a93 100644
--- a/archivers/unmakeself/Makefile
+++ b/archivers/unmakeself/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= jylefort@FreeBSD.org
COMMENT= Extract Makeself archives
LDFLAGS= -larchive -lbz2 -lz
-USE_GETOPT_LONG=yes
NO_WRKSUBDIR= yes
PLIST_FILES= bin/unmakeself
diff --git a/astro/rmap/Makefile b/astro/rmap/Makefile
index c596724276d2..e2f15173ea5c 100644
--- a/astro/rmap/Makefile
+++ b/astro/rmap/Makefile
@@ -17,7 +17,6 @@ COMMENT= Generates images of the Earth centered at a particular location
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
MAN1= rmap.1
-USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/audio/aylet/Makefile b/audio/aylet/Makefile
index a605dc2aeba9..92d59a514a96 100644
--- a/audio/aylet/Makefile
+++ b/audio/aylet/Makefile
@@ -18,7 +18,6 @@ MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A command line player for the .ay audio file format
USE_GMAKE= yes
-USE_GETOPT_LONG=yes
ALL_TARGET?= ${PORTNAME}
CFLAGS+= -DDRIVER_OSS -I${LOCALBASE}/include
diff --git a/audio/blop/Makefile b/audio/blop/Makefile
index 5270dabc453a..b6e8d9385793 100644
--- a/audio/blop/Makefile
+++ b/audio/blop/Makefile
@@ -15,7 +15,6 @@ COMMENT= Bandlimited oscillator plugins for LADSPA-aware audio applications
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
-USE_GETOPT_LONG= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/audio/cdparanoia/Makefile b/audio/cdparanoia/Makefile
index 72dc660036ec..c4ecf73e7090 100644
--- a/audio/cdparanoia/Makefile
+++ b/audio/cdparanoia/Makefile
@@ -16,7 +16,6 @@ EXTRACT_SUFX= .src.tgz
MAINTAINER= markus@FreeBSD.org
COMMENT= A CDDA extraction tool (also known as ripper)
-USE_GETOPT_LONG=yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/audio/cuetools/Makefile b/audio/cuetools/Makefile
index dc829ca3574d..0462eee7ad0e 100644
--- a/audio/cuetools/Makefile
+++ b/audio/cuetools/Makefile
@@ -13,7 +13,6 @@ MASTER_SITES= http://download.berlios.de/cuetools/
MAINTAINER= ports@FreeBSD.org
COMMENT= A set of utilities for working with cue files and toc files
-USE_GETOPT_LONG= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile
index 71844d7d944f..6ea4895d5e63 100644
--- a/audio/denemo/Makefile
+++ b/audio/denemo/Makefile
@@ -19,7 +19,6 @@ USE_XLIB= yes
USE_GNOME= gnometarget gtk20 libxml2
USE_GCC= 3.4+
USE_BISON= build
-USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
diff --git a/audio/esound/Makefile b/audio/esound/Makefile
index fbc7929a4a3b..8f6da5e44224 100644
--- a/audio/esound/Makefile
+++ b/audio/esound/Makefile
@@ -24,7 +24,6 @@ USE_GNOME= gnometarget gnomehack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= JW=false
-USE_GETOPT_LONG=yes
CONFLICTS= py*-ro-[0-9]*
diff --git a/audio/espeak/Makefile b/audio/espeak/Makefile
index b8d1523352a1..c8f3262be323 100644
--- a/audio/espeak/Makefile
+++ b/audio/espeak/Makefile
@@ -25,7 +25,6 @@ MAKE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PLIST_SUB+= ESPEAK_LIBRARY=${ESPEAK_LIBRARY}
-USE_GETOPT_LONG=yes
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_ZIP= yes
diff --git a/audio/faad/Makefile b/audio/faad/Makefile
index e0c97b71f2eb..576b8c288739 100644
--- a/audio/faad/Makefile
+++ b/audio/faad/Makefile
@@ -21,7 +21,6 @@ USE_DOS2UNIX= yes
USE_AUTOTOOLS= automake:15 autoheader:261 libtool:15
AUTOMAKE_ARGS= --add-missing
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
diff --git a/audio/fapg/Makefile b/audio/fapg/Makefile
index fc29092ca690..97d72882727e 100644
--- a/audio/fapg/Makefile
+++ b/audio/fapg/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= chinsan@FreeBSD.org
COMMENT= Fast Audio Playlist Generator
MAKE_ARGS+= CC=${CC}
-USE_GETOPT_LONG=yes
MAN1= fapg.1
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile
index eaa3e4e6d328..a2d5b5a00409 100644
--- a/audio/fluidsynth/Makefile
+++ b/audio/fluidsynth/Makefile
@@ -17,7 +17,6 @@ COMMENT= Real-time software synthesizer based on the SoundFont 2 specifications
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//}
USE_GNOME= gnomehack gnometarget pkgconfig
-USE_GETOPT_LONG= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
diff --git a/audio/glurp/Makefile b/audio/glurp/Makefile
index c2a79e2d328d..fb6e2122b1e9 100644
--- a/audio/glurp/Makefile
+++ b/audio/glurp/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= ports@mark.reidel.info
COMMENT= Nice and clean GTK+-2.x based graphical client for musicpd
GNU_CONFIGURE= yes
-USE_GETOPT_LONG=yes
USE_GNOME= gnometarget libglade2
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -export-dynamic" \
diff --git a/audio/gtkguitune/Makefile b/audio/gtkguitune/Makefile
index 077352f4096a..03c2dc8029cb 100644
--- a/audio/gtkguitune/Makefile
+++ b/audio/gtkguitune/Makefile
@@ -17,7 +17,6 @@ COMMENT= A guitar (and other instruments) tuner for GTK
LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtkmm12
GNU_CONFIGURE= yes
-USE_GETOPT_LONG=yes
PLIST_FILES= bin/gtkguitune
diff --git a/audio/hydrogen/Makefile b/audio/hydrogen/Makefile
index c19bc1707623..a35d4c8993d7 100644
--- a/audio/hydrogen/Makefile
+++ b/audio/hydrogen/Makefile
@@ -20,7 +20,6 @@ LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-USE_GETOPT_LONG=yes
USE_QT_VER= 3
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib
diff --git a/audio/id3v2/Makefile b/audio/id3v2/Makefile
index aa6b0d1f6131..0ccf7cb5f924 100644
--- a/audio/id3v2/Makefile
+++ b/audio/id3v2/Makefile
@@ -16,7 +16,6 @@ COMMENT= Command line id3v2 tag editor
LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib
-USE_GETOPT_LONG=yes
CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT=1
LDFLAGS= -L${LOCALBASE}/lib
CFLAGS+= ${CPPFLAGS}
diff --git a/audio/jack/Makefile b/audio/jack/Makefile
index 7d353ed21cf9..bf136021dcb2 100644
--- a/audio/jack/Makefile
+++ b/audio/jack/Makefile
@@ -25,7 +25,6 @@ CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include" \
CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
GNU_CONFIGURE= yes
-USE_GETOPT_LONG=yes
USE_LDCONFIG= yes
USE_GNOME= pkgconfig gnometarget gnomehack
diff --git a/audio/ksmp3play/Makefile b/audio/ksmp3play/Makefile
index 7917eb21e4eb..93c8a654bbde 100644
--- a/audio/ksmp3play/Makefile
+++ b/audio/ksmp3play/Makefile
@@ -19,7 +19,6 @@ COMMENT= An curses-based MP3 player
LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg
USE_SDL= sdl
-USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
diff --git a/audio/moc/Makefile b/audio/moc/Makefile
index d6a9410a290f..bd84eda3856a 100644
--- a/audio/moc/Makefile
+++ b/audio/moc/Makefile
@@ -14,7 +14,6 @@ MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/
MAINTAINER= rzinkov@gmail.com
COMMENT= A console audio player designed to be powerful and easy to use
-USE_GETOPT_LONG= yes
USE_GMAKE= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
diff --git a/audio/mp3_check/Makefile b/audio/mp3_check/Makefile
index a94e2fb1382d..fb504edbfc5a 100644
--- a/audio/mp3_check/Makefile
+++ b/audio/mp3_check/Makefile
@@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= mp3check
MAINTAINER= ericb@thedeepsky.com
COMMENT= Verifies the integrity of mp3 audio files
-USE_GETOPT_LONG=yes
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
PLIST_FILES= bin/mp3_check
diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile
index b9d4de19abe5..15aa75ce09e4 100644
--- a/audio/mp3blaster/Makefile
+++ b/audio/mp3blaster/Makefile
@@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= novel@FreeBSD.org
COMMENT= MP3 console ncurses-based player
-USE_GETOPT_LONG= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
WANT_GNOME= yes
diff --git a/audio/mpiosh/Makefile b/audio/mpiosh/Makefile
index 982a9202042e..ad7be616fced 100644
--- a/audio/mpiosh/Makefile
+++ b/audio/mpiosh/Makefile
@@ -19,7 +19,6 @@ LIB_DEPENDS= usb-0.1:${PORTSDIR}/devel/libusb
USE_AUTOTOOLS= libtool:15
USE_ICONV= yes
-USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
diff --git a/audio/muse/Makefile b/audio/muse/Makefile
index 907041adb352..a1729736fe9e 100644
--- a/audio/muse/Makefile
+++ b/audio/muse/Makefile
@@ -19,7 +19,6 @@ COMMENT= Multiple Streaming Engine
LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \
ogg.5:${PORTSDIR}/audio/libogg
-USE_GETOPT_LONG=yes
USE_GETTEXT= yes
USE_GNOME= gnometarget
USE_GMAKE= yes
diff --git a/audio/nosefart/Makefile b/audio/nosefart/Makefile
index 2c74056317ca..29925df7e1e4 100644
--- a/audio/nosefart/Makefile
+++ b/audio/nosefart/Makefile
@@ -16,7 +16,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-mls
MAINTAINER= sethk@meowfishies.com
COMMENT= A player for NES Sound Format (NSF)
-USE_GETOPT_LONG=yes
USE_GMAKE= yes
MAKE_ENV= INSTALL="${INSTALL}" COPY="${COPY}" STRIP="${STRIP}"\
diff --git a/audio/osalp/Makefile b/audio/osalp/Makefile
index ae88fd8a6891..0f8439616e9d 100644
--- a/audio/osalp/Makefile
+++ b/audio/osalp/Makefile
@@ -18,7 +18,6 @@ RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \
vorbis.4:${PORTSDIR}/audio/libvorbis
-USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CFLAGS+= -fPIC -DPIC
diff --git a/audio/prokyon3/Makefile b/audio/prokyon3/Makefile
index c6fc95b79b73..647dc7166510 100644
--- a/audio/prokyon3/Makefile
+++ b/audio/prokyon3/Makefile
@@ -23,7 +23,6 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
USE_QT_VER= 3
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_GETOPT_LONG=yes
USE_GETTEXT= yes
USE_MYSQL= yes
USE_PERL5_BUILD=yes
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index c82ae6910892..ecb9bce9b49b 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -24,7 +24,6 @@ USE_XLIB= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:15 libltdl:15
USE_GMAKE= yes
-USE_GETOPT_LONG=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
diff --git a/audio/quelcom/Makefile b/audio/quelcom/Makefile
index ba5b2cddfae6..d17015f323ad 100644
--- a/audio/quelcom/Makefile
+++ b/audio/quelcom/Makefile
@@ -15,7 +15,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A set of command-line utilities for MP3 and wave files
USE_GCC= 3.3
-USE_GETOPT_LONG= yes
USE_GETTEXT= yes
USE_GMAKE= yes
MAKEFILE= makefile
diff --git a/audio/rawrec/Makefile b/audio/rawrec/Makefile
index 816cf4a1477c..ef76f02221f5 100644
--- a/audio/rawrec/Makefile
+++ b/audio/rawrec/Makefile
@@ -20,7 +20,6 @@ COMMENT= A utility to record and playback raw audio data
WRKSRC= ${WRKDIR}/${DISTNAME}/src
-USE_GETOPT_LONG=yes
USE_GMAKE= yes
MAKE_ARGS= CC="${CC}" \
CFLAGS="${CPPFLAGS} ${CFLAGS} ${PTHREAD_CFLAGS}" \
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
index 766a0af18db7..8e95f26439b5 100644
--- a/audio/speex/Makefile
+++ b/audio/speex/Makefile
@@ -21,7 +21,6 @@ CONFLICTS= speex-devel-[0-9]*
USE_GNOME= gnomehack gnometarget ltverhack
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:15
-USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ogg-dir=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile
index b81254a014f3..d44fb1811c98 100644
--- a/audio/streamtuner/Makefile
+++ b/audio/streamtuner/Makefile
@@ -24,7 +24,6 @@ USE_GNOME= gtk20 gnomehack gnomeprefix
USE_GMAKE= yes
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
-USE_GETOPT_LONG= yes
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
diff --git a/audio/umix/Makefile b/audio/umix/Makefile
index f426843c1303..b1561a785a63 100644
--- a/audio/umix/Makefile
+++ b/audio/umix/Makefile
@@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Advanced tool for adjusting soundcard mixers, replacement for aumix
-USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/audio/wav2cdr/Makefile b/audio/wav2cdr/Makefile
index 4c1edcaa27ab..4e12a3015f25 100644
--- a/audio/wav2cdr/Makefile
+++ b/audio/wav2cdr/Makefile
@@ -16,8 +16,6 @@ MASTER_SITE_SUBDIR= apps/sound/convert
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Converts WAV files into CDR audio file format
-USE_GETOPT_LONG=yes
-
WRKSRC= ${WRKDIR}/${PORTNAME}
SRC= wav2cdr cmdarg data fileio process
diff --git a/benchmarks/forkbomb/Makefile b/benchmarks/forkbomb/Makefile
index fc1381d506aa..6e956de468d6 100644
--- a/benchmarks/forkbomb/Makefile
+++ b/benchmarks/forkbomb/Makefile
@@ -15,8 +15,6 @@ MASTER_SITE_SUBDIR= system/benchmark
MAINTAINER= ports@FreeBSD.org
COMMENT= System stress testing tool
-USE_GETOPT_LONG=yes
-
MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
diff --git a/benchmarks/gtkperf/Makefile b/benchmarks/gtkperf/Makefile
index 9578ff169038..5b1546a370f1 100644
--- a/benchmarks/gtkperf/Makefile
+++ b/benchmarks/gtkperf/Makefile
@@ -22,7 +22,6 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gtk20 gnomeprefix
USE_X_PREFIX= yes
-USE_GETOPT_LONG= yes
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile
index 9306d81e37d4..9e653b6dc041 100644
--- a/benchmarks/httperf/Makefile
+++ b/benchmarks/httperf/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= jmelo@FreeBSD.org
COMMENT= A tool for measuring webserver performance
USE_OPENSSL= yes
-USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAKE_ARGS= LIBUTIL_OBJS=ssl_writev.o \
diff --git a/benchmarks/super-smack/Makefile b/benchmarks/super-smack/Makefile
index 13d54c86c8b8..dc2ef20e6f46 100644
--- a/benchmarks/super-smack/Makefile
+++ b/benchmarks/super-smack/Makefile
@@ -15,7 +15,6 @@ COMMENT= A benchmarking, stress testing, and load generation tool for Databases
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-smacks-dir=${DATADIR}
-USE_GETOPT_LONG= yes
OPTIONS= MYSQL "Enable MySQL support" on \
POSTGRESQL "Enable PostgreSQL support" off
diff --git a/benchmarks/webbench/Makefile b/benchmarks/webbench/Makefile
index c5436541572f..e3d16250cc1e 100644
--- a/benchmarks/webbench/Makefile
+++ b/benchmarks/webbench/Makefile
@@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= apps/www/servers
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple forking web benchmark
-USE_GETOPT_LONG=yes
-
MAKE_ENV+= LDFLAGS="${LDFLAGS}"
MAKE_ARGS+= CFLAGS="${CPPFLAGS} ${CFLAGS}"
diff --git a/cad/tochnog/Makefile b/cad/tochnog/Makefile
index ca7a99bf9852..19c3b9fa4a72 100644
--- a/cad/tochnog/Makefile
+++ b/cad/tochnog/Makefile
@@ -28,7 +28,6 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libsuperlu_mt.a:${PORTSDIR}/math/superlu_mt
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsuperlu.a:${PORTSDIR}/math/superlu
.endif
-USE_GETOPT_LONG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}/src
MAKEFILE= makefile
diff --git a/chinese/autoconvert/Makefile b/chinese/autoconvert/Makefile
index 94e3cbe7c294..fbdb0080ac41 100644
--- a/chinese/autoconvert/Makefile
+++ b/chinese/autoconvert/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= yinjieh@csie.nctu.edu.tw
COMMENT= Intelligent Chinese encoding converter
MAKE_ENV= CFLAG="${CPPFLAGS}" LIBS="${LDFLAGS}"
-USE_GETOPT_LONG= yes
USE_LDCONFIG= yes
post-patch:
diff --git a/chinese/oto/Makefile b/chinese/oto/Makefile
index 642130dcde69..63958e08dab3 100644
--- a/chinese/oto/Makefile
+++ b/chinese/oto/Makefile
@@ -15,7 +15,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Show you font info and add new 'name' and 'cmap' tables
USE_ICONV= yes
-USE_GETOPT_LONG=yes
GNU_CONFIGURE= YES
USE_GMAKE= YES
CPPFLAGS= -I${LOCALBASE}/include
diff --git a/chinese/wenju/Makefile b/chinese/wenju/Makefile
index ddd49fb8710a..c54e154871d8 100644
--- a/chinese/wenju/Makefile
+++ b/chinese/wenju/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of writing tools in Chinese
USE_AUTOTOOLS= libtool:15
-USE_GETOPT_LONG=yes
USE_GNOME= gtk20
USE_LDCONFIG= yes
USE_XLIB= yes
diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile
index 2a1139c9db14..05252a00ca37 100644
--- a/chinese/zhcon/Makefile
+++ b/chinese/zhcon/Makefile
@@ -20,7 +20,6 @@ ONLY_FOR_ARCHS= i386
USE_ICONV= yes
# Don't bother to add ".if !defined(WITHOUT_NLS)", zhcon requires libintl
USE_GETTEXT= yes
-USE_GETOPT_LONG= yes
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile
index 91c111bb82a2..9183b9eaee9e 100644
--- a/comms/gsmlib/Makefile
+++ b/comms/gsmlib/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A library to access GSM mobile phones through GSM modems
USE_GNOME= gnometarget lthack
-USE_GETOPT_LONG=yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile
index 503f0d2e94c1..2f17b55da853 100644
--- a/comms/hamlib/Makefile
+++ b/comms/hamlib/Makefile
@@ -18,7 +18,6 @@ COMMENT= Shared libraries for Amateur Radio Equipment Control Applications
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
USE_GNOME= pkgconfig gnomehack
-USE_GETOPT_LONG= yes
USE_PERL5= yes
USE_PYTHON= yes
USE_AUTOTOOLS= autoconf:261 libtool:15
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile
index 16f6ef55b951..1c5678b8bef8 100644
--- a/comms/lirc/Makefile
+++ b/comms/lirc/Makefile
@@ -18,7 +18,6 @@ COMMENT= Linux Infared Remote Control
USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes
USE_XLIB= yes
-USE_GETOPT_LONG=yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/comms/nokryptia/Makefile b/comms/nokryptia/Makefile
index 8b9ec8b82238..6d0065c4e658 100644
--- a/comms/nokryptia/Makefile
+++ b/comms/nokryptia/Makefile
@@ -17,7 +17,6 @@ COMMENT= A tool for fast loading mp3s into Nokia 5510
LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib
GNU_CONFIGURE= yes
-USE_GETOPT_LONG= yes
USE_BZIP2= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile
index 3b78ce288013..338ef7c04726 100644
--- a/comms/scmxx/Makefile
+++ b/comms/scmxx/Makefile
@@ -19,7 +19,6 @@ USE_GCC= 3.4+
USE_GMAKE= yes
USE_ICONV= yes
USE_GETTEXT= yes
-USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CFLAGS="-I${LOCALBASE}/include" \
diff --git a/comms/trustedqsl/Makefile b/comms/trustedqsl/Makefile
index 27fed4ea0451..546fb8e63601 100644
--- a/comms/trustedqsl/Makefile
+++ b/comms/trustedqsl/Makefile
@@ -19,7 +19,6 @@ COMMENT= Amateur Radio Station electronic trusted logbook
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
USE_PERL5= yes
-USE_GETOPT_LONG= yes
USE_WX= 2.6
USE_LDCONFIG= yes
MAKE_ENV= INCDIR="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/comms/xnecview/Makefile b/comms/xnecview/Makefile
index 90199bddf00f..fc9a823fed52 100644
--- a/comms/xnecview/Makefile
+++ b/comms/xnecview/Makefile
@@ -17,7 +17,6 @@ COMMENT= A X viewer of nec2c data
LIB_DEPENDS= png:${PORTSDIR}/graphics/png
RUN_DEPENDS= nec2c:${PORTSDIR}/comms/nec2c
-USE_GETOPT_LONG=yes
USE_GNOME= gtk20
USE_GMAKE= yes
USE_X_PREFIX= yes
diff --git a/converters/ecore-txt/Makefile b/converters/ecore-txt/Makefile
index fbe08ccedc5e..24dcaa9e8648 100644
--- a/converters/ecore-txt/Makefile
+++ b/converters/ecore-txt/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_ICONV= yes
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_txt
diff --git a/converters/fix-mime-charset/Makefile b/converters/fix-mime-charset/Makefile
index a8918b099ffb..5f120415758a 100644
--- a/converters/fix-mime-charset/Makefile
+++ b/converters/fix-mime-charset/Makefile
@@ -20,7 +20,6 @@ LIB_DEPENDS= enca.5:${PORTSDIR}/converters/enca
PORTDOCS= README.koi8r README
GNU_CONFIGURE= yes
-USE_GETOPT_LONG= yes
USE_PERL5_BUILD= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/converters/ical2html/Makefile b/converters/ical2html/Makefile
index 2f866d71e6bb..8e471e0619a8 100644
--- a/converters/ical2html/Makefile
+++ b/converters/ical2html/Makefile
@@ -22,6 +22,4 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
-USE_GETOPT_LONG= yes
-
.include <bsd.port.mk>
diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile
index b7ee205773c8..1628b8d947e1 100644
--- a/converters/psiconv/Makefile
+++ b/converters/psiconv/Makefile
@@ -15,7 +15,6 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= A conversion utility to convert Psion 5(MX) files into other formats
USE_AUTOTOOLS= libtool:15
-USE_GETOPT_LONG=yes
USE_LDCONFIG= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/converters/tnef/Makefile b/converters/tnef/Makefile
index 214ae236dbca..9894588706f8 100644
--- a/converters/tnef/Makefile
+++ b/converters/tnef/Makefile
@@ -15,7 +15,6 @@ MAINTAINER= garga@FreeBSD.org
COMMENT= Unpack data in MS Outlook TNEF format
GNU_CONFIGURE= yes
-USE_GETOPT_LONG= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= tnef.1
diff --git a/converters/ytnef/Makefile b/converters/ytnef/Makefile
index d67a3325758e..b6689cec4443 100644
--- a/converters/ytnef/Makefile
+++ b/converters/ytnef/Makefile
@@ -20,7 +20,6 @@ RUN_DEPENDS= ${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools
USE_PERL5_RUN= yes
GNU_CONFIGURE= yes
-USE_GETOPT_LONG=yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib