summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-21 00:07:22 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-21 00:07:22 +0800
commitfea7d4450331a3ae6932b3121050039abdcfef0e (patch)
tree725d133b0ab26e76aef4bf30bb482aad9c12fe13
parent3060a02594e0ba316dfaa9d76ccfb87ff4621b7a (diff)
downloadmarcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.tar
marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.tar.gz
marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.tar.bz2
marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.tar.lz
marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.tar.xz
marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.tar.zst
marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.zip
Sync w/ pav's recently change of USE_GETOPT_LONG. We will probably need to
sync more stuff if there is more change in FreeBSD ports tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10794 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--audio/pulseaudio/Makefile3
-rw-r--r--graphics/swfdec/Makefile1
-rw-r--r--net/avahi-app/Makefile3
-rw-r--r--textproc/libtranslate/Makefile1
-rw-r--r--www/swfdec-plugin/Makefile1
-rw-r--r--x11/libxklavier/Makefile3
6 files changed, 3 insertions, 9 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index 03fa74443..39a1c34d5 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/audio/pulseaudio/Makefile,v 1.7 2007/09/10 05:10:38 mezz Exp $
+# $MCom: ports/audio/pulseaudio/Makefile,v 1.9 2008/03/19 13:55:58 ahze Exp $
#
PORTNAME= pulseaudio
@@ -25,7 +25,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/graphics/swfdec/Makefile b/graphics/swfdec/Makefile
index 803c30b5c..e99de9459 100644
--- a/graphics/swfdec/Makefile
+++ b/graphics/swfdec/Makefile
@@ -20,7 +20,6 @@ LIB_DEPENDS= oil-0.3.0:${PORTSDIR}/devel/liboil \
USE_XLIB= yes
USE_GNOME= gnomehack gtk20
-USE_GETOPT_LONG= yes
USE_AUTOTOOLS= libtool:15:env automake:19:env autoconf:261
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile
index 36a9eaa49..2c31254cd 100644
--- a/net/avahi-app/Makefile
+++ b/net/avahi-app/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net/avahi-app/Makefile,v 1.6 2007/08/26 06:10:14 marcus Exp $
+# $MCom: ports/net/avahi-app/Makefile,v 1.8 2008/01/19 20:08:24 marcus Exp $
#
PORTNAME= avahi
@@ -27,7 +27,6 @@ USE_GNOME_SUBR= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
-USE_GETOPT_LONG=yes
AVAHI_SLAVE?= no
CONFIGURE_ARGS?=--with-distro=freebsd \
--with-dbus-system-address=unix:path=/var/run/dbus/system_bus_socket \
diff --git a/textproc/libtranslate/Makefile b/textproc/libtranslate/Makefile
index ddb6fc75b..f9c0db4fe 100644
--- a/textproc/libtranslate/Makefile
+++ b/textproc/libtranslate/Makefile
@@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jylefort@FreeBSD.org
COMMENT= A natural language translation library
-USE_GETOPT_LONG= yes
USE_GNOME= glib20 gnomehack intlhack
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/www/swfdec-plugin/Makefile b/www/swfdec-plugin/Makefile
index ff2547959..7e5a462ae 100644
--- a/www/swfdec-plugin/Makefile
+++ b/www/swfdec-plugin/Makefile
@@ -16,7 +16,6 @@ COMMENT= Flash rendering plugin
LIB_DEPENDS= swfdec-0.6:${PORTSDIR}/graphics/swfdec
-USE_GETOPT_LONG= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS= --with-plugin-dir="${PREFIX}/lib/browser_plugins"
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile
index 44105b72f..6c776b74b 100644
--- a/x11/libxklavier/Makefile
+++ b/x11/libxklavier/Makefile
@@ -3,7 +3,7 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/libxklavier/Makefile,v 1.37 2008/01/31 08:26:52 marcus Exp $
+# $MCom: ports/x11/libxklavier/Makefile,v 1.38 2008/03/10 23:56:45 ahze Exp $
#
PORTNAME= libxklavier
@@ -22,7 +22,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 \