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:
parent
5d4a891849
commit
3bcfb4f164
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418816
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user