Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 09:20:58 +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: r341954 - in head: net-im/libjreen net-im/pork net/tapidbus
Message-ID:  <201401310920.s0V9Kwk4022825@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Jan 31 09:20:58 2014
New Revision: 341954
URL: http://svnweb.freebsd.org/changeset/ports/341954
QAT: https://qat.redports.org/buildarchive/r341954/

Log:
  - Stage support
  - Convert to USES

Modified:
  head/net-im/libjreen/Makefile
  head/net-im/pork/Makefile
  head/net/tapidbus/Makefile

Modified: head/net-im/libjreen/Makefile
==============================================================================
--- head/net-im/libjreen/Makefile	Fri Jan 31 09:15:24 2014	(r341953)
+++ head/net-im/libjreen/Makefile	Fri Jan 31 09:20:58 2014	(r341954)
@@ -19,14 +19,12 @@ GH_TAGNAME=	v${PORTVERSION}
 
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 USE_QT4=	moc_build qmake_build rcc_build network
 
 USES=		cmake pkgconfig:build
 
-NO_STAGE=	yes
 pre-configure:
 	${REINPLACE_CMD} -e 's,lib.*/pkgconfig,libdata/pkgconfig,' \
 		${WRKSRC}/CMakeLists.txt

Modified: head/net-im/pork/Makefile
==============================================================================
--- head/net-im/pork/Makefile	Fri Jan 31 09:15:24 2014	(r341953)
+++ head/net-im/pork/Makefile	Fri Jan 31 09:20:58 2014	(r341954)
@@ -14,7 +14,6 @@ USE_OPENSSL=		yes
 
 GNU_CONFIGURE=		yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's/^inline //' ${WRKSRC}/src/*.h
 

Modified: head/net/tapidbus/Makefile
==============================================================================
--- head/net/tapidbus/Makefile	Fri Jan 31 09:15:24 2014	(r341953)
+++ head/net/tapidbus/Makefile	Fri Jan 31 09:20:58 2014	(r341954)
@@ -14,14 +14,12 @@ LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/d
 
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool
-USE_GMAKE=	yes
-USES=		pathfix pkgconfig
+USES=		pathfix pkgconfig gmake
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|\-O2||' ${WRKSRC}/configure
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401310920.s0V9Kwk4022825>