Index: head/devel/ffcall/Makefile =================================================================== --- head/devel/ffcall/Makefile (revision 444467) +++ head/devel/ffcall/Makefile (revision 444468) @@ -1,28 +1,33 @@ # Created by: jagapen@home.com # $FreeBSD$ PORTNAME= ffcall PORTVERSION= 1.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel 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: No rule to make target avcall-powerpc64.lo GNU_CONFIGURE= yes USES= gmake libtool +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 .include Index: head/devel/ffcall/pkg-plist =================================================================== --- head/devel/ffcall/pkg-plist (revision 444467) +++ head/devel/ffcall/pkg-plist (revision 444468) @@ -1,20 +1,26 @@ man/man3/avcall.3.gz man/man3/callback.3.gz man/man3/trampoline.3.gz man/man3/trampoline_r.3.gz man/man3/vacall.3.gz include/avcall.h include/callback.h include/trampoline.h include/trampoline_r.h include/vacall.h include/vacall_r.h lib/libavcall.a +lib/libavcall.so +lib/libavcall.so.0 +lib/libavcall.so.0.0.0 lib/libcallback.a +lib/libcallback.so +lib/libcallback.so.0 +lib/libcallback.so.0.0.0 lib/libtrampoline.a lib/libvacall.a share/html/avcall.html share/html/callback.html share/html/trampoline.html share/html/trampoline_r.html share/html/vacall.html