Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Nov 2019 06:10:00 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517181 - head/archivers/unarchiver
Message-ID:  <201911100610.xAA6A0q5043632@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911100610.xAA6A0q5043632>