svn commit: r450861 - in head: misc/e2fsprogs-libblkid sysutils/e2fsprogs

Jan Beich jbeich at FreeBSD.org
Thu Sep 28 19:32:21 UTC 2017


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


More information about the svn-ports-all mailing list