summaryrefslogtreecommitdiff
path: root/net/ucd-snmp
diff options
context:
space:
mode:
authortron <tron>1999-08-15 10:12:51 +0000
committertron <tron>1999-08-15 10:12:51 +0000
commiteb5066ecb51763543cf50602da656378e5e519e8 (patch)
treed61164293998c002e838f3b03c60dc2b4d6d6462 /net/ucd-snmp
parentd95def6855d03f5734e7fc5f7f38c0a5e215e4ab (diff)
downloadpkgsrc-eb5066ecb51763543cf50602da656378e5e519e8.tar.gz
Use package libtool to install "snmptrapd" because we will get a useless
shell script otherwise.
Diffstat (limited to 'net/ucd-snmp')
-rw-r--r--net/ucd-snmp/files/patch-sum4
-rw-r--r--net/ucd-snmp/patches/patch-ad10
2 files changed, 8 insertions, 6 deletions
diff --git a/net/ucd-snmp/files/patch-sum b/net/ucd-snmp/files/patch-sum
index 8c394eb0ca9..c64acbd8fb4 100644
--- a/net/ucd-snmp/files/patch-sum
+++ b/net/ucd-snmp/files/patch-sum
@@ -1,7 +1,7 @@
-$NetBSD: patch-sum,v 1.2 1999/08/15 09:44:01 tron Exp $
+$NetBSD: patch-sum,v 1.3 1999/08/15 10:12:51 tron Exp $
MD5 (patch-aa) = c681fd865ec75d7a09ecc55630381e5d
MD5 (patch-ab) = a690180421173141cfa23c55630bbdb9
MD5 (patch-ac) = 9abe56a6a7600da8725526c9aa3cf9ff
-MD5 (patch-ad) = a12aa5add0ad5493ef3bf9429462479b
+MD5 (patch-ad) = 528264880b88988e2febf0e5cf96e60b
MD5 (patch-ae) = 7506a27cc308c926396420830c5274fe
diff --git a/net/ucd-snmp/patches/patch-ad b/net/ucd-snmp/patches/patch-ad
index 873f8b7e105..235faa988c8 100644
--- a/net/ucd-snmp/patches/patch-ad
+++ b/net/ucd-snmp/patches/patch-ad
@@ -1,7 +1,7 @@
-$NetBSD: patch-ad,v 1.1 1999/08/15 09:44:01 tron Exp $
+$NetBSD: patch-ad,v 1.2 1999/08/15 10:12:52 tron Exp $
--- apps/Makefile.in.orig Sat Mar 6 02:25:43 1999
-+++ apps/Makefile.in Sun Aug 15 11:31:09 1999
++++ apps/Makefile.in Sun Aug 15 12:04:30 1999
@@ -8,8 +8,8 @@
SUBDIRS= snmpnetstat
TRAPSPECIAL=@trap_list_o@
@@ -66,12 +66,14 @@ $NetBSD: patch-ad,v 1.1 1999/08/15 09:44:01 tron Exp $
clean:
rm -f *.o $(TARG) $(SBINTARG)
-@@ -69,7 +69,7 @@
+@@ -69,8 +69,8 @@
for i in $(SUBDIRS) ; do \
( cd $$i ; $(MAKE) install ) ; \
done
- @for i in $(TARG) ; do $(INSTALL) $$i $(bindir) ; echo "install: installed $$i in $(bindir)" ; done
+- @for i in $(SBINTARG) ; do $(INSTALL) $$i $(sbindir) ; echo "install: installed $$i in $(sbindir)" ; done
+ @for i in $(TARG) ; do ${LIBTOOL} $(INSTALL) $$i $(bindir) ; echo "install: installed $$i in $(bindir)" ; done
- @for i in $(SBINTARG) ; do $(INSTALL) $$i $(sbindir) ; echo "install: installed $$i in $(sbindir)" ; done
++ @for i in $(SBINTARG) ; do ${LIBTOOL} $(INSTALL) $$i $(sbindir) ; echo "install: installed $$i in $(sbindir)" ; done
installdirs:
+ @$(SHELL) $(srcdir)/../mkinstalldirs $(snmplibdir) $(bindir)