pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms/estic Fix GCC 3.3.x related build problem.
details: https://anonhg.NetBSD.org/pkgsrc/rev/13ede63f71b9
branches: trunk
changeset: 465374:13ede63f71b9
user: tron <tron%pkgsrc.org@localhost>
date: Sun Dec 28 21:53:44 2003 +0000
description:
Fix GCC 3.3.x related build problem.
diffstat:
comms/estic/distinfo | 4 +++-
comms/estic/patches/patch-ax | 14 ++++++++++++++
comms/estic/patches/patch-ay | 14 ++++++++++++++
3 files changed, 31 insertions(+), 1 deletions(-)
diffs (51 lines):
diff -r b73316fd4989 -r 13ede63f71b9 comms/estic/distinfo
--- a/comms/estic/distinfo Sun Dec 28 21:20:02 2003 +0000
+++ b/comms/estic/distinfo Sun Dec 28 21:53:44 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2002/09/21 07:06:41 jlam Exp $
+$NetBSD: distinfo,v 1.6 2003/12/28 21:53:44 tron Exp $
SHA1 (estic-1.60-sources.zip) = ce66a6d52faaf6adba492bb3f74e49eab608d0c3
Size (estic-1.60-sources.zip) = 892311 bytes
@@ -27,3 +27,5 @@
SHA1 (patch-au) = 0de3e83ee0fe9881dd68ed2b9ffb7511376da911
SHA1 (patch-av) = e9239931b98b0ba1444e426df4ae4df7e9aaca7d
SHA1 (patch-aw) = ed428001d0ffc2428a67182a22fa54a726ca103a
+SHA1 (patch-ax) = 18f16c755f05d5899d13be239544366a1393d7d3
+SHA1 (patch-ay) = 25ec057efcb071f83ab53ca7d7d2af22e9a2c93f
diff -r b73316fd4989 -r 13ede63f71b9 comms/estic/patches/patch-ax
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/estic/patches/patch-ax Sun Dec 28 21:53:44 2003 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ax,v 1.1 2003/12/28 21:53:45 tron Exp $
+
+--- ../spunk/check.cc.orig 1996-11-07 18:06:46.000000000 +0100
++++ ../spunk/check.cc 2003-12-28 22:48:02.000000000 +0100
+@@ -50,9 +50,6 @@
+
+
+ // The fail vector
+-#ifdef __GNUC__
+-volatile
+-#endif
+ void (*CheckFailed) (const char*, const char* Cond,
+ int Code, const char* File, int Line) = _CheckFailed;
+
diff -r b73316fd4989 -r 13ede63f71b9 comms/estic/patches/patch-ay
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/estic/patches/patch-ay Sun Dec 28 21:53:44 2003 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ay,v 1.1 2003/12/28 21:53:45 tron Exp $
+
+--- ../spunk/check.h.orig 1996-11-07 18:06:46.000000000 +0100
++++ ../spunk/check.h 2003-12-28 22:50:57.000000000 +0100
+@@ -38,9 +38,6 @@
+
+
+ extern
+-#ifdef __GNUC__
+-volatile
+-#endif
+ void (*CheckFailed) (const char* Msg, const char* Cond, int Code,
+ const char* File, int Line);
+ // Function pointer that is called from Check if the condition code is true.
Home |
Main Index |
Thread Index |
Old Index