When building brasero, I'm getting a conflict between antlr and pccts. They conflict w/ each other. pccts is really antlr version 1, the current antlr is really antler 2, and there is an antlr 3, but it's not in the ports. So the conflicting applications that I know of are: *cdrdao via brasero, requires pccts *stringtemplate libraries require antlr 2. *I'm sure newer apps are using antlr 3. Fix: would be nice to explicitly version antlr.
I submitted this awhile ago with out the brasero/cdrdao context. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140232
Responsible Changed From-To: freebsd-bugs->gnome Make this a ports PR, fix Synopsis, and assign.
Responsible Changed From-To: gnome->marius Change owner to marius: I have taken a look at cdrdao port. It only depends on pccts in the build time. I think it's safe to use internal pccts (the one that is included in cdrdao) instead of ports. It will solve the conflict issue of pccts vs antlr when someone want to install cdrdao if antlr exists in the system.
marius 2010-05-02 12:43:48 UTC FreeBSD ports repository (src committer) Modified files: sysutils/cdrdao Makefile Log: Build and use the internal pccts in order avoid the conflict between devel/antlr and devel/pccts. Generally this doesn't fix anything of course, given that there's only one other port which still requires devel/pccts instead of its successor it makes sense to avoid that dependency. Approved by: netchild PR: 145615 Revision Changes Path 1.61 +1 -5 ports/sysutils/cdrdao/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Close; since rev. 1.61 of sysutils/cdrdao/Makefile the internal pccts is used.