svn commit: r341974 - in head: devel/libmcs net-im/libyahoo2 net/netembryo net/xboxproxy
Martin Wilke
miwi at FreeBSD.org
Fri Jan 31 10:17:52 UTC 2014
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; \
More information about the svn-ports-all
mailing list