Bug 228729 - lang/spidermonkey52 not prefix-safe
Summary: lang/spidermonkey52 not prefix-safe
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Koop Mast
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-03 21:07 UTC by Mikhail Teterin
Modified: 2018-07-13 21:15 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (kwm)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Teterin freebsd_committer freebsd_triage 2018-06-03 21:07:28 UTC
My LOCALBASE is set to /opt, but the port created usr/local under ${STAGEDIR} anyway. The install then failed...
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-07-13 20:53:44 UTC
A commit references this bug:

Author: mi
Date: Fri Jul 13 20:53:28 UTC 2018
New revision: 474607
URL: https://svnweb.freebsd.org/changeset/ports/474607

Log:
  Explicitly set prefix for install to work on systems, where
  it is different from /usr/local

  PR:		228729
  Approved by:	maintainer timeout

Changes:
  head/lang/spidermonkey52/Makefile
Comment 2 Mikhail Teterin freebsd_committer freebsd_triage 2018-07-13 21:15:08 UTC
The prefix problem should now be resolved. Other problems with the port:

 . it is behind times -- 52.8.1 and 52.9.0 are both available at this time
 . it extracts too much from DISTFILE

will be addressed by a future PR.