git: 58a8a0aa37a8 - main - devel/libffcall: Update to 2.4

Joseph Mingrone jrm at FreeBSD.org
Sun Aug 22 15:54:53 UTC 2021


The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=58a8a0aa37a8ac4c1748836d23b2d3d59b78d5c9

commit 58a8a0aa37a8ac4c1748836d23b2d3d59b78d5c9
Author:     Robert Clausecker <fuz at fuz.su>
AuthorDate: 2021-08-22 15:52:00 +0000
Commit:     Joseph Mingrone <jrm at FreeBSD.org>
CommitDate: 2021-08-22 15:54:21 +0000

    devel/libffcall: Update to 2.4
    
    Also update maintainer email since the old address no longer exists.
    
    PR:             257637
---
 devel/libffcall/Makefile  | 15 ++++++---------
 devel/libffcall/distinfo  |  6 +++---
 devel/libffcall/pkg-plist |  8 ++++----
 3 files changed, 13 insertions(+), 16 deletions(-)

diff --git a/devel/libffcall/Makefile b/devel/libffcall/Makefile
index 46fcdbe4aa8d..6a5bc2e4a2e7 100644
--- a/devel/libffcall/Makefile
+++ b/devel/libffcall/Makefile
@@ -1,34 +1,31 @@
 # Created by: jagapen at home.com
 
 PORTNAME=	libffcall
-PORTVERSION=	2.1
+PORTVERSION=	2.4
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 
-MAINTAINER=	ndowens at yahoo.com
+MAINTAINER=	ndowens04 at gmail.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
-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_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'
 
-GNU_CONFIGURE=	yes
 USES=		gmake libtool
-USE_GCC=	yes
 USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
 
 CONFIGURE_ARGS=		--enable-shared
 CONFIGURE_TARGET=	${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
 MAKE_JOBS_UNSAFE=	yes
 CFLAGS+=		-fPIC
 
+EXTRA_PATCHES=		${PATCHES_${ARCH}}
 PATCHES_powerpc64=	${PATCHDIR}/extra-patch-ffcall-abi.h
 PATCHES_powerpc64le=	${PATCHDIR}/extra-patch-ffcall-abi.h
-EXTRA_PATCHES=		${PATCHES_${ARCH}}
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libavcall.so \
diff --git a/devel/libffcall/distinfo b/devel/libffcall/distinfo
index d3710d2a4e2a..7ba4434bc714 100644
--- a/devel/libffcall/distinfo
+++ b/devel/libffcall/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533604264
-SHA256 (libffcall-2.1.tar.gz) = a091fb8bbabf17c94a2dae2d41161b96a08ab92b5f75d3364157a2c34d538c47
-SIZE (libffcall-2.1.tar.gz) = 943235
+TIMESTAMP = 1628171537
+SHA256 (libffcall-2.4.tar.gz) = 8ef69921dbdc06bc5bb90513622637a7b83a71f31f5ba377be9d8fd8f57912c2
+SIZE (libffcall-2.4.tar.gz) = 1253767
diff --git a/devel/libffcall/pkg-plist b/devel/libffcall/pkg-plist
index 0017bc9ef4cc..bdcdb2c82ea7 100644
--- a/devel/libffcall/pkg-plist
+++ b/devel/libffcall/pkg-plist
@@ -8,19 +8,19 @@ include/vacall_r.h
 lib/libavcall.a
 lib/libavcall.so
 lib/libavcall.so.1
-lib/libavcall.so.1.0.1
+lib/libavcall.so.1.1.0
 lib/libcallback.a
 lib/libcallback.so
 lib/libcallback.so.1
-lib/libcallback.so.1.0.1
+lib/libcallback.so.1.0.4
 lib/libffcall.a
 lib/libffcall.so
 lib/libffcall.so.0
-lib/libffcall.so.0.0.1
+lib/libffcall.so.0.1.0
 lib/libtrampoline.a
 lib/libtrampoline.so
 lib/libtrampoline.so.1
-lib/libtrampoline.so.1.0.1
+lib/libtrampoline.so.1.0.3
 lib/libvacall.a
 man/man3/avcall.3.gz
 man/man3/callback.3.gz


More information about the dev-commits-ports-main mailing list