aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-08-31 08:26:08 +0800
committerbapt <bapt@FreeBSD.org>2013-08-31 08:26:08 +0800
commitb5c4dd3fae7295a4bc13a27b98b9a622508f460d (patch)
tree7fb3974a6426bec4aab6014a30924f80d14ad145 /net
parent4a7e1514f30f19906c08052b844d2481d84e45c1 (diff)
downloadfreebsd-ports-gnome-b5c4dd3fae7295a4bc13a27b98b9a622508f460d.tar.gz
freebsd-ports-gnome-b5c4dd3fae7295a4bc13a27b98b9a622508f460d.tar.zst
freebsd-ports-gnome-b5c4dd3fae7295a4bc13a27b98b9a622508f460d.zip
Convert USE_GNOME=pkgconfig to USES=pkgconfig
While here: - Trim headers - Convert: * USE_GNOME=gnomehack -> USES=pathfix * USE_PERL5 -> USES=perl5 * USE_GMAKE -> USES=gmake
Diffstat (limited to 'net')
-rw-r--r--net/clamz/Makefile2
-rw-r--r--net/howl/Makefile8
-rw-r--r--net/libmms/Makefile10
-rw-r--r--net/liboauth/Makefile2
-rw-r--r--net/libosip/Makefile9
-rw-r--r--net/mono-zeroconf/Makefile9
-rw-r--r--net/mpich2/Makefile4
-rw-r--r--net/netatalk3/Makefile7
-rw-r--r--net/openvswitch/Makefile13
-rw-r--r--net/ortp/Makefile9
-rw-r--r--net/pynids/Makefile9
-rw-r--r--net/sdl_net/Makefile7
-rw-r--r--net/usbredir/Makefile9
-rw-r--r--net/ushare/Makefile4
14 files changed, 27 insertions, 75 deletions
diff --git a/net/clamz/Makefile b/net/clamz/Makefile
index 3b94f074b7d2..78160c790a80 100644
--- a/net/clamz/Makefile
+++ b/net/clamz/Makefile
@@ -18,7 +18,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
-USE_GNOME= pkgconfig
+USES= pkgconfig
MAN1= ${PORTNAME}.1
diff --git a/net/howl/Makefile b/net/howl/Makefile
index 43e015a78857..db7e3d6a39b9 100644
--- a/net/howl/Makefile
+++ b/net/howl/Makefile
@@ -1,8 +1,5 @@
-# New ports collection makefile for: howl
-# Date created: 21 July 2003
-# Whom: David Magda <dmagda+howl@ee.ryerson.ca>
+# Created by: David Magda <dmagda+howl@ee.ryerson.ca>
# $FreeBSD$
-#
PORTNAME= howl
PORTVERSION= 1.0.0
@@ -16,8 +13,7 @@ COMMENT= Zeroconf/Bonjour(tm) implementation
CONFLICTS= avahi-[0-9]*
USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
-USE_GNOME= pkgconfig
+USES= gmake pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/net/libmms/Makefile b/net/libmms/Makefile
index 8d4222537d13..483de2628699 100644
--- a/net/libmms/Makefile
+++ b/net/libmms/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libmms
-# Date created: 25 Dec 2004
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
+# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= libmms
PORTVERSION= 0.6.2
@@ -13,8 +9,8 @@ MASTER_SITES= SF
MAINTAINER= kwm@FreeBSD.org
COMMENT= Library for parsing mms:// and mmsh:// type network streams
-USE_GNOME= pkgconfig glib20
-USES= pathfix gettext iconv
+USE_GNOME= glib20
+USES= pathfix gettext iconv pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/net/liboauth/Makefile b/net/liboauth/Makefile
index 1c17221cca98..25564a410ead 100644
--- a/net/liboauth/Makefile
+++ b/net/liboauth/Makefile
@@ -15,7 +15,7 @@ GNU_CONFIGURE= yes
MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
USE_OPENSSL= yes
-USE_GNOME= pkgconfig
+USES= pkgconfig
USE_LDCONFIG= yes
MAN3= oauth.3
diff --git a/net/libosip/Makefile b/net/libosip/Makefile
index d7a26f8e8a72..b1781ac9e51a 100644
--- a/net/libosip/Makefile
+++ b/net/libosip/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: libosip
-# Date created: Jun 14, 2002
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= libosip
PORTVERSION= 3.6.0
@@ -17,7 +12,7 @@ COMMENT= A low layer of SIP implementation
CONFLICTS= libosip2-2*
-USE_GNOME= gnomehack pkgconfig
+USES= pathfix pkgconfig
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --disable-debug --disable-trace
USE_LDCONFIG= yes
diff --git a/net/mono-zeroconf/Makefile b/net/mono-zeroconf/Makefile
index 32a775cf4920..3f19da7e3ab7 100644
--- a/net/mono-zeroconf/Makefile
+++ b/net/mono-zeroconf/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: mono-zeroconf
-# Date created: Aug 27 2008
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
+# Created by: Florent Thoumie <flz@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= mono-zeroconf
PORTVERSION= 0.9.0
@@ -18,8 +14,7 @@ BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono \
RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_GNOME= pkgconfig gnomehack
+USES= gmake pathfix pkgconfig
CONFIGURE_ARGS+= --program-transform-name="" \
--disable-mdnsresponder
MAKE_JOBS_UNSAFE= yes
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile
index 55d23d580196..820960a6e0c1 100644
--- a/net/mpich2/Makefile
+++ b/net/mpich2/Makefile
@@ -23,9 +23,9 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
GNU_CONFIGURE= yes
USE_FORTRAN= yes
-USE_GNOME= pkgconfig
+USES= pkgconfig perl5
USE_LDCONFIG= yes
-USE_PERL5_BUILD=yes
+USE_PERL5= build
USE_PYTHON= yes
OPTIONS_DEFINE_i386= JAVA
diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile
index 695cc5402ff5..ec987b6cdb7f 100644
--- a/net/netatalk3/Makefile
+++ b/net/netatalk3/Makefile
@@ -17,12 +17,8 @@ LATEST_LINK= netatalk3
USE_AUTOTOOLS= libtool
USE_BDB= 46+
USE_BZIP2= yes
-USES= iconv
+USES= iconv gmake pkgconfig perl5
GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_PERL5= yes
-USE_GNOME= pkgconfig
-WANT_GNOME= yes
USE_LDCONFIG= yes
USE_RC_SUBR= netatalk
@@ -88,7 +84,6 @@ PLIST_SUB+= NETATALKPAM="@comment "
CONFIGURE_ARGS+= --enable-zeroconf=${LOCALBASE}
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app
-USE_GNOME+= pkgconfig
SUB_LIST+= ZEROCONF="avahi_daemon"
.else
CONFIGURE_ARGS+= --disable-zerconf
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile
index b371dd7b654b..c84323d97c4d 100644
--- a/net/openvswitch/Makefile
+++ b/net/openvswitch/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: openvswitch
-# Date created: 2011-11-01
-# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org>
-#
+# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= openvswitch
PORTVERSION= 1.7.1
@@ -17,9 +13,8 @@ LICENSE= AL2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= SSL_LIBS=-lssl SSL_CFLAGS=-I/usr/include/openssl
-USE_GMAKE= yes
USE_AUTOTOOLS= autoconf automake
-USE_GNOME= pkgconfig
+USES= gmake pkgconfig
USE_PYTHON= yes
USE_RC_SUBR= ovs-vswitchd ovsdb-server
MAN1= ovs-benchmark.1 ovs-pcap.1 ovs-tcpundump.1 ovsdb-client.1 \
@@ -35,10 +30,6 @@ THREADED_DESC= Experimental high-performance threading patch
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 800000
-BROKEN= does not compile
-.endif
-
.if ${PORT_OPTIONS:MTHREADED}
CONFIGURE_ARGS+=--enable-threaded=yes
.endif
diff --git a/net/ortp/Makefile b/net/ortp/Makefile
index 05dc53dd9cd9..dfa4d97e98c5 100644
--- a/net/ortp/Makefile
+++ b/net/ortp/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ortp
-# Date created: 20 October 2003
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
+# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= ortp
PORTVERSION= 0.13.0
@@ -15,7 +11,8 @@ MASTER_SITE_SUBDIR= linphone/ortp/sources
MAINTAINER= sobomax@FreeBSD.org
COMMENT= A Real-time Transport Protocol (RTP) stack
-USE_GNOME= glib20 pkgconfig gnomehack
+USES= pathfix pkgconfig
+USE_GNOME= glib20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
USE_LDCONFIG= yes
diff --git a/net/pynids/Makefile b/net/pynids/Makefile
index 4710fde9ed68..d88d8dbcac99 100644
--- a/net/pynids/Makefile
+++ b/net/pynids/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pynids
-# Date created: 22 Jun 2005
-# Whom: Corey Smith
-#
+# Created by: Corey Smith
# $FreeBSD$
-#
PORTNAME= pynids
PORTVERSION= 0.6.1
@@ -19,7 +15,8 @@ COMMENT= Python interface to libnids
PATCH_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
LIB_DEPENDS= net:${PORTSDIR}/net/libnet
-USE_GNOME= pkgconfig glib20
+USES= pkgconfig
+USE_GNOME= glib20
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
diff --git a/net/sdl_net/Makefile b/net/sdl_net/Makefile
index 570f2a2277f1..d6364cee65e7 100644
--- a/net/sdl_net/Makefile
+++ b/net/sdl_net/Makefile
@@ -1,6 +1,4 @@
-# New ports collection makefile for: sdl_net
-# Date created: 20 September 2000
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
@@ -16,8 +14,7 @@ COMMENT= A small sample cross-platform networking library
USE_AUTOTOOLS= libtool
USE_SDL= sdl
-USE_GNOME= gnomehack pkgconfig
-USE_GMAKE= yes
+USES= gmake pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/net/usbredir/Makefile b/net/usbredir/Makefile
index 1237a2e8b137..26a26e631999 100644
--- a/net/usbredir/Makefile
+++ b/net/usbredir/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: usbredir
-# Date created: Mon Aug 15 18:16:38 CEST 2011
-# Whom: Juergen Lock <nox@FreeBSD.org>
-#
+# Created by: Juergen Lock <nox@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= usbredir
PORTVERSION= 0.6
@@ -14,8 +10,7 @@ MAINTAINER= nox@FreeBSD.org
COMMENT= protocol for redirection of USB traffic
USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GNOME= pkgconfig
+USES= gmake pkgconfig
PATCH_STRIP= -p1
GNU_CONFIGURE= yes
MAKE_ARGS+= PREFIX=${PREFIX}
diff --git a/net/ushare/Makefile b/net/ushare/Makefile
index 7901a1fe3fa2..3e556623d4e7 100644
--- a/net/ushare/Makefile
+++ b/net/ushare/Makefile
@@ -14,9 +14,7 @@ LIB_DEPENDS= upnp.9:${PORTSDIR}/devel/upnp
HAS_CONFIGURE= yes
USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GNOME= pkgconfig
-USES= gettext
+USES= gettext gmake pkgconfig
LDFLAGS+= -L${LOCALBASE}/lib -lintl
CFLAGS+= -I${LOCALBASE}/include -I${WRKSRC}