svn commit: r418816 - head/sysutils/e2fsprogs

Matthias Andree mandree at FreeBSD.org
Tue Jul 19 22:28:31 UTC 2016


Author: mandree
Date: Tue Jul 19 22:28:29 2016
New Revision: 418816
URL: https://svnweb.freebsd.org/changeset/ports/418816

Log:
  Limit BROKEN marks to OPSYS==FreeBSD and extend to ==1100000.
  
  Submitted by:	marino@

Modified:
  head/sysutils/e2fsprogs/Makefile

Modified: head/sysutils/e2fsprogs/Makefile
==============================================================================
--- head/sysutils/e2fsprogs/Makefile	Tue Jul 19 21:47:55 2016	(r418815)
+++ head/sysutils/e2fsprogs/Makefile	Tue Jul 19 22:28:29 2016	(r418816)
@@ -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
 


More information about the svn-ports-all mailing list