pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/prcs Fix build with gcc-4.1.2. Patch provided by...
details: https://anonhg.NetBSD.org/pkgsrc/rev/353b74f51778
branches: trunk
changeset: 516248:353b74f51778
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jul 17 17:55:43 2006 +0000
description:
Fix build with gcc-4.1.2. Patch provided by Ryo HAYASAKA in PR 33914.
diffstat:
devel/prcs/distinfo | 3 ++-
devel/prcs/patches/patch-ac | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 9efc1698ea61 -r 353b74f51778 devel/prcs/distinfo
--- a/devel/prcs/distinfo Mon Jul 17 17:51:24 2006 +0000
+++ b/devel/prcs/distinfo Mon Jul 17 17:55:43 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.7 2006/06/03 01:13:40 joerg Exp $
+$NetBSD: distinfo,v 1.8 2006/07/17 17:55:43 wiz Exp $
SHA1 (prcs-1.3.3.tar.gz) = 0f1770289ee4e9e8028c1aee9e19fd4fae8d2da6
RMD160 (prcs-1.3.3.tar.gz) = 85d90b12eb7e00585f1fd880939ee01642293b4e
Size (prcs-1.3.3.tar.gz) = 907482 bytes
SHA1 (patch-aa) = 46cfb535d79cce8b337dc28d1c421db8676e3d69
SHA1 (patch-ab) = d13c14c776fc4abab32b50f1fca82469e9dfd855
+SHA1 (patch-ac) = 3325292dc27785dc01beaa6586b23ced6cbc4c42
diff -r 9efc1698ea61 -r 353b74f51778 devel/prcs/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/prcs/patches/patch-ac Mon Jul 17 17:55:43 2006 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.3 2006/07/17 17:55:43 wiz Exp $
+
+--- src/include/projdesc.h.orig 2004-05-10 00:40:55.000000000 +0000
++++ src/include/projdesc.h
+@@ -130,6 +130,9 @@ public:
+
+ class AttrDesc { public: const char* name; AttrType type; };
+
++bool attrs_equal(const PrcsAttrs*const& x, const PrcsAttrs*const& y);
++int attrs_hash(const PrcsAttrs*const& s, int M);
++
+ class PrcsAttrs {
+ friend class ProjectDescriptor;
+ friend class FileEntry;
Home |
Main Index |
Thread Index |
Old Index