pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/p5-Math-Pari
Module Name: pkgsrc
Committed By: markd
Date: Wed Jul 2 03:07:31 UTC 2025
Modified Files:
pkgsrc/math/p5-Math-Pari: distinfo
Added Files:
pkgsrc/math/p5-Math-Pari/patches: patch-Pari.xs
Log Message:
p5-Math-Pari: define changevalue() to fix build with gcc15
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/math/p5-Math-Pari/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/math/p5-Math-Pari/patches/patch-Pari.xs
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/p5-Math-Pari/distinfo
diff -u pkgsrc/math/p5-Math-Pari/distinfo:1.30 pkgsrc/math/p5-Math-Pari/distinfo:1.31
--- pkgsrc/math/p5-Math-Pari/distinfo:1.30 Sun May 11 06:40:56 2025
+++ pkgsrc/math/p5-Math-Pari/distinfo Wed Jul 2 03:07:31 2025
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.30 2025/05/11 06:40:56 wiz Exp $
+$NetBSD: distinfo,v 1.31 2025/07/02 03:07:31 markd Exp $
BLAKE2s (Math-Pari-2.030528.tar.gz) = b79c3f7c3b39bf4516cdad55497065de654c46f3fd2296bba6b616413693290d
SHA512 (Math-Pari-2.030528.tar.gz) = a07e3b907f3cbb9b82f6bacfbdae8813a2a9f2eb89d571bd37b67528c01b16d92156b06412d12ad7007c568a921deca70a8e7092a5e7c5403985df620048bd34
Size (Math-Pari-2.030528.tar.gz) = 234042 bytes
SHA1 (patch-Makefile.PL) = 5b03df3948dd9326abac7103eae61b6af148dc08
+SHA1 (patch-Pari.xs) = 8b072c2592b426afb6954bef225d7337f5ef4ff0
Added files:
Index: pkgsrc/math/p5-Math-Pari/patches/patch-Pari.xs
diff -u /dev/null pkgsrc/math/p5-Math-Pari/patches/patch-Pari.xs:1.1
--- /dev/null Wed Jul 2 03:07:31 2025
+++ pkgsrc/math/p5-Math-Pari/patches/patch-Pari.xs Wed Jul 2 03:07:31 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-Pari.xs,v 1.1 2025/07/02 03:07:31 markd Exp $
+
+define changevalue()
+
+--- Pari.xs.orig 2025-05-10 01:21:46.000000000 +0000
++++ Pari.xs
+@@ -641,6 +641,8 @@ changevalue(entree *ep, GEN val)
+ y[-1] = x[-1]; /* save initial value */
+ killbloc(x); /* destroy intermediate one */
+ }
++#else
++void changevalue(entree *ep, GEN val);
+ #endif
+
+ static GEN
Home |
Main Index |
Thread Index |
Old Index