aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2012-02-19 21:39:00 +0800
committerzi <zi@FreeBSD.org>2012-02-19 21:39:00 +0800
commitf3a9f32939601790247811f999f7501e8d9c9ab4 (patch)
tree9070007f7580145c5ab5ae8aa599140620d7abcd /net-mgmt
parent62b2004f7ee1207e9ac1e83628d6e55f28da103b (diff)
downloadfreebsd-ports-gnome-f3a9f32939601790247811f999f7501e8d9c9ab4.tar.gz
freebsd-ports-gnome-f3a9f32939601790247811f999f7501e8d9c9ab4.tar.zst
freebsd-ports-gnome-f3a9f32939601790247811f999f7501e8d9c9ab4.zip
- Fix inclusion of required header file under 10-CURRENT
- Do not bump PORTREVISION PR: ports/165201 Submitted by: Denis Generalov <gd@powernet.ru>
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/net-snmp/files/patch-Makefile.in11
-rw-r--r--net-mgmt/net-snmp/files/patch-freebsd10.h2
-rw-r--r--net-mgmt/net-snmp/pkg-plist1
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