pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/nocol Teach configure script about NetBSD 2* to ma...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b74cabce87d0
branches: trunk
changeset: 477870:b74cabce87d0
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jul 10 20:19:11 2004 +0000
description:
Teach configure script about NetBSD 2* to make package build on NetBSD-2.0.
Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE.
diffstat:
net/nocol/Makefile | 6 +++---
net/nocol/distinfo | 3 ++-
net/nocol/patches/patch-am | 13 +++++++++++++
3 files changed, 18 insertions(+), 4 deletions(-)
diffs (51 lines):
diff -r 4ceb0d5333aa -r b74cabce87d0 net/nocol/Makefile
--- a/net/nocol/Makefile Sat Jul 10 18:52:27 2004 +0000
+++ b/net/nocol/Makefile Sat Jul 10 20:19:11 2004 +0000
@@ -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 @@
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 -r 4ceb0d5333aa -r b74cabce87d0 net/nocol/distinfo
--- a/net/nocol/distinfo Sat Jul 10 18:52:27 2004 +0000
+++ b/net/nocol/distinfo Sat Jul 10 20:19:11 2004 +0000
@@ -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-aj) = 0eb201f47864132b04702fab4d03e452c07c2e2a
SHA1 (patch-ak) = 8013fbe6dbff80749dbdc0d0fad391741e48a468
SHA1 (patch-al) = aa4fa83d53c72e17ea9ffe2685f326ebbbde9132
+SHA1 (patch-am) = 165dc833464d7b85f6e0ee4a943c1fd9087aa32a
diff -r 4ceb0d5333aa -r b74cabce87d0 net/nocol/patches/patch-am
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nocol/patches/patch-am Sat Jul 10 20:19:11 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index