summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron>2002-03-04 12:40:24 +0000
committertron <tron>2002-03-04 12:40:24 +0000
commitde30a8f7b8a6dcaf3a20bebcb652c927cf3a1dbb (patch)
tree7a3073f9be13ef44a74cd660824e3c34c5843bd1 /net
parent5b7f919addf99fb6ed1f569ea2baba5b3e02c9ef (diff)
downloadpkgsrc-de30a8f7b8a6dcaf3a20bebcb652c927cf3a1dbb.tar.gz
Fix silly typo in original sources which causes build failures on NetBSD
systems with utmpx support.
Diffstat (limited to 'net')
-rw-r--r--net/ucd-snmp/distinfo3
-rw-r--r--net/ucd-snmp/patches/patch-ad13
2 files changed, 15 insertions, 1 deletions
diff --git a/net/ucd-snmp/distinfo b/net/ucd-snmp/distinfo
index 6064c9fb215..8d0dad9e154 100644
--- a/net/ucd-snmp/distinfo
+++ b/net/ucd-snmp/distinfo
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.3 2002/02/13 16:41:40 tron Exp $
+$NetBSD: distinfo,v 1.4 2002/03/04 12:40:24 tron Exp $
SHA1 (ucd-snmp-4.2.3.tar.gz) = ee4f9543dcfef129313db0a2d2c49230a1ba1c4f
Size (ucd-snmp-4.2.3.tar.gz) = 1658006 bytes
SHA1 (patch-aa) = 43a0b1f1b0deb2403b8950684e759d40819fce2f
SHA1 (patch-ab) = a4bd7337b6c57791d5d0ab936d0fac6c2b1bd497
SHA1 (patch-ac) = 7bfecf250fa933f498308c170487ff401031fe3a
+SHA1 (patch-ad) = c84a3eb4b28d83f7cc731b1174be74e56c08a00a
SHA1 (patch-af) = eb2fd9cfd1830e9a931bcd712a83938bc04dca42
SHA1 (patch-ag) = 4e51af5d595d26e4b641757ad27737af76286893
SHA1 (patch-ah) = 31c8ac63b9e21cb198481d4a299faf0cf9427788
diff --git a/net/ucd-snmp/patches/patch-ad b/net/ucd-snmp/patches/patch-ad
new file mode 100644
index 00000000000..7282333f62e
--- /dev/null
+++ b/net/ucd-snmp/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.6 2002/03/04 12:40:25 tron Exp $
+
+--- agent/mibgroup/host/hr_system.c.orig Tue Nov 27 15:53:12 2001
++++ agent/mibgroup/host/hr_system.c Mon Mar 4 13:26:27 2002
+@@ -253,7 +253,7 @@
+ #if HAVE_UTMPX_H
+ #define setutent setutxent
+ #define getutent getutxent
+-#define entutent entutxent
++#define endutent endutxent
+ struct utmpx *utmp_p;
+ #else
+ struct utmp *utmp_p;