Bug 133443 - editors/codelite: CodeLite looks for default settings in /usr/share when initially launched
Summary: editors/codelite: CodeLite looks for default settings in /usr/share when init...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-06 23:00 UTC by Nikolaj Thygesen
Modified: 2009-04-11 08:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!