Bug 245242

Summary: multimedia/gstreamer1 not PREFIX-safe
Product: Ports & Packages Reporter: Mikhail Teterin <mi>
Component: Individual Port(s)Assignee: Ben Woods <woodsb02>
Status: Closed FIXED    
Severity: Affects Only Me CC: jcfyecrayz, mi, woodsb02
Priority: --- Keywords: buildisok, easy, patch, patch-ready
Version: LatestFlags: woodsb02: maintainer-feedback-
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Replace /usr/local with %%RESETPREFIX%% none

Description Mikhail Teterin freebsd_committer freebsd_triage 2020-04-01 17:33:43 UTC
Created attachment 212938 [details]
Replace /usr/local with %%RESETPREFIX%%

The gdb.py's PLIST-entry refers to /usr/local ...
Comment 1 Automation User 2020-04-16 00:42:21 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/136491035
Comment 2 John Hein 2020-04-24 12:46:40 UTC
+1
I have the same patch to pkg-plist locally.
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-12-12 00:05:54 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=351c4298483754ea0ed20e4942d5e6e565173167

commit 351c4298483754ea0ed20e4942d5e6e565173167
Author:     Mikhail Teterin <mi@FreeBSD.org>
AuthorDate: 2021-12-11 23:59:47 +0000
Commit:     Ben Woods <woodsb02@FreeBSD.org>
CommitDate: 2021-12-11 23:59:47 +0000

    multimedia/gstreamer1: Make pkg-plist PREFIX safe

    PR:             245242
    Approved by:    multimedia (maintainer timeout)

 multimedia/gstreamer1/pkg-plist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 4 Ben Woods freebsd_committer freebsd_triage 2021-12-12 00:06:25 UTC
Committed - thanks!