View | Details | Raw Unified | Return to bug 250155 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 19-26 Link Here
19
19
20
.include <bsd.port.options.mk>
20
.include <bsd.port.options.mk>
21
21
22
.if ${OSVERSION} >= 1300000
22
.if ${OSVERSION} >= 1300000 || ( ${OSVERSION} >= 1140000 && ${OSVERSION} < 1200000 ) || ( ${OSVERSION} >= 1201000 && ${OSVERSION} < 1300000 )
23
IGNORE = The iplog port is broken for FreeBSD 13.x and above
23
IGNORE = The iplog port is broken for FreeBSD 11.4, 12.1, 13.0 and above
24
.endif
24
.endif
25
25
26
post-patch:
26
post-patch:

Return to bug 250155