summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/net-snmp-devel/Makefile10
-rw-r--r--net-mgmt/net-snmp/Makefile10
-rw-r--r--net-mgmt/net-snmp4/Makefile10
-rw-r--r--net-mgmt/net-snmp53/Makefile10
-rw-r--r--net/net-snmp/Makefile10
-rw-r--r--net/net-snmp4/Makefile10
-rw-r--r--net/ucd-snmp/Makefile10
7 files changed, 42 insertions, 28 deletions
diff --git a/net-mgmt/net-snmp-devel/Makefile b/net-mgmt/net-snmp-devel/Makefile
index 82283d4a27ab..d54be5dd98f6 100644
--- a/net-mgmt/net-snmp-devel/Makefile
+++ b/net-mgmt/net-snmp-devel/Makefile
@@ -45,9 +45,9 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample
.if ${PORTOBJFORMAT} == "aout"
BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343"
.endif
-.if ${OSVERSION} >= 400000
-BROKEN= "Uses the old VM system interfaces"
-.endif
+#.if ${OSVERSION} >= 400000
+#BROKEN= "Uses the old VM system interfaces"
+#.endif
SHLIB_VERSION=4
PLIST_SUB= shlib=${SHLIB_VERSION}
@@ -58,7 +58,9 @@ post-patch:
post-install:
@( cd ${PREFIX}/bin && strip ${BIN} )
@( cd ${PREFIX}/sbin && strip ${SBIN} )
- @( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * )
+ echo "got to here BEFORE real to post switch"
+ ( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * )
+ echo "got to here AFTER real to post switch"
@( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * )
@( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so )
@${MKDIR} ${PREFIX}/share/examples/ucd-snmp
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile
index 82283d4a27ab..d54be5dd98f6 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/net-snmp/Makefile
@@ -45,9 +45,9 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample
.if ${PORTOBJFORMAT} == "aout"
BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343"
.endif
-.if ${OSVERSION} >= 400000
-BROKEN= "Uses the old VM system interfaces"
-.endif
+#.if ${OSVERSION} >= 400000
+#BROKEN= "Uses the old VM system interfaces"
+#.endif
SHLIB_VERSION=4
PLIST_SUB= shlib=${SHLIB_VERSION}
@@ -58,7 +58,9 @@ post-patch:
post-install:
@( cd ${PREFIX}/bin && strip ${BIN} )
@( cd ${PREFIX}/sbin && strip ${SBIN} )
- @( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * )
+ echo "got to here BEFORE real to post switch"
+ ( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * )
+ echo "got to here AFTER real to post switch"
@( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * )
@( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so )
@${MKDIR} ${PREFIX}/share/examples/ucd-snmp
diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile
index 82283d4a27ab..d54be5dd98f6 100644
--- a/net-mgmt/net-snmp4/Makefile
+++ b/net-mgmt/net-snmp4/Makefile
@@ -45,9 +45,9 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample
.if ${PORTOBJFORMAT} == "aout"
BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343"
.endif
-.if ${OSVERSION} >= 400000
-BROKEN= "Uses the old VM system interfaces"
-.endif
+#.if ${OSVERSION} >= 400000
+#BROKEN= "Uses the old VM system interfaces"
+#.endif
SHLIB_VERSION=4
PLIST_SUB= shlib=${SHLIB_VERSION}
@@ -58,7 +58,9 @@ post-patch:
post-install:
@( cd ${PREFIX}/bin && strip ${BIN} )
@( cd ${PREFIX}/sbin && strip ${SBIN} )
- @( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * )
+ echo "got to here BEFORE real to post switch"
+ ( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * )
+ echo "got to here AFTER real to post switch"
@( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * )
@( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so )
@${MKDIR} ${PREFIX}/share/examples/ucd-snmp
diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile
index 82283d4a27ab..d54be5dd98f6 100644
--- a/net-mgmt/net-snmp53/Makefile
+++ b/net-mgmt/net-snmp53/Makefile
@@ -45,9 +45,9 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample
.if ${PORTOBJFORMAT} == "aout"
BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343"
.endif
-.if ${OSVERSION} >= 400000
-BROKEN= "Uses the old VM system interfaces"
-.endif
+#.if ${OSVERSION} >= 400000
+#BROKEN= "Uses the old VM system interfaces"
+#.endif
SHLIB_VERSION=4
PLIST_SUB= shlib=${SHLIB_VERSION}
@@ -58,7 +58,9 @@ post-patch:
post-install:
@( cd ${PREFIX}/bin && strip ${BIN} )
@( cd ${PREFIX}/sbin && strip ${SBIN} )
- @( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * )
+ echo "got to here BEFORE real to post switch"
+ ( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * )
+ echo "got to here AFTER real to post switch"
@( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * )
@( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so )
@${MKDIR} ${PREFIX}/share/examples/ucd-snmp
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile
index 82283d4a27ab..d54be5dd98f6 100644
--- a/net/net-snmp/Makefile
+++ b/net/net-snmp/Makefile
@@ -45,9 +45,9 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample
.if ${PORTOBJFORMAT} == "aout"
BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343"
.endif
-.if ${OSVERSION} >= 400000
-BROKEN= "Uses the old VM system interfaces"
-.endif
+#.if ${OSVERSION} >= 400000
+#BROKEN= "Uses the old VM system interfaces"
+#.endif
SHLIB_VERSION=4
PLIST_SUB= shlib=${SHLIB_VERSION}
@@ -58,7 +58,9 @@ post-patch:
post-install:
@( cd ${PREFIX}/bin && strip ${BIN} )
@( cd ${PREFIX}/sbin && strip ${SBIN} )
- @( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * )
+ echo "got to here BEFORE real to post switch"
+ ( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * )
+ echo "got to here AFTER real to post switch"
@( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * )
@( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so )
@${MKDIR} ${PREFIX}/share/examples/ucd-snmp
diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile
index 82283d4a27ab..d54be5dd98f6 100644
--- a/net/net-snmp4/Makefile
+++ b/net/net-snmp4/Makefile
@@ -45,9 +45,9 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample
.if ${PORTOBJFORMAT} == "aout"
BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343"
.endif
-.if ${OSVERSION} >= 400000
-BROKEN= "Uses the old VM system interfaces"
-.endif
+#.if ${OSVERSION} >= 400000
+#BROKEN= "Uses the old VM system interfaces"
+#.endif
SHLIB_VERSION=4
PLIST_SUB= shlib=${SHLIB_VERSION}
@@ -58,7 +58,9 @@ post-patch:
post-install:
@( cd ${PREFIX}/bin && strip ${BIN} )
@( cd ${PREFIX}/sbin && strip ${SBIN} )
- @( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * )
+ echo "got to here BEFORE real to post switch"
+ ( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * )
+ echo "got to here AFTER real to post switch"
@( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * )
@( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so )
@${MKDIR} ${PREFIX}/share/examples/ucd-snmp
diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile
index 82283d4a27ab..d54be5dd98f6 100644
--- a/net/ucd-snmp/Makefile
+++ b/net/ucd-snmp/Makefile
@@ -45,9 +45,9 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample
.if ${PORTOBJFORMAT} == "aout"
BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343"
.endif
-.if ${OSVERSION} >= 400000
-BROKEN= "Uses the old VM system interfaces"
-.endif
+#.if ${OSVERSION} >= 400000
+#BROKEN= "Uses the old VM system interfaces"
+#.endif
SHLIB_VERSION=4
PLIST_SUB= shlib=${SHLIB_VERSION}
@@ -58,7 +58,9 @@ post-patch:
post-install:
@( cd ${PREFIX}/bin && strip ${BIN} )
@( cd ${PREFIX}/sbin && strip ${SBIN} )
- @( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * )
+ echo "got to here BEFORE real to post switch"
+ ( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * )
+ echo "got to here AFTER real to post switch"
@( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * )
@( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so )
@${MKDIR} ${PREFIX}/share/examples/ucd-snmp