svn commit: r427293 - head/devel/ffcall

Mark Linimon linimon at FreeBSD.org
Mon Nov 28 10:11:16 UTC 2016


Author: linimon
Date: Mon Nov 28 10:11:15 2016
New Revision: 427293
URL: https://svnweb.freebsd.org/changeset/ports/427293

Log:
  Mark as broken on various tier-2 archs.  Remove dead mastersite.

Modified:
  head/devel/ffcall/Makefile

Modified: head/devel/ffcall/Makefile
==============================================================================
--- head/devel/ffcall/Makefile	Mon Nov 28 09:31:20 2016	(r427292)
+++ head/devel/ffcall/Makefile	Mon Nov 28 10:11:15 2016	(r427293)
@@ -5,13 +5,16 @@ PORTNAME=	ffcall
 PORTVERSION=	1.10
 PORTREVISION=	2
 CATEGORIES=	devel
-MASTER_SITES=	ftp://ftp.santafe.edu/pub/gnu/ GNUSTEP/libs
+MASTER_SITES=	GNUSTEP/libs
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Foreign function call libraries
 
 LICENSE=	GPLv2
 
+BROKEN_aarch64=		Does not build: No rule to make target avcall-aarch64.lo
+BROKEN_armv6=		Does not build: error: invalid instruction
+BROKEN_mips64==		Does not build: error: duplicate member anum
 BROKEN_powerpc64=	Does not build
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list