Bug 133443

Summary: editors/codelite: CodeLite looks for default settings in /usr/share when initially launched
Product: Ports & Packages Reporter: Nikolaj Thygesen <nikolaj.thygesen>
Component: Individual Port(s)Assignee: Pietro Cerutti <gahr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Nikolaj Thygesen 2009-04-06 23:00:08 UTC
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.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-04-07 02:42:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-04-11 08:43:41 UTC
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"
Comment 3 Pietro Cerutti freebsd_committer freebsd_triage 2009-04-11 08:44:06 UTC
State Changed
From-To: open->closed

Fixed. Thanks!