From owner-dev-commits-ports-all@freebsd.org Sun Aug 22 15:54:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AF1616572E2; Sun, 22 Aug 2021 15:54:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gt0Lj4Tbxz4ZQn; Sun, 22 Aug 2021 15:54:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F6F523A20; Sun, 22 Aug 2021 15:54:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17MFsrrK071095; Sun, 22 Aug 2021 15:54:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17MFsrwL071094; Sun, 22 Aug 2021 15:54:53 GMT (envelope-from git) Date: Sun, 22 Aug 2021 15:54:53 GMT Message-Id: <202108221554.17MFsrwL071094@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Joseph Mingrone Subject: git: 58a8a0aa37a8 - main - devel/libffcall: Update to 2.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jrm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 58a8a0aa37a8ac4c1748836d23b2d3d59b78d5c9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Aug 2021 15:54:53 -0000 The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=58a8a0aa37a8ac4c1748836d23b2d3d59b78d5c9 commit 58a8a0aa37a8ac4c1748836d23b2d3d59b78d5c9 Author: Robert Clausecker AuthorDate: 2021-08-22 15:52:00 +0000 Commit: Joseph Mingrone 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@home.com PORTNAME= libffcall -PORTVERSION= 2.1 +PORTVERSION= 2.4 CATEGORIES= devel MASTER_SITES= GNU -MAINTAINER= ndowens@yahoo.com +MAINTAINER= ndowens04@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