svn commit: r341941 - in head: net-im/vacuum-im net/freeradius-client net/libfb net/paris-traceroute

Martin Wilke miwi at FreeBSD.org
Fri Jan 31 08:44:52 UTC 2014


Author: miwi
Date: Fri Jan 31 08:44:50 2014
New Revision: 341941
URL: http://svnweb.freebsd.org/changeset/ports/341941
QAT: https://qat.redports.org/buildarchive/r341941/

Log:
  - Stage support
  - Convert to USES

Modified:
  head/net-im/vacuum-im/Makefile
  head/net/freeradius-client/Makefile
  head/net/libfb/Makefile
  head/net/paris-traceroute/Makefile

Modified: head/net-im/vacuum-im/Makefile
==============================================================================
--- head/net-im/vacuum-im/Makefile	Fri Jan 31 08:09:29 2014	(r341940)
+++ head/net-im/vacuum-im/Makefile	Fri Jan 31 08:44:50 2014	(r341941)
@@ -27,5 +27,4 @@ DESKTOP_ENTRIES="Vacuum-IM" "Modular, cr
 		"${PREFIX}/share/pixmaps/vacuum.png" "${PORTNAME}" \
 		"Qt;Network;InstantMessaging;" false
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/freeradius-client/Makefile
==============================================================================
--- head/net/freeradius-client/Makefile	Fri Jan 31 08:09:29 2014	(r341940)
+++ head/net/freeradius-client/Makefile	Fri Jan 31 08:44:50 2014	(r341941)
@@ -11,12 +11,11 @@ MAINTAINER=	netch at portaone.com
 COMMENT=	Client library and basic utilities for RADIUS AAA
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 
 CONFLICTS=	radiusclient-ng-[0-9]*
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/libfb/Makefile
==============================================================================
--- head/net/libfb/Makefile	Fri Jan 31 08:09:29 2014	(r341940)
+++ head/net/libfb/Makefile	Fri Jan 31 08:44:50 2014	(r341941)
@@ -27,5 +27,4 @@ LIBNET_CPPFLAGS=	-I${LOCALBASE}/include/
 LIBNET_LIBS=		-L${LOCALBASE}/lib/libnet11
 .endif
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/paris-traceroute/Makefile
==============================================================================
--- head/net/paris-traceroute/Makefile	Fri Jan 31 08:09:29 2014	(r341940)
+++ head/net/paris-traceroute/Makefile	Fri Jan 31 08:44:50 2014	(r341941)
@@ -12,10 +12,9 @@ MAINTAINER=	dikshie at sfc.wide.ad.jp
 COMMENT=	Paris traceroute is network diagnosis and measurement tools
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 WRKSRC=		${WRKDIR}/${PORTNAME}-current
 
 PLIST_FILES=	bin/paris-traceroute
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list