pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ddd Catch up with exit hook attributes in libXt.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de7434779718
branches:  trunk
changeset: 414407:de7434779718
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 26 21:49:22 2020 +0000

description:
Catch up with exit hook attributes in libXt.

diffstat:

 devel/ddd/distinfo                 |   3 ++-
 devel/ddd/patches/patch-ddd_exit.C |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 3a30b46b102a -r de7434779718 devel/ddd/distinfo
--- a/devel/ddd/distinfo        Thu Mar 26 21:49:01 2020 +0000
+++ b/devel/ddd/distinfo        Thu Mar 26 21:49:22 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2015/11/03 03:27:22 agc Exp $
+$NetBSD: distinfo,v 1.21 2020/03/26 21:49:22 joerg Exp $
 
 SHA1 (ddd-3.3.12.tar.gz) = b91d2dfb1145af409138bd34517a898341724e56
 RMD160 (ddd-3.3.12.tar.gz) = fcc71b2b57f4d7a2c17ac817739674c89e1dd7a0
@@ -7,5 +7,6 @@
 SHA1 (patch-Makefile.in) = de1fb079a0870c73aac604ab48996f7a4f2c5258
 SHA1 (patch-ai) = 513621cb015cde43736ad9c28e1535358c398992
 SHA1 (patch-ddd_VSLDefList.C) = b68263f97d117646dcd5eb577257e610a4a8cbbd
+SHA1 (patch-ddd_exit.C) = 84b946945aa4fa0ff64fbc59190a877f8926c684
 SHA1 (patch-ddd_strclass.C) = ad2453f8322d70846c9a816f28bef86e9b0410a3
 SHA1 (patch-ddd_strclass.h) = 42941680cf746ce81505293a5d81fa8477d87387
diff -r 3a30b46b102a -r de7434779718 devel/ddd/patches/patch-ddd_exit.C
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ddd/patches/patch-ddd_exit.C        Thu Mar 26 21:49:22 2020 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ddd_exit.C,v 1.1 2020/03/26 21:49:22 joerg Exp $
+
+--- ddd/exit.C.orig    2020-03-26 12:39:56.118867681 +0000
++++ ddd/exit.C
+@@ -769,6 +769,9 @@ static void PostXtErrorCB(XtPointer clie
+ 
+ static XtAppContext xt_error_app_context = 0;
+ 
++#ifdef _X_NORETURN
++_X_NORETURN
++#endif
+ static void ddd_xt_error(String message = 0)
+ {
+     ddd_has_crashed = true;



Home | Main Index | Thread Index | Old Index