Date: Thu, 28 Sep 2017 19:32:19 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> 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 Message-ID: <201709281932.v8SJWJEU017156@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709281932.v8SJWJEU017156>