When launched for the first time CodeLite will look for default settings in /usr/share/codelite instead of /usr/local/share/codelite, and consequently fail to start. Fix: Temporarily moved /usr/local/share/codelite to /usr/share and then back once it worked. How-To-Repeat: Install codelite on a fresh machine. Once it has successfully run, it will look in ~ for the files and find them in ~/.codelite, so the machine has to be clean to reproduce the bug.
Responsible Changed From-To: freebsd-ports-bugs->gahr Fix synopsis and assign.
gahr 2009-04-11 07:43:26 UTC FreeBSD ports repository Modified files: editors/codelite Makefile pkg-plist Log: - Use install target from package's Makefile - Fix DATADIR path [1] PR: 133443 [1] Submitted by: Nikolaj Thygesen <nikolaj.thygesen@diamondbox.dk> Revision Changes Path 1.16 +4 -26 ports/editors/codelite/Makefile 1.8 +84 -66 ports/editors/codelite/pkg-plist _______________________________________________ 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 Fixed. Thanks!