Bug 237989

Summary: graphics/giflib not prefix-safe
Product: Ports & Packages Reporter: Mikhail Teterin <mi>
Component: Individual Port(s)Assignee: Port Management Team <portmgr>
Status: Closed FIXED    
Severity: Affects Some People Keywords: patch, patch-ready
Priority: --- Flags: bugzilla: maintainer-feedback? (portmgr)
antoine: merge-quarterly-
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Add PREFIX to MAKE_ARGS none

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.