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:           Thu Oct 10 11:53:12 UTC 2019

Modified Files:
        pkgsrc/devel/libffcall: Makefile distinfo

Log Message:
libffcall: update to 2.2.

New in 2.2:

* Added support for the following platforms:
  (Previously, a build on these platforms failed.)
  - armv6 (Raspberry Pi): Linux.
  - hppa: Linux 32-bit.
  - riscv32: Linux with ilp32d ABI.
  - riscv64: Linux with lp64d ABI.

* The build for the mips 32-bit ABI is now compatible with toolchains for
  the 'fpxx' ABI variant.  The downside is that the mips1 architecture is
  no longer supported.

* Fixed a bug regarding passing of more than 8 arguments on the following
  platforms:
  - arm64: Linux 64-bit.

* Fixed a stack corruption bug on the following platforms:
  - hppa: HP-UX 32-bit.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/libffcall/Makefile \
    pkgsrc/devel/libffcall/distinfo

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.2 pkgsrc/devel/libffcall/Makefile:1.3
--- pkgsrc/devel/libffcall/Makefile:1.2 Sun Feb 25 21:08:53 2018
+++ pkgsrc/devel/libffcall/Makefile     Thu Oct 10 11:53:12 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/02/25 21:08:53 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2019/10/10 11:53:12 wiz Exp $
 
-DISTNAME=      libffcall-2.1
+DISTNAME=      libffcall-2.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=libffcall/}
 
Index: pkgsrc/devel/libffcall/distinfo
diff -u pkgsrc/devel/libffcall/distinfo:1.2 pkgsrc/devel/libffcall/distinfo:1.3
--- pkgsrc/devel/libffcall/distinfo:1.2 Sun Feb 25 21:08:53 2018
+++ pkgsrc/devel/libffcall/distinfo     Thu Oct 10 11:53:12 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/02/25 21:08:53 wiz Exp $
+$NetBSD: distinfo,v 1.3 2019/10/10 11:53:12 wiz Exp $
 
-SHA1 (libffcall-2.1.tar.gz) = aa2bf00587dec333704cbda19fb6786370bd7762
-RMD160 (libffcall-2.1.tar.gz) = 3241840c8a2884b4b74e1486ac12ae265c4322d9
-SHA512 (libffcall-2.1.tar.gz) = da73375fb45b7d764c06437a517c2a90abf7d5de6afe0a8ca19e6dfafd2a8c7107e39d230ecbc8edfdd5926b16a0c13b7bb9319287047c47de1241b2f6ae805e
-Size (libffcall-2.1.tar.gz) = 943235 bytes
+SHA1 (libffcall-2.2.tar.gz) = 464f1af197d417366face3007d7b63848b8fd6f4
+RMD160 (libffcall-2.2.tar.gz) = 6aea8db43824cb75c5d113b65817aeccee59679c
+SHA512 (libffcall-2.2.tar.gz) = b9d3ca4c67ab92915a8183d850153e585dcb58ceb2199a104426a7aae363d37017b1226440acd18a2db0cc207e044f71e932857189964261e8eaa6de5cef1731
+Size (libffcall-2.2.tar.gz) = 954623 bytes



Home | Main Index | Thread Index | Old Index