Bug 228729

Summary: lang/spidermonkey52 not prefix-safe
Product: Ports & Packages Reporter: Mikhail Teterin <mi>
Component: Individual Port(s)Assignee: Koop Mast <kwm>
Status: Closed FIXED    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (kwm)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

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.