pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libffcall



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  2 17:05:03 UTC 2024

Modified Files:
        pkgsrc/devel/libffcall: Makefile distinfo
Removed Files:
        pkgsrc/devel/libffcall/patches: patch-common_asm-x86__64.h

Log Message:
libffcall: update to 2.5.

New in 2.5:

* Added support for the following platforms:
  (Previously, a build on these platforms failed.)
  - loongarch64: Linux with lp64d ABI.
  - riscv64: Linux with musl libc.
  - hppa: Linux.
  - powerpc: FreeBSD, NetBSD.
  - powerpc64: FreeBSD.
  - powerpc64le: FreeBSD.
  - arm: Android.

* Fixed support for the following platforms:
  (Previously, a build on these platforms appeared to succeed but was buggy.)
  - ia64: Linux.
  - arm64: OpenBSD.

* Simplified the environmental requirements (the library no longer allocates
  a temporary file in /tmp) on the following platforms:
  - Linux.
  - macOS.
  - FreeBSD 13 and newer.
  - NetBSD 8 and newer.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/libffcall/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/libffcall/distinfo
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/devel/libffcall/patches/patch-common_asm-x86__64.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libffcall/Makefile
diff -u pkgsrc/devel/libffcall/Makefile:1.4 pkgsrc/devel/libffcall/Makefile:1.5
--- pkgsrc/devel/libffcall/Makefile:1.4 Wed Jun 23 19:05:20 2021
+++ pkgsrc/devel/libffcall/Makefile     Mon Sep  2 17:05:03 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2021/06/23 19:05:20 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/09/02 17:05:03 wiz Exp $
 
-DISTNAME=      libffcall-2.4
+DISTNAME=      libffcall-2.5
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=libffcall/}
 

Index: pkgsrc/devel/libffcall/distinfo
diff -u pkgsrc/devel/libffcall/distinfo:1.7 pkgsrc/devel/libffcall/distinfo:1.8
--- pkgsrc/devel/libffcall/distinfo:1.7 Tue Oct 26 10:15:19 2021
+++ pkgsrc/devel/libffcall/distinfo     Mon Sep  2 17:05:03 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:15:19 nia Exp $
+$NetBSD: distinfo,v 1.8 2024/09/02 17:05:03 wiz Exp $
 
-BLAKE2s (libffcall-2.4.tar.gz) = 512dd2f5f06da40265dda83407e60f8ba206faead8679ff3ed9657230b8d1b68
-SHA512 (libffcall-2.4.tar.gz) = c9451662764a888e3be21499c29673bfb0e1df4915814da3506db5d395a2b00ea2f0c08d1c9dffebf030179f9347794876ec6ec9e6710b4fc70fd760960335e6
-Size (libffcall-2.4.tar.gz) = 1253767 bytes
-SHA1 (patch-common_asm-x86__64.h) = cc359d8961e64061883e087ce678ff1714d59147
+BLAKE2s (libffcall-2.5.tar.gz) = af1369a9909c0e5ea695251cc17fc81c824b1a4e38032433d120636afce75377
+SHA512 (libffcall-2.5.tar.gz) = 5e5b1c34b9e66bde00e1deea464099ef09e439070e8180c04f2520442933e369e76632346ae59a5720356128787e88255bd75764736ac9b5334a592eb6cf5878
+Size (libffcall-2.5.tar.gz) = 1451999 bytes



Home | Main Index | Thread Index | Old Index