From owner-svn-ports-all@freebsd.org Thu Sep 28 19:32:20 2017 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 DBFDDE07301; Thu, 28 Sep 2017 19:32:20 +0000 (UTC) (envelope-from jbeich@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 A83146B003; Thu, 28 Sep 2017 19:32:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SJWJJi017158; Thu, 28 Sep 2017 19:32:19 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SJWJEU017156; Thu, 28 Sep 2017 19:32:19 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709281932.v8SJWJEU017156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 28 Sep 2017 19:32:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450861 - in head: misc/e2fsprogs-libblkid sysutils/e2fsprogs X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: misc/e2fsprogs-libblkid sysutils/e2fsprogs X-SVN-Commit-Revision: 450861 X-SVN-Commit-Repository: ports 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.23 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: Thu, 28 Sep 2017 19:32:21 -0000 Author: jbeich Date: Thu Sep 28 19:32:19 2017 New Revision: 450861 URL: https://svnweb.freebsd.org/changeset/ports/450861 Log: misc/e2fsprogs-{libblkid,libuuid}: lift BROKEN After r450705 www/firefox requires -libuuid via audio/jack. Both slaves built fine on 11.0, 11.1 and 12.0 aarch64. Pointy hat to: mandree (r450553) Modified: head/misc/e2fsprogs-libblkid/Makefile (contents, props changed) head/sysutils/e2fsprogs/Makefile (contents, props changed) Modified: head/misc/e2fsprogs-libblkid/Makefile ============================================================================== --- head/misc/e2fsprogs-libblkid/Makefile Thu Sep 28 19:32:04 2017 (r450860) +++ head/misc/e2fsprogs-libblkid/Makefile Thu Sep 28 19:32:19 2017 (r450861) @@ -23,8 +23,6 @@ INSTALL_WRKSRC= ${WRKSRC}/lib/blkid PKGDIR= ${.CURDIR} -BROKEN_aarch64= Fails to build: No targets specified and no makefile found - pre-build: ${MKDIR} ${WRKSRC}/lib/blkid/elfshared cd ${WRKSRC}/util && ${MAKE_CMD} subst Modified: head/sysutils/e2fsprogs/Makefile ============================================================================== --- head/sysutils/e2fsprogs/Makefile Thu Sep 28 19:32:04 2017 (r450860) +++ head/sysutils/e2fsprogs/Makefile Thu Sep 28 19:32:19 2017 (r450861) @@ -18,7 +18,9 @@ LICENSE_DISTFILES_GPLv2= ${DISTNAME}${EXTRACT_SUFX} PORTSCOUT= ignore # cannot handle the version in the directory +.if !defined(MASTERDIR) BROKEN_aarch64= fails to link: missing sbrk +.endif USES= cpe gmake pkgconfig tar:xz CPE_VENDOR= e2fsprogs_project