mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Never link against libpci
- Fix build under 11 - Bump PORTREVISION PR: 196904, 194881
This commit is contained in:
parent
67ab1dd02c
commit
024e852a6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378098
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= snmp
|
||||
PORTVERSION= 5.7.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-mgmt ipv6
|
||||
MASTER_SITES= SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION}
|
||||
PKGNAMEPREFIX= net-
|
||||
@ -235,6 +235,8 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e 's!utmp_p->ut_name!utmp_p->ut_user!' \
|
||||
${WRKSRC}/agent/mibgroup/host/hr_system.c
|
||||
.endif
|
||||
@${REINPLACE_CMD} -E -e 's|return pci_lookup_name|disabled broken|g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
post-configure:
|
||||
@${FIND} ${WRKSRC} -name Makefile | \
|
||||
|
10
net-mgmt/net-snmp/files/patch-agent_mibgroup_mibII_icmp.h
Normal file
10
net-mgmt/net-snmp/files/patch-agent_mibgroup_mibII_icmp.h
Normal file
@ -0,0 +1,10 @@
|
||||
--- agent/mibgroup/mibII/icmp.h.orig 2014-12-08 20:23:22 UTC
|
||||
+++ agent/mibgroup/mibII/icmp.h
|
||||
@@ -14,6 +14,7 @@ config_arch_require(freebsd7, mibII/ker
|
||||
config_arch_require(freebsd8, mibII/kernel_sysctl)
|
||||
config_arch_require(freebsd9, mibII/kernel_sysctl)
|
||||
config_arch_require(freebsd10, mibII/kernel_sysctl)
|
||||
+config_arch_require(freebsd11, mibII/kernel_sysctl)
|
||||
config_arch_require(netbsd, mibII/kernel_netbsd)
|
||||
config_arch_require(netbsdelf, mibII/kernel_netbsd)
|
||||
config_arch_require(openbsd4, mibII/kernel_sysctl)
|
Loading…
Reference in New Issue
Block a user