Bug 237989 - graphics/giflib not prefix-safe
Summary: graphics/giflib 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: Port Management Team
URL:
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2019-05-20 00:55 UTC by Mikhail Teterin
Modified: 2019-05-20 06:23 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (portmgr)
antoine: merge-quarterly-


Attachments
Add PREFIX to MAKE_ARGS (371 bytes, patch)
2019-05-20 00:55 UTC, Mikhail Teterin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Teterin freebsd_committer freebsd_triage 2019-05-20 00:55:44 UTC
Created attachment 204471 [details]
Add PREFIX to MAKE_ARGS

The port attempts to stage under ${STAGEDIR}/usr/local no matter what - because PREFIX is set inside the upstream's Makefile and needs to be either patched or overwritten on command-line.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-05-20 06:22:13 UTC
A commit references this bug:

Author: antoine
Date: Mon May 20 06:22:05 UTC 2019
New revision: 502083
URL: https://svnweb.freebsd.org/changeset/ports/502083

Log:
  Make PREFIX safe

  PR:		237989

Changes:
  head/graphics/giflib/Makefile
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2019-05-20 06:23:46 UTC
Fixed, thanks.