pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/amule
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 3 10:55:34 UTC 2026
Modified Files:
pkgsrc/net/amule: distinfo
Added Files:
pkgsrc/net/amule/patches: patch-src_libs_common_MuleDebug.cpp
Log Message:
amule: fix build on NetBSD-current
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/amule/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/net/amule/patches/patch-src_libs_common_MuleDebug.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/amule/distinfo
diff -u pkgsrc/net/amule/distinfo:1.25 pkgsrc/net/amule/distinfo:1.26
--- pkgsrc/net/amule/distinfo:1.25 Tue Oct 26 11:05:22 2021
+++ pkgsrc/net/amule/distinfo Sat Jan 3 10:55:34 2026
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.25 2021/10/26 11:05:22 nia Exp $
+$NetBSD: distinfo,v 1.26 2026/01/03 10:55:34 wiz Exp $
BLAKE2s (aMule-2.3.3.tar.bz2) = 4a7cc5c69741b485396e85c89b570c54397b625a5cec3d11f54a3edaa6d10c4d
SHA512 (aMule-2.3.3.tar.bz2) = eb42646dc835fb49f81def5c3ecceca2adceacb6dc9e4a7fec08e9ab8d7bd20d2fa623a33b476a984c7a809e624f61cad3b9b40f68a3363dd936be25cda72211
Size (aMule-2.3.3.tar.bz2) = 4606514 bytes
SHA1 (patch-aa) = af77036649caac372890c45840d24a404ab1a7d6
SHA1 (patch-src_OScopeCtrl.cpp) = d9ee907eeb49c3f54972b4d1cabdd64c6d4b88d5
+SHA1 (patch-src_libs_common_MuleDebug.cpp) = 8054aa9445bd439b30417e840f1fea2b9f228c77
Added files:
Index: pkgsrc/net/amule/patches/patch-src_libs_common_MuleDebug.cpp
diff -u /dev/null pkgsrc/net/amule/patches/patch-src_libs_common_MuleDebug.cpp:1.1
--- /dev/null Sat Jan 3 10:55:34 2026
+++ pkgsrc/net/amule/patches/patch-src_libs_common_MuleDebug.cpp Sat Jan 3 10:55:34 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_libs_common_MuleDebug.cpp,v 1.1 2026/01/03 10:55:34 wiz Exp $
+
+Add missing header for std::set_terminate.
+
+--- src/libs/common/MuleDebug.cpp.orig 2026-01-03 10:54:10.979110960 +0000
++++ src/libs/common/MuleDebug.cpp
+@@ -24,6 +24,7 @@
+ //
+
+ #include <cstdlib> // Needed for std::abort()
++#include <exception>
+
+ #include "config.h" // Needed for HAVE_CXXABI and HAVE_EXECINFO
+
Home |
Main Index |
Thread Index |
Old Index