diff options
author | wiz <wiz@pkgsrc.org> | 2021-06-23 19:05:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-06-23 19:05:20 +0000 |
commit | 55c62922042417fdc20f952cfa920554c869f14e (patch) | |
tree | c98aa2ff9084c362787fc30f00e17124c20ea1b7 /devel/libffcall/Makefile | |
parent | 702936fe09b6b76c9bec4a7364cef46f5812d7e3 (diff) | |
download | pkgsrc-55c62922042417fdc20f952cfa920554c869f14e.tar.gz |
libffcall: update to 2.4.
New in 2.4:
* Added support for the following platforms:
(Previously, a build on these platforms failed.)
- arm64: macOS 11.
- arm: FreeBSD 12.
- sparc: Solaris 11 32-bit.
New in 2.3:
* Added support for the following platforms:
(Previously, a build on these platforms failed.)
- x86_64: FreeBSD 13, OpenBSD 6.5 and newer.
- powerpc64: AIX 7 with xlclang compiler.
* Fixed a couple of multithread-safety bugs in the trampoline and callback
packages.
Diffstat (limited to 'devel/libffcall/Makefile')
-rw-r--r-- | devel/libffcall/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libffcall/Makefile b/devel/libffcall/Makefile index b947fd4c48c..2a977177bfc 100644 --- a/devel/libffcall/Makefile +++ b/devel/libffcall/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2019/10/10 11:53:12 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2021/06/23 19:05:20 wiz Exp $ -DISTNAME= libffcall-2.2 +DISTNAME= libffcall-2.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=libffcall/} |