[Lunar-commits] <moonbase> cdrdao: With the addition of the antlr module, cdrdao depends pccts conflicts with
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Fri Sep 3 17:18:31 CEST 2010
commit eb9103900bf3521be17c541b7090280b812b8aaa
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Fri Sep 3 11:18:31 2010 -0400
cdrdao: With the addition of the antlr module, cdrdao depends pccts conflicts with
the file antlr, which is also provided with the module, antlr. To quote their
Reference Manual;
"ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a
framework for constructing recognizers, compilers, and translators from grammatical descriptions
containing Java, C++, or C# actions [You can use PCCTS 1.xx to generate C-based parsers]."
So it seems pccts does the same thing. I have switched the depends to antlr, burned several CDs and DVDs
and have not found any issues. If this does become a problem I can always revert.
---
cd/cdrdao/DEPENDS | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/cd/cdrdao/DEPENDS b/cd/cdrdao/DEPENDS
index 799a5e6..f4bacc6 100644
--- a/cd/cdrdao/DEPENDS
+++ b/cd/cdrdao/DEPENDS
@@ -1 +1,2 @@
-depends pccts
+#depends pccts
+depends antlr
More information about the Lunar-commits
mailing list