diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-10 20:19:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-10 20:19:11 +0000 |
commit | 447633f86805c68c1133c99d9b7f1262f2d4fdad (patch) | |
tree | 116581d9d70402b0f25a523d40e42f90d7763059 /net | |
parent | 6d60eb0957ad6b916122e76228ecdab3bf82b616 (diff) | |
download | pkgsrc-447633f86805c68c1133c99d9b7f1262f2d4fdad.tar.gz |
Teach configure script about NetBSD 2* to make package build on NetBSD-2.0.
Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE.
Diffstat (limited to 'net')
-rw-r--r-- | net/nocol/Makefile | 6 | ||||
-rw-r--r-- | net/nocol/distinfo | 3 | ||||
-rw-r--r-- | net/nocol/patches/patch-am | 13 |
3 files changed, 18 insertions, 4 deletions
diff --git a/net/nocol/Makefile b/net/nocol/Makefile index 92dcc61c639..38efc1cf285 100644 --- a/net/nocol/Makefile +++ b/net/nocol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/07/17 22:51:29 grant Exp $ +# $NetBSD: Makefile,v 1.19 2004/07/10 20:19:11 wiz Exp $ # DISTNAME= nocol-4.3.1 @@ -16,8 +16,8 @@ CONFIGURE_ARGS+= < ${WRKSRC}/answers USE_PERL5= yes USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/cmu-snmp/snmp/ltconfig \ - ${WRKSRC}/cmu-snmp/snmpapps/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/cmu-snmp/snmp/libtool \ + ${WRKSRC}/cmu-snmp/snmpapps/libtool INSTALL_TARGET= install root diff --git a/net/nocol/distinfo b/net/nocol/distinfo index 11c66fe5993..5f2343c9f21 100644 --- a/net/nocol/distinfo +++ b/net/nocol/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2002/08/08 17:48:59 wiz Exp $ +$NetBSD: distinfo,v 1.7 2004/07/10 20:19:11 wiz Exp $ SHA1 (nocol-4.3.1.tar.gz) = a8cb88727bc3a3ddd544792407d431b3ef13a325 Size (nocol-4.3.1.tar.gz) = 1117438 bytes @@ -14,3 +14,4 @@ SHA1 (patch-ai) = d8317fad7c5e4574fa980859762f5acb1a7c631d SHA1 (patch-aj) = 0eb201f47864132b04702fab4d03e452c07c2e2a SHA1 (patch-ak) = 8013fbe6dbff80749dbdc0d0fad391741e48a468 SHA1 (patch-al) = aa4fa83d53c72e17ea9ffe2685f326ebbbde9132 +SHA1 (patch-am) = 165dc833464d7b85f6e0ee4a943c1fd9087aa32a diff --git a/net/nocol/patches/patch-am b/net/nocol/patches/patch-am new file mode 100644 index 00000000000..0de647a123e --- /dev/null +++ b/net/nocol/patches/patch-am @@ -0,0 +1,13 @@ +$NetBSD: patch-am,v 1.1 2004/07/10 20:19:11 wiz Exp $ + +--- Configure.orig 2000-01-19 05:34:04.000000000 +0100 ++++ Configure +@@ -207,7 +207,7 @@ case "$OS" in + OS_LIBS="${LIBRESOLV}" # -lcompat + PING=`which ping` # can do ping -c cnt host + ;; +- FREEBSD|FreeBSD\ 2*|FreeBSD\ 3*|NETBSD|NetBSD\ 1*) ++ FREEBSD|FreeBSD\ 2*|FreeBSD\ 3*|NETBSD|NetBSD\ 1*|NetBSD\ 2*) + OS_CFLAGS="-DFREEBSD" + OS_LIBS="${LIBRESOLV} -lcrypt" # some hosts -lresolv not needed + PING=`which ping` # can do ping -c cnt host |