diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-09-04 23:30:47 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-09-04 23:30:47 +0000 |
commit | db60f873fb7d6154a31b06bfb445bd0ef1c25faf (patch) | |
tree | ebebe1c2959a46e7e05e96157ac55d509ef1d76e /net/ucd-snmp/files/patch-ah | |
parent | Oops, 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 '')
-rw-r--r-- | net/ucd-snmp/files/patch-ah | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/ucd-snmp/files/patch-ah b/net/ucd-snmp/files/patch-ah new file mode 100644 index 000000000000..b80222ba72eb --- /dev/null +++ b/net/ucd-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; + |