Date: Fri, 31 Jan 2014 10:17:51 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341974 - in head: devel/libmcs net-im/libyahoo2 net/netembryo net/xboxproxy Message-ID: <201401311017.s0VAHpl6046480@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri Jan 31 10:17:50 2014 New Revision: 341974 URL: http://svnweb.freebsd.org/changeset/ports/341974 QAT: https://qat.redports.org/buildarchive/r341974/ Log: - Stage support - Convert to USES Modified: head/devel/libmcs/Makefile head/net-im/libyahoo2/Makefile head/net/netembryo/Makefile head/net/xboxproxy/Makefile Modified: head/devel/libmcs/Makefile ============================================================================== --- head/devel/libmcs/Makefile Fri Jan 31 10:13:48 2014 (r341973) +++ head/devel/libmcs/Makefile Fri Jan 31 10:17:50 2014 (r341974) @@ -20,7 +20,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= gmake pkgconfig -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGCONF} Modified: head/net-im/libyahoo2/Makefile ============================================================================== --- head/net-im/libyahoo2/Makefile Fri Jan 31 10:13:48 2014 (r341973) +++ head/net-im/libyahoo2/Makefile Fri Jan 31 10:17:50 2014 (r341974) @@ -12,10 +12,9 @@ COMMENT= A C library that handles the ne USE_AUTOTOOLS= libtool USE_BZIP2= yes USES= pathfix -USE_GNOME= glib20 gnomehack +USE_GNOME= glib20 USE_LDCONFIG= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-g -Wall||g ; \ Modified: head/net/netembryo/Makefile ============================================================================== --- head/net/netembryo/Makefile Fri Jan 31 10:13:48 2014 (r341973) +++ head/net/netembryo/Makefile Fri Jan 31 10:17:50 2014 (r341974) @@ -18,14 +18,12 @@ OPTIONS_DEFINE= OPENSSL OPTIONS_DEFAULT=OPENSSL USE_BZIP2= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gmake USE_GNOME= glib20 -USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-silent-rules USE_LDCONFIG= yes -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENSSL} Modified: head/net/xboxproxy/Makefile ============================================================================== --- head/net/xboxproxy/Makefile Fri Jan 31 10:13:48 2014 (r341973) +++ head/net/xboxproxy/Makefile Fri Jan 31 10:17:50 2014 (r341974) @@ -21,7 +21,6 @@ PLIST_FILES= bin/xboxproxy LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|libnet-config|${LIBNET_CONFIG}|g; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401311017.s0VAHpl6046480>