Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jul 2016 22:28:29 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418816 - head/sysutils/e2fsprogs
Message-ID:  <201607192228.u6JMSTJo096130@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607192228.u6JMSTJo096130>