Bug 116522

Summary: [update] x11/slim default config have paths containing non-expanded variables
Product: Ports & Packages Reporter: Carl Johan Gustavsson <cjg>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Carl Johan Gustavsson 2007-09-21 21:30:19 UTC
The default configuration file installed by x11/slim contains non-expanded variables ('$(LOCALBASE)'). Because of this, slim does not start with the default configuration file.

Fix: Apply attached patch with

cd /usr/ports/x11/slim
patch -p1 < patchfile

Patch attached with submission follows:
How-To-Repeat: Install slim and try to start it with the default config.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-21 21:30:26 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Tobias Roth 2007-09-23 19:59:12 UTC
Thanks Carl Johan for finding this an creating a patch. Please commit.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-09-24 12:15:49 UTC
miwi        2007-09-24 11:15:43 UTC

  FreeBSD ports repository

  Modified files:
    x11/slim             Makefile 
    x11/slim/files       patch-Makefile.freebsd patch-slim.conf 
  Log:
  - Respect LOCALBASE
  
  PR:             116522
  Submitted by:   Carl Johan Gustavsson <cjg@bsdmail.org>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.10      +5 -1      ports/x11/slim/Makefile
  1.4       +3 -3      ports/x11/slim/files/patch-Makefile.freebsd
  1.5       +4 -4      ports/x11/slim/files/patch-slim.conf
_______________________________________________
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 4 Martin Wilke freebsd_committer freebsd_triage 2007-09-24 12:16:19 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!