Bug 48267 - PATCH: Jython: per-user cache dirs
Summary: PATCH: Jython: per-user cache dirs
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: Hye-Shik Chang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-14 02:00 UTC by jj
Modified: 2003-02-14 04:52 UTC (History)
1 user (show)

See Also:


Attachments
patch (42.64 KB, patch)
2003-02-14 02:00 UTC, jj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jj 2003-02-14 02:00:26 UTC
When a user runs the jython command, jython needs to cache jar files.  
Currently, a system-wide cache directory is used.  This is really inconvenient
if you're not root.  The enclosed patch sets up a per-user cache directory.
This also permits a bunch of simplifications in the port including a 
simplified plist.

How-To-Repeat: Run jython as non root when a non-cached jar file is in your CLASSPATH.
Comment 1 Hye-Shik Chang freebsd_committer freebsd_triage 2003-02-14 02:03:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perky

Over to maintainer
Comment 2 Hye-Shik Chang freebsd_committer freebsd_triage 2003-02-14 04:52:09 UTC
State Changed
From-To: open->closed

Fixed. Thank you!