pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q2]: pkgsrc/devel/cssc Pullup ticket 641 - requested by Gr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19453bb70a97
branches:  pkgsrc-2005Q2
changeset: 495945:19453bb70a97
user:      salo <salo%pkgsrc.org@localhost>
date:      Thu Aug 04 22:28:25 2005 +0000

description:
Pullup ticket 641 - requested by Grant Beattie
portability fix for cssc

Revisions pulled up:
- pkgsrc/devel/cssc/distinfo            1.9
- pkgsrc/devel/cssc/patches/patch-ac    1.3

   Module Name:         pkgsrc
   Committed By:        grant
   Date:                Fri Jul 29 04:23:53 UTC 2005

   Modified Files:
        pkgsrc/devel/cssc: distinfo
   Added Files:
        pkgsrc/devel/cssc/patches: patch-ac

   Log Message:
   non-void function must return a value.

   fixes build with sunpro.

diffstat:

 devel/cssc/distinfo         |   3 ++-
 devel/cssc/patches/patch-ac |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 06b76e62455d -r 19453bb70a97 devel/cssc/distinfo
--- a/devel/cssc/distinfo       Thu Aug 04 22:22:14 2005 +0000
+++ b/devel/cssc/distinfo       Thu Aug 04 22:28:25 2005 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.8 2005/03/31 02:17:02 seb Exp $
+$NetBSD: distinfo,v 1.8.2.1 2005/08/04 22:28:25 salo Exp $
 
 SHA1 (CSSC-1.0.1.tar.gz) = 17ef27a67349dc40577cc09ff10209630efc383b
 RMD160 (CSSC-1.0.1.tar.gz) = c93d7b9c29c6d5ca77bd98188251cfe95384c6a5
 Size (CSSC-1.0.1.tar.gz) = 698524 bytes
 SHA1 (patch-aa) = 3f29e0b6835b85129088e36e3fd415a9535772df
 SHA1 (patch-ab) = 5f77a20b1e54c4989a3770672c4fcc207dde4817
+SHA1 (patch-ac) = 945a5c992f6ed7ffb94d15de9c2724e9afc4c421
diff -r 06b76e62455d -r 19453bb70a97 devel/cssc/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/cssc/patches/patch-ac       Thu Aug 04 22:28:25 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.2.6.1 2005/08/04 22:28:25 salo Exp $
+
+--- sf-val.cc.orig     2004-10-10 22:19:16.000000000 +1000
++++ sf-val.cc
+@@ -109,6 +109,7 @@ sccs_file::validate_isomorphism() const
+ static bool
+ validate_substituted_flags_list(const mylist<char> entries)
+ {
++  return true;
+ }
+ 
+ 



Home | Main Index | Thread Index | Old Index