summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2005-08-04 22:28:25 +0000
committersalo <salo@pkgsrc.org>2005-08-04 22:28:25 +0000
commit63d5074c1deaf8afd6086ca91961e93818bd7cfc (patch)
tree3728a422e1b6305426b110d444f0c4a47a54a59e /devel
parent9efcb580119d706c69ffab6e4ea463dd7e07750a (diff)
downloadpkgsrc-63d5074c1deaf8afd6086ca91961e93818bd7cfc.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/cssc/distinfo3
-rw-r--r--devel/cssc/patches/patch-ac12
2 files changed, 14 insertions, 1 deletions
diff --git a/devel/cssc/distinfo b/devel/cssc/distinfo
index 9a4704ec1d2..66a61ecb120 100644
--- a/devel/cssc/distinfo
+++ b/devel/cssc/distinfo
@@ -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 --git a/devel/cssc/patches/patch-ac b/devel/cssc/patches/patch-ac
new file mode 100644
index 00000000000..9dab48d5a3b
--- /dev/null
+++ b/devel/cssc/patches/patch-ac
@@ -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;
+ }
+
+