Bug 139647 - x11-fm/rox-filer and related ports don't work under alternative LOCALBASE
Summary: x11-fm/rox-filer and related ports don't work under alternative LOCALBASE
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: Jimmy Olgeni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-15 16:30 UTC by Kris Moore
Modified: 2009-11-11 22:20 UTC (History)
0 users

See Also:


Attachments
file.shar (9.78 KB, text/plain)
2009-10-15 16:30 UTC, Kris Moore
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kris Moore freebsd_committer freebsd_triage 2009-10-15 16:30:01 UTC
The rox-filer, rox-archive, rox-edit, rox-memo, rox-mime-editor, rox-session, rox-videothumbnail, rox-wallpaper ports all don't properly change from /usr/local to a different LOCALBASE. I've attached a .shar archive of all the patch files for these ports, which correct this issue, and seem to work just fine here.

Thanks!

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-15 16:30:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->olgeni

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-11 22:03:40 UTC
kmoore      2009-11-11 22:03:32 UTC

  FreeBSD ports repository

  Modified files:
    archivers/rox-archive Makefile 
  Log:
  - Fix runtime issues when using CUSTOM prefix
  
  PR: 139647
  Submitted by: myself
  Approved by: Maintainer Timeout
  Approved by: miwi (mentor)
  
  Revision  Changes    Path
  1.19      +5 -0      ports/archivers/rox-archive/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"
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-11-11 22:06:30 UTC
kmoore      2009-11-11 22:06:18 UTC

  FreeBSD ports repository

  Modified files:
    editors/rox-edit     Makefile 
  Log:
  - Fix runtime issues when using CUSTOM prefix
  
  PR: 139647
  Submitted by: myself
  Approved by: Maintainer Timeout
  Approved by: miwi (mentor)
  
  Revision  Changes    Path
  1.20      +5 -0      ports/editors/rox-edit/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"
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-11-11 22:09:29 UTC
kmoore      2009-11-11 22:09:15 UTC

  FreeBSD ports repository

  Modified files:
    x11-fm/rox-filer     Makefile 
  Log:
   - Fix runtime issues when using CUSTOM prefix
  
  PR: 139647
  Submitted by: myself
  Approved by: Maintainer Timeout
  Approved by: miwi (mentor)
  
  Revision  Changes    Path
  1.76      +9 -0      ports/x11-fm/rox-filer/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"
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-11-11 22:10:59 UTC
kmoore      2009-11-11 22:10:44 UTC

  FreeBSD ports repository

  Modified files:
    x11-fm/rox-mime-editor Makefile 
  Log:
  - Fix runtime issues when using CUSTOM prefix
  
  PR: 139647
  Submitted by: myself
  Approved by: Maintainer Timeout
  Approved by: miwi (mentor)
  
  Revision  Changes    Path
  1.18      +5 -0      ports/x11-fm/rox-mime-editor/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"
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-11-11 22:12:21 UTC
kmoore      2009-11-11 22:12:14 UTC

  FreeBSD ports repository

  Modified files:
    deskutils/rox-memo   Makefile 
  Log:
  - Fix runtime issues when using CUSTOM prefix
  
  PR: 139647
  Submitted by: myself
  Approved by: Maintainer Timeout
  Approved by: miwi (mentor)
  
  Revision  Changes    Path
  1.20      +5 -0      ports/deskutils/rox-memo/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"
Comment 7 Kris Moore freebsd_committer freebsd_triage 2009-11-11 22:12:59 UTC
State Changed
From-To: open->closed

Committed. Thanks!