svn commit: r346672 - head/net-im/libnice

Martin Wilke miwi at FreeBSD.org
Sat Mar 1 18:00:51 UTC 2014


Author: miwi
Date: Sat Mar  1 18:00:51 2014
New Revision: 346672
URL: http://svnweb.freebsd.org/changeset/ports/346672
QAT: https://qat.redports.org/buildarchive/r346672/

Log:
  - Stage support
  - Convert to USES

Modified:
  head/net-im/libnice/Makefile

Modified: head/net-im/libnice/Makefile
==============================================================================
--- head/net-im/libnice/Makefile	Sat Mar  1 18:00:37 2014	(r346671)
+++ head/net-im/libnice/Makefile	Sat Mar  1 18:00:51 2014	(r346672)
@@ -11,17 +11,15 @@ MASTER_SITES=	http://nice.freedesktop.or
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Library and transmitter that implements ICE-19
 
-USES=		pkgconfig gettext
-USE_GMAKE=	yes
+USES=		pkgconfig gettext gmake pathfix
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack glib20 ltverhack
+USE_GNOME=	glib20 ltverhack
 USE_GSTREAMER=	yes
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--without-gstreamer --with-gstreamer-0.10
 CPPFLAGS+=	-I${LOCALBASE}/include -DHAVE_GETIFADDRS
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 post-patch:
 	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
 	    	's|-Wno-missing-field-initializers|#|g'


More information about the svn-ports-head mailing list