Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2016 10:11:15 +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: r427293 - head/devel/ffcall
Message-ID:  <201611281011.uASABF3q003761@repo.freebsd.org>

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



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