pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ettercap-NG Fix a typo to build with libtool-2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/315ea210e826
branches:  trunk
changeset: 568873:315ea210e826
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Dec 23 07:03:16 2009 +0000

description:
Fix a typo to build with libtool-2.

diffstat:

 net/ettercap-NG/distinfo         |  4 ++--
 net/ettercap-NG/patches/patch-ae |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 7677180a43d3 -r 315ea210e826 net/ettercap-NG/distinfo
--- a/net/ettercap-NG/distinfo  Wed Dec 23 06:20:53 2009 +0000
+++ b/net/ettercap-NG/distinfo  Wed Dec 23 07:03:16 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2007/02/18 18:50:43 adrianp Exp $
+$NetBSD: distinfo,v 1.6 2009/12/23 07:03:16 obache Exp $
 
 SHA1 (ettercap-NG-0.7.3.tar.gz) = 7a2c3f848ca4f39c07fddeb0d6308641265bc4ff
 RMD160 (ettercap-NG-0.7.3.tar.gz) = f4e6c0d87b2064b3775e9af60f34575273742616
@@ -7,4 +7,4 @@
 SHA1 (patch-ab) = 7cf863797abac4b67dbca55f6f763bf7b9830259
 SHA1 (patch-ac) = ad04400499dcfdb4067079a58c849c287a34d12f
 SHA1 (patch-ad) = f39de66feb894ef2f1134abd3a3ca36677bea2b4
-SHA1 (patch-ae) = 6020176efc2bf9e34af24c527efbc769cc18385b
+SHA1 (patch-ae) = 9559d95f9793221a640461f7c894a6c034cd26d0
diff -r 7677180a43d3 -r 315ea210e826 net/ettercap-NG/patches/patch-ae
--- a/net/ettercap-NG/patches/patch-ae  Wed Dec 23 06:20:53 2009 +0000
+++ b/net/ettercap-NG/patches/patch-ae  Wed Dec 23 07:03:16 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.2 2007/02/18 18:50:43 adrianp Exp $
+$NetBSD: patch-ae,v 1.3 2009/12/23 07:03:17 obache Exp $
 
 --- configure.orig     2005-05-27 16:11:45.000000000 +0100
 +++ configure
@@ -22,7 +22,7 @@
 -        LNETINC="-I$withval/include"
 -        LNETLIB="-L$withval/lib -L$withval/src -lnet"
 +        LNETINC="-I@@LN_INC@@"
-+        LNETLIB="-L@@_LNLIB@@ -L$withval/src -lnet"
++        LNETLIB="-L@@LN_LIB@@ -L$withval/src -lnet"
          ac_ec_libnet=$withval
          echo "$as_me:$LINENO: result: $withval" >&5
  echo "${ECHO_T}$withval" >&6



Home | Main Index | Thread Index | Old Index