diff --git a/devel/libffcall/Makefile b/devel/libffcall/Makefile index 5d45e711014c..d11b67c036cb 100644 --- a/devel/libffcall/Makefile +++ b/devel/libffcall/Makefile @@ -1,32 +1,31 @@ PORTNAME= libffcall -PORTVERSION= 2.4 -PORTREVISION= 2 +DISTVERSION= 2.5 CATEGORIES= devel MASTER_SITES= GNU MAINTAINER= ndowens04@gmail.com COMMENT= Foreign function call libraries -WWW= https://www.haible.de/bruno/packages-ffcall.html +WWW= https://www.gnu.org/software/libffcall/ 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' +BROKEN_armv7= no rule to make target 'avcall-armhf-old.lo', needed by 'avcall.lo' 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 +TEST_TARGET= check 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/distinfo b/devel/libffcall/distinfo index 7ba4434bc714..e134085914d6 100644 --- a/devel/libffcall/distinfo +++ b/devel/libffcall/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628171537 -SHA256 (libffcall-2.4.tar.gz) = 8ef69921dbdc06bc5bb90513622637a7b83a71f31f5ba377be9d8fd8f57912c2 -SIZE (libffcall-2.4.tar.gz) = 1253767 +TIMESTAMP = 1725969976 +SHA256 (libffcall-2.5.tar.gz) = 7f422096b40498b1389093955825f141bb67ed6014249d884009463dc7846879 +SIZE (libffcall-2.5.tar.gz) = 1451999 diff --git a/devel/libffcall/pkg-plist b/devel/libffcall/pkg-plist index 7523e398f76e..b3bf286c8b37 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/libavcall.so.1.1.1 lib/libcallback.a lib/libcallback.so lib/libcallback.so.1 -lib/libcallback.so.1.0.4 +lib/libcallback.so.1.0.5 lib/libffcall.a lib/libffcall.so lib/libffcall.so.0 -lib/libffcall.so.0.1.0 +lib/libffcall.so.0.1.1 lib/libtrampoline.a lib/libtrampoline.so lib/libtrampoline.so.1 -lib/libtrampoline.so.1.0.3 +lib/libtrampoline.so.1.0.4 lib/libvacall.a 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