Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2013 15:02:05 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328574 - in head/security/fragrouter: . files
Message-ID:  <201309281502.r8SF251D031680@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Sat Sep 28 15:02:05 2013
New Revision: 328574
URL: http://svnweb.freebsd.org/changeset/ports/328574

Log:
  - Add stage support
  - rename patch files

Added:
  head/security/fragrouter/files/patch-Libnet-0.99b__configure
     - copied unchanged from r328572, head/security/fragrouter/files/patch-ac
  head/security/fragrouter/files/patch-Makefile.in
     - copied, changed from r328572, head/security/fragrouter/files/patch-aa
  head/security/fragrouter/files/patch-configure
     - copied unchanged from r328572, head/security/fragrouter/files/patch-ab
Deleted:
  head/security/fragrouter/files/patch-aa
  head/security/fragrouter/files/patch-ab
  head/security/fragrouter/files/patch-ac
Modified:
  head/security/fragrouter/Makefile

Modified: head/security/fragrouter/Makefile
==============================================================================
--- head/security/fragrouter/Makefile	Sat Sep 28 15:01:01 2013	(r328573)
+++ head/security/fragrouter/Makefile	Sat Sep 28 15:02:05 2013	(r328574)
@@ -4,15 +4,16 @@
 PORTNAME=	fragrouter
 PORTVERSION=	1.6
 CATEGORIES=	security
-MASTER_SITES=	http://monkey.org/~dugsong/
+MASTER_SITES=	http://monkey.org/~dugsong/ \
+		LOCAL/ohauer
 
 MAINTAINER=	ohauer@FreeBSD.org
 COMMENT=	Tool for testing network IDS implementations
 
 GNU_CONFIGURE=	yes
+MAKE_ARGS+=	STAGEDIR=${STAGEDIR}
 
-MAN8=		fragrouter.8
-PLIST_FILES=	sbin/fragrouter
+PLIST_FILES=	sbin/fragrouter \
+		man/man8/fragrouter.8.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Copied: head/security/fragrouter/files/patch-Libnet-0.99b__configure (from r328572, head/security/fragrouter/files/patch-ac)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/fragrouter/files/patch-Libnet-0.99b__configure	Sat Sep 28 15:02:05 2013	(r328574, copy of r328572, head/security/fragrouter/files/patch-ac)
@@ -0,0 +1,13 @@
+--- Libnet-0.99b/configure.orig	Mon Jul 26 08:08:51 1999
++++ Libnet-0.99b/configure	Sat Jan  8 01:00:45 2000
+@@ -884,10 +884,6 @@
+ 
+ 
+ 
+-if test $ac_cv_prog_gcc = yes; then
+-    CCOPTS='-O3 -funroll-loops -fomit-frame-pointer -pipe -Wall'
+-    CFLAGS="$CCOPTS"
+-fi
+ 
+ # Check whether --with-pf_packet or --without-pf_packet was given.
+ if test "${with_pf_packet+set}" = set; then

Copied and modified: head/security/fragrouter/files/patch-Makefile.in (from r328572, head/security/fragrouter/files/patch-aa)
==============================================================================
--- head/security/fragrouter/files/patch-aa	Sat Sep 28 14:48:43 2013	(r328572, copy source)
+++ head/security/fragrouter/files/patch-Makefile.in	Sat Sep 28 15:02:05 2013	(r328574)
@@ -1,5 +1,14 @@
 --- Makefile.in.orig	Mon Jul 26 08:08:50 1999
 +++ Makefile.in	Sat Jan  8 00:17:56 2000
+@@ -7,7 +7,7 @@
+ srcdir		= @srcdir@
+ VPATH		= @srcdir@
+ 
+-install_prefix	=
++install_prefix	= ${STAGEDIR}
+ prefix		= @prefix@
+ exec_prefix	= @exec_prefix@
+ sbindir		= @sbindir@
 @@ -22,10 +22,10 @@
  INSTALL_PROGRAM	= @INSTALL_PROGRAM@
  INSTALL_DATA	= @INSTALL_DATA@

Copied: head/security/fragrouter/files/patch-configure (from r328572, head/security/fragrouter/files/patch-ab)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/fragrouter/files/patch-configure	Sat Sep 28 15:02:05 2013	(r328574, copy of r328572, head/security/fragrouter/files/patch-ab)
@@ -0,0 +1,20 @@
+--- configure.orig	Mon Jul 26 08:08:51 1999
++++ configure	Sat Jan  8 00:17:56 2000
+@@ -1375,7 +1375,7 @@
+ done
+ 
+ 
+-subdirs="libpcap-0.4 Libnet-0.99b"
++subdirs="Libnet-0.99b"
+ 
+ 
+ trap '' 1 2 15
+@@ -1762,7 +1762,7 @@
+     esac
+   done
+ 
+-  for ac_config_dir in libpcap-0.4 Libnet-0.99b; do
++  for ac_config_dir in Libnet-0.99b; do
+ 
+     # Do not complain, so a configure script can configure whichever
+     # parts of a large source tree are present.



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