1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Limit BROKEN marks to OPSYS==FreeBSD and extend to ==1100000.

Submitted by:	marino@
This commit is contained in:
Matthias Andree 2016-07-19 22:28:29 +00:00
parent 5d4a891849
commit 3bcfb4f164
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418816

View File

@ -135,7 +135,7 @@ post-patch::
.endif
.endif
.if ${OSVERSION} > 1100000
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000
BROKEN=self-test failures on FreeBSD 11+ hint to data corruption issues.
.endif