diff options
author | billf <billf@FreeBSD.org> | 1999-09-04 23:30:47 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-09-04 23:30:47 +0000 |
commit | c61997877b9e7efe6c9015a7b30f2152c9ef186d (patch) | |
tree | 9005628179c25f29bb82e340c998293206b02500 /net/net-snmp/files/patch-ah | |
parent | e2d0d800b550436f10182e36d2187e455fa2072c (diff) | |
download | FreeBSD-ports-c61997877b9e7efe6c9015a7b30f2152c9ef186d.zip FreeBSD-ports-c61997877b9e7efe6c9015a7b30f2152c9ef186d.tar.gz |
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.
Diffstat (limited to 'net/net-snmp/files/patch-ah')
-rw-r--r-- | net/net-snmp/files/patch-ah | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/net-snmp/files/patch-ah b/net/net-snmp/files/patch-ah new file mode 100644 index 0000000..b80222b --- /dev/null +++ b/net/net-snmp/files/patch-ah @@ -0,0 +1,8 @@ +--- local/tkmib.orig Wed Jul 21 19:06:52 1999 ++++ local/tkmib Sat Aug 28 02:37:57 1999 +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl -w ++#!/usr/bin/perl -w + + require 5; + |