Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Apr 2011 22:06:59 +1200
From:      Matthew Luckie <mjl@luckie.org.nz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/156546: [patch] update net/scamper to 20110421
Message-ID:  <E1QCqmp-0005ar-JN@mylar.luckie.org.nz>
Resent-Message-ID: <201104211040.p3LAeBBn088990@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         156546
>Category:       ports
>Synopsis:       [patch] update net/scamper to 20110421
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 21 10:40:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Luckie
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD mylar.luckie.org.nz 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Mon Feb 28 13:21:58 NZDT 2011 root@mylar.luckie.org.nz:/usr/obj/usr/src/sys/mylar i386


	
>Description:
Update scamper to 20110421.  scamper now uses autotools to build, installs
libraries, headers, and utilities to process scamper's output, and installs
man pages for each binary installed.  The scamper binary is no longer
installed setuid root as before.
>How-To-Repeat:
>Fix:

--- patch-scamper-20110421 begins here ---
diff -uNr scamper/Makefile scamper-new/Makefile
--- scamper/Makefile	2010-05-22 16:33:58.000000000 +1200
+++ scamper-new/Makefile	2011-04-21 21:55:46.000000000 +1200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	scamper
-PORTVERSION=	20100517
+PORTVERSION=	20110421
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.wand.net.nz/scamper/
 DISTNAME=	${PORTNAME}-cvs-${PORTVERSION}
@@ -14,11 +14,12 @@
 MAINTAINER=	mjl@luckie.org.nz
 COMMENT=	Tool for parallelised IPv4 and IPv6 measurement
 
-MAN1=		scamper.1
-
-PLIST_FILES=	bin/scamper
-
-post-install:
-	${INSTALL_MAN} ${WRKSRC}/scamper.1 ${PREFIX}/man/man1
+GNU_CONFIGURE=	yes
+USE_LDCONFIG=	yes
+USE_GMAKE=	yes
+
+MAN1=		scamper.1 sc_ally.1 sc_analysis_dump.1 sc_attach.1 \
+		sc_tracediff.1 sc_warts2pcap.1 sc_warts2text.1 \
+		sc_wartscat.1 sc_wartsdump.1
 
 .include <bsd.port.mk>
diff -uNr scamper/distinfo scamper-new/distinfo
--- scamper/distinfo	2011-03-23 10:27:54.000000000 +1300
+++ scamper-new/distinfo	2011-04-21 21:42:17.000000000 +1200
@@ -1,2 +1,2 @@
-SHA256 (scamper-cvs-20100517.tar.gz) = f371ce21fbd262231794cfab5739aca033816606e7291d7419d5b780069c03ee
-SIZE (scamper-cvs-20100517.tar.gz) = 373959
+SHA256 (scamper-cvs-20110421.tar.gz) = 0a3ada8bbbcaad06933163030c5efbf5994064a824d5b2c0e4dc25ba2a91161f
+SIZE (scamper-cvs-20110421.tar.gz) = 1086507
diff -uNr scamper/files/patch-Makefile scamper-new/files/patch-Makefile
--- scamper/files/patch-Makefile	2005-05-23 15:16:41.000000000 +1200
+++ scamper-new/files/patch-Makefile	1970-01-01 12:00:00.000000000 +1200
@@ -1,10 +0,0 @@
---- Makefile.orig	Mon May 16 19:12:13 2005
-+++ Makefile	Mon May 23 13:14:54 2005
-@@ -79,6 +79,6 @@
- 
- install:		all
- 			mv scamper scamper.bin
--			install -m 4755 -o root scamper.bin scamper
-+			install -m 4755 -o root scamper.bin ${PREFIX}/bin/scamper
- 			rm -f scamper.bin
-  
diff -uNr scamper/pkg-plist scamper-new/pkg-plist
--- scamper/pkg-plist	1970-01-01 12:00:00.000000000 +1200
+++ scamper-new/pkg-plist	2011-04-21 21:45:38.000000000 +1200
@@ -0,0 +1,26 @@
+bin/scamper
+bin/sc_ally
+bin/sc_analysis_dump
+bin/sc_attach
+bin/sc_tracediff
+bin/sc_warts2pcap
+bin/sc_warts2text
+bin/sc_wartscat
+bin/sc_wartsdump
+bin/sc_wartsfix
+lib/libscamperfile.a
+lib/libscamperfile.la
+lib/libscamperfile.so.0
+lib/libscamperfile.so
+include/scamper_addr.h
+include/scamper_dealias.h
+include/scamper_file.h
+include/scamper_icmpext.h
+include/scamper_list.h
+include/scamper_neighbourdisc.h
+include/scamper_ping.h
+include/scamper_sniff.h
+include/scamper_sting.h
+include/scamper_tbit.h
+include/scamper_trace.h
+include/scamper_tracelb.h
--- patch-scamper-20110421 ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1QCqmp-0005ar-JN>