Mark net/avahi-autoipd IGNORE on 5.x and lower due to outdated libpcap library
Reported by: pav
This commit is contained in:
parent
d2829b9662
commit
f942d41c71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202162
@ -60,6 +60,9 @@ USE_RC_SUBR=yes
|
||||
|
||||
.if ${AVAHI_SLAVE}=="autoipd"
|
||||
CONFIGURE_ARGS+=--enable-autoipd
|
||||
.if ${OSVERSION} < 600000
|
||||
IGNORE= ${PORTNAME} does not build with libpcap from FreeBSD ${OSVERSION}
|
||||
.endif
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-autoipd
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user