Bug 210104

Summary: graphics/oyranos remove wrongly used PLIST_SUB from pkg-plist
Product: Ports & Packages Reporter: Tobias Berner <tcberner>
Component: Individual Port(s)Assignee: Boris Samorodov <bsam>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bsam: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
s#%%QT_BINDIR%%#bin#g none

Description Tobias Berner 2016-06-07 16:43:59 UTC
Created attachment 171153 [details]
s#%%QT_BINDIR%%#bin#g

graphics/oyranos uses the substitution %%QT_BINDIR%% [=relative path to Qt binaries] by mistake.
The attached patch replaces this everywhere by "bin".

[Pretty sure %%QT_ETCDIR%% also is not intended, but "etc/xdg" is meant].
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-06-09 11:48:53 UTC
A commit references this bug:

Author: bsam
Date: Thu Jun  9 11:48:28 UTC 2016
New revision: 416594
URL: https://svnweb.freebsd.org/changeset/ports/416594

Log:
  graphics/oyranos: Fix wrong use of %%QT_BINDIRi%% and xdg/autostart location.

  PR:		210104
  Submitted by:	tcberner@gmail.com

Changes:
  head/graphics/oyranos/Makefile
  head/graphics/oyranos/pkg-plist
Comment 2 Boris Samorodov freebsd_committer freebsd_triage 2016-06-09 11:49:40 UTC
Committed, thanks!