Index: head/devel/libffcall/Makefile =================================================================== --- head/devel/libffcall/Makefile (revision 468089) +++ head/devel/libffcall/Makefile (revision 468090) @@ -1,32 +1,33 @@ # Created by: jagapen@home.com # $FreeBSD$ PORTNAME= libffcall PORTVERSION= 1.13 CATEGORIES= devel MASTER_SITES= GNU MAINTAINER= amutu@amutu.com COMMENT= Foreign function call libraries LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported BROKEN_armv7= fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported GNU_CONFIGURE= yes USES= gmake libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} MAKE_JOBS_UNSAFE= yes CFLAGS+= -fPIC post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libavcall.so \ ${STAGEDIR}${PREFIX}/lib/libcallback.so \ ${STAGEDIR}${PREFIX}/lib/libtrampoline.so .include Index: head/devel/libffcall/pkg-descr =================================================================== --- head/devel/libffcall/pkg-descr (revision 468089) +++ head/devel/libffcall/pkg-descr (revision 468090) @@ -1,17 +1,15 @@ This is a collection of four libraries which can be used to build foreign function call interfaces in embedded interpreters. The four packages are: avcall - calling C functions with variable arguments vacall - C functions accepting variable argument prototypes trampoline - closures as first-class C functions callback - closures with variable arguments as first-class C functions (a reentrant combination of vacall and trampoline) -LICENSE: GPL2 or later - -WWW: http://www.haible.de/bruno/packages-ffcall.html +WWW: https://www.haible.de/bruno/packages-ffcall.html