svn commit: r517181 - head/archivers/unarchiver

Mark Linimon linimon at FreeBSD.org
Sun Nov 10 06:10:01 UTC 2019


Author: linimon
Date: Sun Nov 10 06:10:00 2019
New Revision: 517181
URL: https://svnweb.freebsd.org/changeset/ports/517181

Log:
  Mark as broken on powerpc64.  This port first failed to build on 20180819:
  
    /usr/local/GNUstep/System/Library/Headers/GNUstepBase/GSVersionMacros.h:295:8: error:
    #error "Your gnustep-base was configured for the objc-nonfragile-abi but you are not using it now."
  
  This port is blocked by gnustep-base, so this is mainly a reminder for
  later.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/archivers/unarchiver/Makefile

Modified: head/archivers/unarchiver/Makefile
==============================================================================
--- head/archivers/unarchiver/Makefile	Sun Nov 10 06:03:55 2019	(r517180)
+++ head/archivers/unarchiver/Makefile	Sun Nov 10 06:10:00 2019	(r517181)
@@ -14,6 +14,8 @@ COMMENT=	Unarchiver for a vast variety of file formats
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/License.txt
 
+BROKEN_powerpc64=	fails to compile: Your gnustep-base was configured for the objc-nonfragile-abi but you are not using it now.
+
 # XXX: USES=gnustep overrides MAKEFILE we set below, so depend explicitly
 LIB_DEPENDS=	libgnustep-base.so:lang/gnustep-base \
 		libicuuc.so:devel/icu \


More information about the svn-ports-head mailing list