summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp-devel/files/patch-ag
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-09-04 23:30:47 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-09-04 23:30:47 +0000
commitdb60f873fb7d6154a31b06bfb445bd0ef1c25faf (patch)
treeebebe1c2959a46e7e05e96157ac55d509ef1d76e /net-mgmt/net-snmp-devel/files/patch-ag
parentOops, I forgot about Id -> FreeBSD. (diff)
o Bump SHLIB_VERSION to 4 and make this port build it that way.
o Look for perl in the right place (patch-ah) o Add a typedef that ucd-snmp wants (patch-ag) o Install headers files with the right permissions Submitted by: <jack@germanium.xtalwind.net> PR: ports/13539 ---------------------------------------------------------------------- o Remove extraneous HAS_CONFIGURE introduced by nectar in rev1.19 o Use the PATCH_* framework and grab 012.patch from the authors.
Notes
Notes: svn path=/head/; revision=21264
Diffstat (limited to 'net-mgmt/net-snmp-devel/files/patch-ag')
-rw-r--r--net-mgmt/net-snmp-devel/files/patch-ag11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp-devel/files/patch-ag b/net-mgmt/net-snmp-devel/files/patch-ag
new file mode 100644
index 000000000000..4f8dbd1fe650
--- /dev/null
+++ b/net-mgmt/net-snmp-devel/files/patch-ag
@@ -0,0 +1,11 @@
+--- snmplib/ucd-snmp-includes.h.orig Wed Jan 20 18:18:42 1999
++++ snmplib/ucd-snmp-includes.h Sat Aug 28 02:13:56 1999
+@@ -4,7 +4,7 @@
+ #include <netinet/in.h>
+
+ /* uncomment if you don't have in_addr_t in netinet/in.h */
+-/* typedef u_int in_addr_t; */
++typedef u_int in_addr_t;
+
+ #include <ucd-snmp/asn1.h>
+ #include <ucd-snmp/snmp_api.h>