diff --git a/devel/libffcall/Makefile b/devel/libffcall/Makefile index 0c2807c9e13d..5d45e711014c 100644 --- a/devel/libffcall/Makefile +++ b/devel/libffcall/Makefile @@ -1,31 +1,32 @@ PORTNAME= libffcall PORTVERSION= 2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNU MAINTAINER= ndowens04@gmail.com COMMENT= Foreign function call libraries WWW= https://www.haible.de/bruno/packages-ffcall.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_mips= fails to build: gmake[2]: No rule to make target 'avcall-mipsn32-macro.S', needed by 'avcall-mipsn32.s' BROKEN_mips64= fails to build: gmake[2]: No rule to make target 'avcall-mips64-macro.S', needed by 'avcall-mips64.s' USES= gmake libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share 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 diff --git a/devel/libffcall/pkg-plist b/devel/libffcall/pkg-plist index bdcdb2c82ea7..7523e398f76e 100644 --- a/devel/libffcall/pkg-plist +++ b/devel/libffcall/pkg-plist @@ -1,32 +1,32 @@ include/avcall.h include/callback.h include/ffcall-abi.h include/ffcall-version.h include/trampoline.h include/vacall.h include/vacall_r.h lib/libavcall.a lib/libavcall.so lib/libavcall.so.1 lib/libavcall.so.1.1.0 lib/libcallback.a lib/libcallback.so lib/libcallback.so.1 lib/libcallback.so.1.0.4 lib/libffcall.a lib/libffcall.so lib/libffcall.so.0 lib/libffcall.so.0.1.0 lib/libtrampoline.a lib/libtrampoline.so lib/libtrampoline.so.1 lib/libtrampoline.so.1.0.3 lib/libvacall.a -man/man3/avcall.3.gz -man/man3/callback.3.gz -man/man3/trampoline.3.gz -man/man3/vacall.3.gz +share/man/man3/avcall.3.gz +share/man/man3/callback.3.gz +share/man/man3/trampoline.3.gz +share/man/man3/vacall.3.gz share/html/avcall.html share/html/callback.html share/html/trampoline.html share/html/vacall.html