Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 08:44:51 +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: r341941 - in head: net-im/vacuum-im net/freeradius-client net/libfb net/paris-traceroute
Message-ID:  <201401310844.s0V8ipPI007700@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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>



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