svn commit: r512148 - head/deskutils/gworkspace-gwmetadata

Antoine Brodin antoine at FreeBSD.org
Mon Sep 16 09:07:43 UTC 2019


Author: antoine
Date: Mon Sep 16 09:07:42 2019
New Revision: 512148
URL: https://svnweb.freebsd.org/changeset/ports/512148

Log:
  Mark BROKEN with lld
  
  Reported by:	pkg-fallout
  MFH:		2019Q3

Modified:
  head/deskutils/gworkspace-gwmetadata/Makefile

Modified: head/deskutils/gworkspace-gwmetadata/Makefile
==============================================================================
--- head/deskutils/gworkspace-gwmetadata/Makefile	Mon Sep 16 08:40:06 2019	(r512147)
+++ head/deskutils/gworkspace-gwmetadata/Makefile	Mon Sep 16 09:07:42 2019	(r512148)
@@ -13,6 +13,10 @@ COMMENT=	GWMetadata for GNUstep workspace manager
 
 LICENSE=	GPLv2
 
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN=		ld: error: /usr/local/GNUstep/System/Library/Libraries/libFSNode.so: undefined reference to NSApplicationFileType
+.endif
+
 USES=		gnustep sqlite
 USE_GNUSTEP=	back build
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list