From owner-svn-ports-head@FreeBSD.ORG Sat Sep 28 15:02:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4EAFC4C9; Sat, 28 Sep 2013 15:02:06 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3A1122086; Sat, 28 Sep 2013 15:02:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8SF2694031688; Sat, 28 Sep 2013 15:02:06 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8SF251D031680; Sat, 28 Sep 2013 15:02:05 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201309281502.r8SF251D031680@svn.freebsd.org> From: Olli Hauer Date: Sat, 28 Sep 2013 15:02:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328574 - in head/security/fragrouter: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Sep 2013 15:02:06 -0000 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 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.