pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tcpreplay/patches Remove obsolete patch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/efa2cd11e131
branches:  trunk
changeset: 532483:efa2cd11e131
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Mon Aug 20 21:06:50 2007 +0000

description:
Remove obsolete patch

diffstat:

 net/tcpreplay/patches/patch-aa |  25 -------------------------
 1 files changed, 0 insertions(+), 25 deletions(-)

diffs (29 lines):

diff -r 714559b924b6 -r efa2cd11e131 net/tcpreplay/patches/patch-aa
--- a/net/tcpreplay/patches/patch-aa    Mon Aug 20 21:06:15 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2007/02/18 18:51:55 adrianp Exp $
-
---- configure.orig     2007-02-18 17:30:43.000000000 +0000
-+++ configure
-@@ -6974,14 +6974,12 @@ if test "${with_libnet+set}" = set; then
-   trynetdir=$withval
- fi;
- 
--for testdir in $trynetdir /usr/local /usr ; do
--    if test -f "${testdir}/include/libnet.h" -a $foundnet = no ; then
--        LNETINC="-I${testdir}/include"
--        LNETINCDIR="$testdir/include"
--        LNETLIB="-L${testdir}/lib -lnet"
--        foundnet=$testdir
--    fi
--done
-+if test -f "@@LN_INC@@/libnet.h" -a $foundnet = no ; then
-+  LNETINC="-I@@LN_INC@@"
-+  LNETINCDIR="@@LN_INC@@"
-+  LNETLIB="-L@@LN_LIB@@ -lnet"
-+  foundnet=$testdir
-+fi
- 
- if test $foundnet = no ; then
-     echo "$as_me:$LINENO: result: no" >&5



Home | Main Index | Thread Index | Old Index