pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/jade Add patches from the FreeBSD ports colle...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/144eac88f9c1
branches:  trunk
changeset: 461799:144eac88f9c1
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Sep 21 20:03:52 2003 +0000

description:
Add patches from the FreeBSD ports collection to fix build problems
with GCC 3.3.1.

diffstat:

 textproc/jade/distinfo         |   5 ++++-
 textproc/jade/patches/patch-ao |  12 ++++++++++++
 textproc/jade/patches/patch-ap |  13 +++++++++++++
 textproc/jade/patches/patch-aq |  15 +++++++++++++++
 4 files changed, 44 insertions(+), 1 deletions(-)

diffs (68 lines):

diff -r bba6f284dee3 -r 144eac88f9c1 textproc/jade/distinfo
--- a/textproc/jade/distinfo    Sun Sep 21 19:58:38 2003 +0000
+++ b/textproc/jade/distinfo    Sun Sep 21 20:03:52 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2002/12/23 20:05:07 jschauma Exp $
+$NetBSD: distinfo,v 1.10 2003/09/21 20:03:52 tron Exp $
 
 SHA1 (jade-1.2.1.tar.gz) = 4326e73b7f0b865515e1bb90c622a8b2aa6ecd06
 Size (jade-1.2.1.tar.gz) = 1092062 bytes
@@ -18,3 +18,6 @@
 SHA1 (patch-al) = 0a1f8a4be1bbd2215a0a08722f3ea2c6e2334c80
 SHA1 (patch-am) = 6851ea44e1abdcaa887df3cf965593f5bb896e9b
 SHA1 (patch-an) = 514a3bf20ba6c2e1e6474c85e770e9e3b836df2d
+SHA1 (patch-ao) = 16bc7c55cdc8c3d5dc5959807dd100d36985429c
+SHA1 (patch-ap) = 156ac9a4947d7b74727b4d787e8abf0897e0a0bb
+SHA1 (patch-aq) = fb6b6a441748831e70a5c9f84ccb2cdad912d06b
diff -r bba6f284dee3 -r 144eac88f9c1 textproc/jade/patches/patch-ao
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/jade/patches/patch-ao    Sun Sep 21 20:03:52 2003 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ao,v 1.1 2003/09/21 20:03:53 tron Exp $
+
+--- include/Ptr.h.orig Wed Oct  7 14:15:50 1998
++++ include/Ptr.h      Tue Jul 22 09:19:49 2003
+@@ -5,6 +5,7 @@
+ #define Ptr_INCLUDED 1
+ 
+ #include "Boolean.h"
++#include "Resource.h"
+ 
+ // T must have Resource as a public base class
+ // T may be an incomplete type
diff -r bba6f284dee3 -r 144eac88f9c1 textproc/jade/patches/patch-ap
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/jade/patches/patch-ap    Sun Sep 21 20:03:52 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ap,v 1.1 2003/09/21 20:03:53 tron Exp $
+
+--- include/Ptr.cxx.orig       Tue Jul 22 09:20:15 2003
++++ include/Ptr.cxx    Tue Jul 22 09:20:42 2003
+@@ -19,7 +19,7 @@
+ Ptr<T>::~Ptr()
+ {
+   if (ptr_) {
+-    if (ptr_->unref())
++    if (((Resource*)ptr_)->unref())
+       delete ptr_;
+     ptr_ = 0;
+   }
diff -r bba6f284dee3 -r 144eac88f9c1 textproc/jade/patches/patch-aq
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/jade/patches/patch-aq    Sun Sep 21 20:03:52 2003 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aq,v 1.1 2003/09/21 20:03:54 tron Exp $
+
+--- include/config.h.orig      Fri Jun 14 12:58:51 2002
++++ include/config.h   Fri Jun 14 13:01:00 2002
+@@ -31,6 +31,10 @@
+ #define SP_ANSI_LIB
+ #define SP_NO_STD_NAMESPACE
+ #undef SP_NEW_H_MISSING
++#if __GNUC__ > 2
++#define SP_HAVE_TYPENAME
++#undef SP_NO_STD_NAMESPACE
++#endif
+ #endif
+ 
+ #endif /* __GNUG__ */



Home | Main Index | Thread Index | Old Index