Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 09:02:07 +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: r341949 - in head: devel/ossp-ex net/arp-scan net/libtrace net/urelay
Message-ID:  <201401310902.s0V927bd015931@svn.freebsd.org>

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

Log:
  - Stage support
  - Convert to USES

Modified:
  head/devel/ossp-ex/Makefile
  head/devel/ossp-ex/pkg-plist
  head/net/arp-scan/Makefile
  head/net/arp-scan/pkg-plist
  head/net/libtrace/Makefile
  head/net/libtrace/pkg-plist
  head/net/urelay/Makefile

Modified: head/devel/ossp-ex/Makefile
==============================================================================
--- head/devel/ossp-ex/Makefile	Fri Jan 31 09:01:28 2014	(r341948)
+++ head/devel/ossp-ex/Makefile	Fri Jan 31 09:02:06 2014	(r341949)
@@ -11,20 +11,11 @@ PKGNAMEPREFIX=	ossp-
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	OSSP ex is a small exception handling library for use in C
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-MAN3=	ex.3
-
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "alpha"
-BROKEN=		Does not compile on alpha
-.endif
-
 check: build
 	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/ossp-ex/pkg-plist
==============================================================================
--- head/devel/ossp-ex/pkg-plist	Fri Jan 31 09:01:28 2014	(r341948)
+++ head/devel/ossp-ex/pkg-plist	Fri Jan 31 09:02:06 2014	(r341949)
@@ -4,3 +4,4 @@ lib/libex.a
 lib/libex.la
 lib/libex.so
 lib/libex.so.10
+man/man3/ex.3.gz

Modified: head/net/arp-scan/Makefile
==============================================================================
--- head/net/arp-scan/Makefile	Fri Jan 31 09:01:28 2014	(r341948)
+++ head/net/arp-scan/Makefile	Fri Jan 31 09:02:06 2014	(r341949)
@@ -12,8 +12,4 @@ COMMENT=	ARP Scanning and Fingerprinting
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-MAN1=	arp-scan.1 get-oui.1 get-iab.1 arp-fingerprint.1
-MAN5=	mac-vendor.5
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/arp-scan/pkg-plist
==============================================================================
--- head/net/arp-scan/pkg-plist	Fri Jan 31 09:01:28 2014	(r341948)
+++ head/net/arp-scan/pkg-plist	Fri Jan 31 09:02:06 2014	(r341949)
@@ -5,4 +5,9 @@ bin/arp-fingerprint
 %%DATADIR%%/ieee-oui.txt
 %%DATADIR%%/ieee-iab.txt
 %%DATADIR%%/mac-vendor.txt
+man/man1/arp-fingerprint.1.gz
+man/man1/arp-scan.1.gz
+man/man1/get-iab.1.gz
+man/man1/get-oui.1.gz
+man/man5/mac-vendor.5.gz
 @dirrm %%DATADIR%%

Modified: head/net/libtrace/Makefile
==============================================================================
--- head/net/libtrace/Makefile	Fri Jan 31 09:01:28 2014	(r341948)
+++ head/net/libtrace/Makefile	Fri Jan 31 09:02:06 2014	(r341949)
@@ -15,16 +15,9 @@ CONFIGURE_ARGS=	--with-libpcap=${LOCALBA
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
-
-MAN1=	traceanon.1 traceconvert.1 tracefilter.1 tracemerge.1 \
-	tracereport.1 tracertstats.1 tracesplit.1 tracepktdump.1 \
-	tracesplit_dir.1 tracestats.1 tracesummary.1 tracereplay.1 \
-	tracediff.1 traceends.1 tracetop.1 tracetopends.1
-
+USES=		gmake
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
 	${WRKSRC}/configure

Modified: head/net/libtrace/pkg-plist
==============================================================================
--- head/net/libtrace/pkg-plist	Fri Jan 31 09:01:28 2014	(r341948)
+++ head/net/libtrace/pkg-plist	Fri Jan 31 09:02:06 2014	(r341949)
@@ -188,4 +188,20 @@ lib/libwandio.a
 lib/libwandio.la
 lib/libwandio.so
 lib/libwandio.so.1
+man/man1/traceanon.1.gz
+man/man1/traceconvert.1.gz
+man/man1/tracediff.1.gz
+man/man1/traceends.1.gz
+man/man1/tracefilter.1.gz
+man/man1/tracemerge.1.gz
+man/man1/tracepktdump.1.gz
+man/man1/tracereplay.1.gz
+man/man1/tracereport.1.gz
+man/man1/tracertstats.1.gz
+man/man1/tracesplit.1.gz
+man/man1/tracesplit_dir.1.gz
+man/man1/tracestats.1.gz
+man/man1/tracesummary.1.gz
+man/man1/tracetop.1.gz
+man/man1/tracetopends.1.gz
 @dirrm lib/libpacketdump

Modified: head/net/urelay/Makefile
==============================================================================
--- head/net/urelay/Makefile	Fri Jan 31 09:01:28 2014	(r341948)
+++ head/net/urelay/Makefile	Fri Jan 31 09:02:06 2014	(r341949)
@@ -9,9 +9,7 @@ MASTER_SITES=	http://devel.ringlet.net/n
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	An UCSPI-based TCP forwarder
 
-MAN1=		urelay.1
-MANCOMPRESSED=	yes
-PLIST_FILES=	bin/urelay
+PLIST_FILES=	bin/urelay \
+		man/man1/urelay.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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