summaryrefslogtreecommitdiff
path: root/devel/libnet10
diff options
context:
space:
mode:
authoradrianp <adrianp>2007-03-02 09:26:10 +0000
committeradrianp <adrianp>2007-03-02 09:26:10 +0000
commit4004994cd4ed7c541ae036c7bb3316e10bb79b2a (patch)
tree7978b9521624b465b14499e220fbb6e841f1f717 /devel/libnet10
parente3e7f81781d49a4d48bb5188cd4c4de48598bb3a (diff)
downloadpkgsrc-4004994cd4ed7c541ae036c7bb3316e10bb79b2a.tar.gz
Fix the library path
Bump PKGREVISION
Diffstat (limited to 'devel/libnet10')
-rw-r--r--devel/libnet10/Makefile3
-rw-r--r--devel/libnet10/distinfo4
-rw-r--r--devel/libnet10/patches/patch-ad4
3 files changed, 6 insertions, 5 deletions
diff --git a/devel/libnet10/Makefile b/devel/libnet10/Makefile
index 82853bfd354..b09cce88c73 100644
--- a/devel/libnet10/Makefile
+++ b/devel/libnet10/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/02/18 18:36:21 adrianp Exp $
+# $NetBSD: Makefile,v 1.2 2007/03/02 09:26:10 adrianp Exp $
#
DISTNAME= libnet-1.0.2a
+PKGREVISION= 1
PKGNAME= ${DISTNAME:S/libnet/libnet10/}
CATEGORIES= devel net
MASTER_SITES= http://www.packetfactory.net/libnet/dist/deprecated/
diff --git a/devel/libnet10/distinfo b/devel/libnet10/distinfo
index fbf1ec5c6b6..67e863058d7 100644
--- a/devel/libnet10/distinfo
+++ b/devel/libnet10/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/02/18 18:36:21 adrianp Exp $
+$NetBSD: distinfo,v 1.2 2007/03/02 09:26:10 adrianp Exp $
SHA1 (libnet-1.0.2a.tar.gz) = 804eaf43bb90f93e505d46a9668c914a112bf136
RMD160 (libnet-1.0.2a.tar.gz) = 43dd2edc31e56b42792727b88d81342dc26d3308
@@ -6,4 +6,4 @@ Size (libnet-1.0.2a.tar.gz) = 140191 bytes
SHA1 (patch-aa) = fa71db191c421aa1b36d1107236645fdde0bc8f9
SHA1 (patch-ab) = 56a2cb8b214529fdaacdbc6154ec2fc88edfa1c8
SHA1 (patch-ac) = 8a329e6f71fea449d6f7bf913c34627285452b66
-SHA1 (patch-ad) = b4df92dc2896d969d08b9fe63f849d77b7229c43
+SHA1 (patch-ad) = 44256848f62919540893913469d88f5a7177d742
diff --git a/devel/libnet10/patches/patch-ad b/devel/libnet10/patches/patch-ad
index 9e9b5ec8b4d..74984f65b45 100644
--- a/devel/libnet10/patches/patch-ad
+++ b/devel/libnet10/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.1.1.1 2007/02/18 18:36:21 adrianp Exp $
+$NetBSD: patch-ad,v 1.2 2007/03/02 09:26:10 adrianp Exp $
--- libnet-config.in.orig 2000-12-12 18:33:42.000000000 +0000
+++ libnet-config.in
@@ -7,7 +7,7 @@ $NetBSD: patch-ad,v 1.1.1.1 2007/02/18 18:36:21 adrianp Exp $
libnet_defines="@LIBNET_CONFIG_DEFINES@"
libnet_cflags="@LIBNET_CONFIG_CFLAGS@"
-libnet_libs="@LIBNET_CONFIG_LIBS@ -lnet"
-+libnet_libs="@LIBNET_CONFIG_LIBS@ -L@prefix@/lib/libnet10 -lnet"
++libnet_libs="@LIBNET_CONFIG_LIBS@/libnet10 -L@prefix@/lib/libnet10 -lnet"
usage()
{