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: wiz
Date: Sun Apr 20 16:58:43 UTC 2025
Modified Files:
pkgsrc/math/p5-Math-Pari: Makefile distinfo
Log Message:
p5-Math-Pari: update to 2.030524.
2.030524
README Minor clarification.
Advise about AUTO_DBG_LOADMAPS=1 and PERL_XSCODE_DEBUG in the part (e)(4) (finally! - although
it was mentioned in the after-crash output of make test).
INSTALL Mention the argument --verbose to cpanm to avoid timeout (before we try passive FTP; thanks to Beran Filip!).
patches/diff-2.3.5-buffer-overflow
Discovered by sanity checker (updated from a newer versions of PARI). Thanks to Sergey Aleynikov!
PariBuild.pm Use the patch above.
Check also /opt/local/lib/pari/ for $datadir. (Thanks to Peter Dyballa!)
Clarify the possibility of the message 'sh: gp: command not found'
libPARI/Makefile.PL Make test-targets use :: instead of :. (Thanks to Ed J!; see
https://rt.cpan.org/Ticket/Display.html?id=163579
)
auto-dbg/REAME Minor clarifications.
Example of interactive usage.
auto-dbg/auto-debug-module.pl version --> 1.10
Graceful degradation of version-tuned commands for GDB (via python). XXXX Untested!!!
Fix spelling in a warning and emit version and @ARGV info.
More detailed logging of variants of reuse of an existing dbg-build directory.
Add a few more GDB 'info' entries with �global� info (in the python-branch).
(Temporarily???) Make DLL load-memory-mapping opt-in via the environment variable AUTO_DBG_LOADMAPS=1.
Likewise for dbx (untested) and lldb (untested).
Likewise for inspection of candidates for a debugger on a failure of debug script.
t/zzz_debug-crash.t Unless AUTO_DEBUG_REBUILD is true in environment, pass option -U to the autodebugger if a successful build
is found (to simplify the common case of interactive usage).
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/math/p5-Math-Pari/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/math/p5-Math-Pari/distinfo
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/Makefile
diff -u pkgsrc/math/p5-Math-Pari/Makefile:1.64 pkgsrc/math/p5-Math-Pari/Makefile:1.65
--- pkgsrc/math/p5-Math-Pari/Makefile:1.64 Sat Nov 16 12:05:59 2024
+++ pkgsrc/math/p5-Math-Pari/Makefile Sun Apr 20 16:58:43 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.64 2024/11/16 12:05:59 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2025/04/20 16:58:43 wiz Exp $
-DISTNAME= Math-Pari-2.030523
+DISTNAME= Math-Pari-2.030524
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES+= perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
Index: pkgsrc/math/p5-Math-Pari/distinfo
diff -u pkgsrc/math/p5-Math-Pari/distinfo:1.27 pkgsrc/math/p5-Math-Pari/distinfo:1.28
--- pkgsrc/math/p5-Math-Pari/distinfo:1.27 Tue Aug 2 08:01:46 2022
+++ pkgsrc/math/p5-Math-Pari/distinfo Sun Apr 20 16:58:43 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2022/08/02 08:01:46 ast Exp $
+$NetBSD: distinfo,v 1.28 2025/04/20 16:58:43 wiz Exp $
-BLAKE2s (Math-Pari-2.030523.tar.gz) = 10653f3eb0d4f6ed32f30941ab744fee1fa77668cf5de22b54d7b3027c93693e
-SHA512 (Math-Pari-2.030523.tar.gz) = 4f75a745111eed1c326270fc4cff5f7785fd353ffbbaf21a33215974671cdb2a4ff8d397a2df41b24002312a43993114a3620f5b6ed7eb6d4bdae9c4f62d671c
-Size (Math-Pari-2.030523.tar.gz) = 230001 bytes
+BLAKE2s (Math-Pari-2.030524.tar.gz) = 668286dbade7ee1440c99ca00c96bc33ee4a273a481e37b04d406b5ac5a0da58
+SHA512 (Math-Pari-2.030524.tar.gz) = 82588ac223fe01fbe74062eb0111854d9046be228e47d219a868d64e50d9873941933aed859d10ff9f42843e55c75d3ce54da8c27959ea969775b2f5e7e83684
+Size (Math-Pari-2.030524.tar.gz) = 232938 bytes
SHA1 (patch-Makefile.PL) = 2856af235ab57d2af024af75f4482c1476798be4
Home |
Main Index |
Thread Index |
Old Index