svn commit: r341914 - in head/net: libarms qtweetlib

Martin Wilke miwi at FreeBSD.org
Fri Jan 31 06:39:25 UTC 2014


Author: miwi
Date: Fri Jan 31 06:39:24 2014
New Revision: 341914
URL: http://svnweb.freebsd.org/changeset/ports/341914
QAT: https://qat.redports.org/buildarchive/r341914/

Log:
  - Stage support

Modified:
  head/net/libarms/Makefile
  head/net/qtweetlib/Makefile

Modified: head/net/libarms/Makefile
==============================================================================
--- head/net/libarms/Makefile	Fri Jan 31 05:26:44 2014	(r341913)
+++ head/net/libarms/Makefile	Fri Jan 31 06:39:24 2014	(r341914)
@@ -12,14 +12,13 @@ COMMENT=	SMFv2/ARMS client library for C
 
 LIB_DEPENDS=	expat:${PORTSDIR}/textproc/expat2
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
 LDFLAGS+=	-L${LOCALBASE}/lib
 CPPFLAGS+=	-I${LOCALBASE}/include
 
-NO_STAGE=	yes
 post-configure:
 	@${REINPLACE_CMD} 's|$${datarootdir}/doc/$${PACKAGE_TARNAME}|${DOCSDIR}|' \
 		${WRKSRC}/Makefile

Modified: head/net/qtweetlib/Makefile
==============================================================================
--- head/net/qtweetlib/Makefile	Fri Jan 31 05:26:44 2014	(r341913)
+++ head/net/qtweetlib/Makefile	Fri Jan 31 06:39:24 2014	(r341914)
@@ -3,7 +3,6 @@
 
 PORTNAME=	qtweetlib
 PORTVERSION=	0.5
-#PORTREVISION=	0
 CATEGORIES=	net
 
 MAINTAINER=	nivit at FreeBSD.org
@@ -23,5 +22,4 @@ USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 USE_QT4=	gui moc_build network qmake_build rcc_build uic_build
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list