diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-02-18 18:49:03 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-02-18 18:49:03 +0000 |
commit | d26033d7b9e4efe3bcb307b70c47cfb77e1e7719 (patch) | |
tree | ac0acca89528302d815648e146e5ede098822ab7 /net/isic | |
parent | 1301f2e671211d3eb100a87133597c2ee1c2f017 (diff) | |
download | pkgsrc-d26033d7b9e4efe3bcb307b70c47cfb77e1e7719.tar.gz |
buildlink updates and patches to handle the new libnet package structure
bump PKGREVISION
Diffstat (limited to 'net/isic')
-rw-r--r-- | net/isic/Makefile | 3 | ||||
-rw-r--r-- | net/isic/distinfo | 3 | ||||
-rw-r--r-- | net/isic/patches/patch-aa | 17 |
3 files changed, 21 insertions, 2 deletions
diff --git a/net/isic/Makefile b/net/isic/Makefile index a1aa8f15d0a..9482b9ec310 100644 --- a/net/isic/Makefile +++ b/net/isic/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2005/12/05 20:50:46 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2007/02/18 18:49:03 adrianp Exp $ # DISTNAME= isic-0.06 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.packetfactory.net/Projects/ISIC/ EXTRACT_SUFX= .tgz diff --git a/net/isic/distinfo b/net/isic/distinfo index d67a7db34ee..942c2ed8602 100644 --- a/net/isic/distinfo +++ b/net/isic/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.6 2005/02/24 12:13:50 agc Exp $ +$NetBSD: distinfo,v 1.7 2007/02/18 18:49:29 adrianp Exp $ SHA1 (isic-0.06.tgz) = 69433d4c6f351648655991d30e5c64e958a82e6b RMD160 (isic-0.06.tgz) = 2f6a336d4a4a59f4e85b51c45bab83ff3f1390b5 Size (isic-0.06.tgz) = 27611 bytes +SHA1 (patch-aa) = c72e8c011d295490c8dacdc48c7802fc56d5df39 diff --git a/net/isic/patches/patch-aa b/net/isic/patches/patch-aa new file mode 100644 index 00000000000..6b254281d1f --- /dev/null +++ b/net/isic/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1 2007/02/18 18:49:36 adrianp Exp $ + +--- Makefile.in.orig 2004-11-06 20:39:55.000000000 +0000 ++++ Makefile.in +@@ -5,9 +5,9 @@ + PREFIX ?= /usr/local + + CC = @CC@ +-DEFS = @DEFS@ `libnet-config --defines` +-CFLAGS = @CFLAGS@ `libnet-config --cflags` +-LIBS = @LIBS@ `libnet-config --libs` ++DEFS = @DEFS@ `libnet11-config --defines` ++CFLAGS = @CFLAGS@ `libnet11-config --cflags` ++LIBS = @LIBS@ `libnet11-config --libs` + LDFLAGS = @LDFLAGS@ + + INSTALL = @INSTALL@ |