From owner-svn-ports-all@freebsd.org Tue Jul 19 22:28:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01491B9EDDA; Tue, 19 Jul 2016 22:28:30 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAE451702; Tue, 19 Jul 2016 22:28:30 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6JMSTTl096131; Tue, 19 Jul 2016 22:28:30 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6JMSTJo096130; Tue, 19 Jul 2016 22:28:29 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201607192228.u6JMSTJo096130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Tue, 19 Jul 2016 22:28:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418816 - head/sysutils/e2fsprogs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2016 22:28:31 -0000 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