Date: Sat, 31 Aug 2013 00:26:08 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325749 - in head/net: clamz howl libmms liboauth libosip mono-zeroconf mpich2 netatalk3 openvswitch ortp pynids sdl_net usbredir ushare Message-ID: <201308310026.r7V0Q8l4032846@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Aug 31 00:26:08 2013 New Revision: 325749 URL: http://svnweb.freebsd.org/changeset/ports/325749 Log: 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 Modified: head/net/clamz/Makefile head/net/howl/Makefile head/net/libmms/Makefile head/net/liboauth/Makefile head/net/libosip/Makefile head/net/mono-zeroconf/Makefile head/net/mpich2/Makefile head/net/netatalk3/Makefile head/net/openvswitch/Makefile head/net/ortp/Makefile head/net/pynids/Makefile head/net/sdl_net/Makefile head/net/usbredir/Makefile head/net/ushare/Makefile Modified: head/net/clamz/Makefile ============================================================================== --- head/net/clamz/Makefile Sat Aug 31 00:18:11 2013 (r325748) +++ head/net/clamz/Makefile Sat Aug 31 00:26:08 2013 (r325749) @@ -18,7 +18,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -USE_GNOME= pkgconfig +USES= pkgconfig MAN1= ${PORTNAME}.1 Modified: head/net/howl/Makefile ============================================================================== --- head/net/howl/Makefile Sat Aug 31 00:18:11 2013 (r325748) +++ head/net/howl/Makefile Sat Aug 31 00:26:08 2013 (r325749) @@ -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) implementa CONFLICTS= avahi-[0-9]* USE_AUTOTOOLS= libtool -USE_GMAKE= yes -USE_GNOME= pkgconfig +USES= gmake pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/net/libmms/Makefile ============================================================================== --- head/net/libmms/Makefile Sat Aug 31 00:18:11 2013 (r325748) +++ head/net/libmms/Makefile Sat Aug 31 00:26:08 2013 (r325749) @@ -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 Modified: head/net/liboauth/Makefile ============================================================================== --- head/net/liboauth/Makefile Sat Aug 31 00:18:11 2013 (r325748) +++ head/net/liboauth/Makefile Sat Aug 31 00:26:08 2013 (r325749) @@ -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 Modified: head/net/libosip/Makefile ============================================================================== --- head/net/libosip/Makefile Sat Aug 31 00:18:11 2013 (r325748) +++ head/net/libosip/Makefile Sat Aug 31 00:26:08 2013 (r325749) @@ -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 implementati CONFLICTS= libosip2-2* -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-debug --disable-trace USE_LDCONFIG= yes Modified: head/net/mono-zeroconf/Makefile ============================================================================== --- head/net/mono-zeroconf/Makefile Sat Aug 31 00:18:11 2013 (r325748) +++ head/net/mono-zeroconf/Makefile Sat Aug 31 00:26:08 2013 (r325749) @@ -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/mon 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 Modified: head/net/mpich2/Makefile ============================================================================== --- head/net/mpich2/Makefile Sat Aug 31 00:18:11 2013 (r325748) +++ head/net/mpich2/Makefile Sat Aug 31 00:26:08 2013 (r325749) @@ -23,9 +23,9 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bas 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 Modified: head/net/netatalk3/Makefile ============================================================================== --- head/net/netatalk3/Makefile Sat Aug 31 00:18:11 2013 (r325748) +++ head/net/netatalk3/Makefile Sat Aug 31 00:26:08 2013 (r325749) @@ -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 Modified: head/net/openvswitch/Makefile ============================================================================== --- head/net/openvswitch/Makefile Sat Aug 31 00:18:11 2013 (r325748) +++ head/net/openvswitch/Makefile Sat Aug 31 00:26:08 2013 (r325749) @@ -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-perform .include <bsd.port.pre.mk> -.if ${OSVERSION} < 800000 -BROKEN= does not compile -.endif - .if ${PORT_OPTIONS:MTHREADED} CONFIGURE_ARGS+=--enable-threaded=yes .endif Modified: head/net/ortp/Makefile ============================================================================== --- head/net/ortp/Makefile Sat Aug 31 00:18:11 2013 (r325748) +++ head/net/ortp/Makefile Sat Aug 31 00:26:08 2013 (r325749) @@ -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/source 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 Modified: head/net/pynids/Makefile ============================================================================== --- head/net/pynids/Makefile Sat Aug 31 00:18:11 2013 (r325748) +++ head/net/pynids/Makefile Sat Aug 31 00:26:08 2013 (r325749) @@ -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 Modified: head/net/sdl_net/Makefile ============================================================================== --- head/net/sdl_net/Makefile Sat Aug 31 00:18:11 2013 (r325748) +++ head/net/sdl_net/Makefile Sat Aug 31 00:26:08 2013 (r325749) @@ -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 n USE_AUTOTOOLS= libtool USE_SDL= sdl -USE_GNOME= gnomehack pkgconfig -USE_GMAKE= yes +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/net/usbredir/Makefile ============================================================================== --- head/net/usbredir/Makefile Sat Aug 31 00:18:11 2013 (r325748) +++ head/net/usbredir/Makefile Sat Aug 31 00:26:08 2013 (r325749) @@ -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} Modified: head/net/ushare/Makefile ============================================================================== --- head/net/ushare/Makefile Sat Aug 31 00:18:11 2013 (r325748) +++ head/net/ushare/Makefile Sat Aug 31 00:26:08 2013 (r325749) @@ -14,9 +14,7 @@ LIB_DEPENDS= upnp.9:${PORTSDIR}/devel/up 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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308310026.r7V0Q8l4032846>