pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ddd
Module Name: pkgsrc
Committed By: joerg
Date: Thu Mar 26 21:49:22 UTC 2020
Modified Files:
pkgsrc/devel/ddd: distinfo
Added Files:
pkgsrc/devel/ddd/patches: patch-ddd_exit.C
Log Message:
Catch up with exit hook attributes in libXt.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ddd/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ddd/patches/patch-ddd_exit.C
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ddd/distinfo
diff -u pkgsrc/devel/ddd/distinfo:1.20 pkgsrc/devel/ddd/distinfo:1.21
--- pkgsrc/devel/ddd/distinfo:1.20 Tue Nov 3 03:27:22 2015
+++ pkgsrc/devel/ddd/distinfo Thu Mar 26 21:49:22 2020
@@ -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 @@ Size (ddd-3.3.12.tar.gz) = 5687115 bytes
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
Added files:
Index: pkgsrc/devel/ddd/patches/patch-ddd_exit.C
diff -u /dev/null pkgsrc/devel/ddd/patches/patch-ddd_exit.C:1.1
--- /dev/null Thu Mar 26 21:49:22 2020
+++ pkgsrc/devel/ddd/patches/patch-ddd_exit.C Thu Mar 26 21:49:22 2020
@@ -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