diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-02-19 13:39:00 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-02-19 13:39:00 +0000 |
commit | 41fc5f13ce41b5dff67b26af4a19f9f7f855ada9 (patch) | |
tree | 0b9568a009e031b9009722d67c37de780b7ba5cf /net-mgmt/net-snmp | |
parent | bdd495f2c54cc12029e32785c8990c4b4170807a (diff) | |
download | ports-41fc5f13ce41b5dff67b26af4a19f9f7f855ada9.tar.gz ports-41fc5f13ce41b5dff67b26af4a19f9f7f855ada9.zip |
Notes
Diffstat (limited to 'net-mgmt/net-snmp')
-rw-r--r-- | net-mgmt/net-snmp/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | net-mgmt/net-snmp/files/patch-freebsd10.h | 2 | ||||
-rw-r--r-- | net-mgmt/net-snmp/pkg-plist | 1 |
3 files changed, 13 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp/files/patch-Makefile.in b/net-mgmt/net-snmp/files/patch-Makefile.in new file mode 100644 index 000000000000..6dc03d0b5201 --- /dev/null +++ b/net-mgmt/net-snmp/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2012-02-16 14:48:37.000000000 +0400 ++++ Makefile.in 2012-02-16 14:48:55.000000000 +0400 +@@ -19,7 +19,7 @@ + INCLUDESUBDIR=system + INCLUDESUBDIRHEADERS= aix.h bsd.h bsdi3.h bsdi4.h bsdi.h cygwin.h \ + darwin.h darwin7.h darwin8.h darwin9.h darwin10.h dragonfly.h dynix.h \ +- freebsd2.h freebsd3.h freebsd4.h freebsd5.h freebsd6.h freebsd7.h freebsd8.h freebsd9.h freebsd.h \ ++ freebsd2.h freebsd3.h freebsd4.h freebsd5.h freebsd6.h freebsd7.h freebsd8.h freebsd9.h freebsd10.h freebsd.h \ + generic.h \ + hpux.h irix.h linux.h mingw32.h mips.h netbsd.h osf5.h \ + openbsd.h openbsd5.h openbsd4.h \ diff --git a/net-mgmt/net-snmp/files/patch-freebsd10.h b/net-mgmt/net-snmp/files/patch-freebsd10.h index c9daffdc9eb7..9f81c6af7c42 100644 --- a/net-mgmt/net-snmp/files/patch-freebsd10.h +++ b/net-mgmt/net-snmp/files/patch-freebsd10.h @@ -2,4 +2,4 @@ +++ include/net-snmp/system/freebsd10.h 2009-09-11 10:02:17.000000000 -0400 @@ -0,0 +1,2 @@ +#include "freebsd9.h" -+#define freebsd9 freebsd9 ++#define freebsd10 freebsd10 diff --git a/net-mgmt/net-snmp/pkg-plist b/net-mgmt/net-snmp/pkg-plist index 90c0d3c792c2..6b46cd56154d 100644 --- a/net-mgmt/net-snmp/pkg-plist +++ b/net-mgmt/net-snmp/pkg-plist @@ -178,6 +178,7 @@ include/net-snmp/system/freebsd6.h include/net-snmp/system/freebsd7.h include/net-snmp/system/freebsd8.h include/net-snmp/system/freebsd9.h +include/net-snmp/system/freebsd10.h include/net-snmp/system/generic.h include/net-snmp/system/hpux.h include/net-snmp/system/irix.h |