mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
add two more codes to ICMP error 12 (Parameter Problem).
these two are detailed in RFC1700. Reviewed by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
This commit is contained in:
parent
503aabcd4a
commit
5c22b02773
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23139
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user