Sun Jan 4 04:58:47 2015 UTC ()
Use BROKEN_EXCEPT_ON_PLATFORM where explicit per-cpu-type support is
needed.


(dholland)
diff -r1.29 -r1.30 pkgsrc/devel/ffcall/Makefile

cvs diff -r1.29 -r1.30 pkgsrc/devel/ffcall/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ffcall/Attic/Makefile 2014/05/14 11:13:04 1.29
+++ pkgsrc/devel/ffcall/Attic/Makefile 2015/01/04 04:58:47 1.30
@@ -1,31 +1,32 @@ @@ -1,31 +1,32 @@
1# $NetBSD: Makefile,v 1.29 2014/05/14 11:13:04 jperkin Exp $ 1# $NetBSD: Makefile,v 1.30 2015/01/04 04:58:47 dholland Exp $
2 2
3DISTNAME= ffcall-1.10 3DISTNAME= ffcall-1.10
4PKGREVISION= 3 4PKGREVISION= 3
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= http://www.haible.de/bruno/gnu/ \ 6MASTER_SITES= http://www.haible.de/bruno/gnu/ \
7 ${MASTER_SITE_GNUSTEP:=libs/} 7 ${MASTER_SITE_GNUSTEP:=libs/}
8 8
9MAINTAINER= adam@NetBSD.org 9MAINTAINER= adam@NetBSD.org
10HOMEPAGE= http://www.haible.de/bruno/packages-ffcall.html 10HOMEPAGE= http://www.haible.de/bruno/packages-ffcall.html
11COMMENT= Foreign function call libraries 11COMMENT= Foreign function call libraries
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14MAKE_JOBS_SAFE= no 14MAKE_JOBS_SAFE= no
15 15
16# the file ${WRKSRC}/avcall/avcall-${MACHINE_ARCH}.c needs to 16# the file ${WRKSRC}/avcall/avcall-${MACHINE_ARCH}.c needs to
17# be added for additional port support. 17# be added for additional port support.
18ONLY_FOR_PLATFORM= *-*-alpha *-*-arm *-*-convex *-*-hppa *-*-i386 \ 18BROKEN_EXCEPT_ON_PLATFORM= \
 19 *-*-alpha *-*-arm *-*-convex *-*-hppa *-*-i386 \
19 *-*-ia64 *-*-m68k *-*-m88k *-*-mips *-*-mipsel \ 20 *-*-ia64 *-*-m68k *-*-m88k *-*-mips *-*-mipsel \
20 *-*-mipseb *-*-mips64 *-*-mipsn32 \ 21 *-*-mipseb *-*-mips64 *-*-mipsn32 \
21 *-*-powerpc *-*-rs6000 \ 22 *-*-powerpc *-*-rs6000 \
22 *-*-s390 *-*-sparc *-*-sparc64 \ 23 *-*-s390 *-*-sparc *-*-sparc64 \
23 *-*-x86_64 24 *-*-x86_64
24 25
25USE_LIBTOOL= yes 26USE_LIBTOOL= yes
26GNU_CONFIGURE= yes 27GNU_CONFIGURE= yes
27 28
28CONFIGURE_ARGS+= --enable-shared 29CONFIGURE_ARGS+= --enable-shared
29 30
30MAKE_FLAGS+= htmldir=${PREFIX}/share/doc/ffcall 31MAKE_FLAGS+= htmldir=${PREFIX}/share/doc/ffcall
31 32