Bug 210104 - graphics/oyranos remove wrongly used PLIST_SUB from pkg-plist
Summary: graphics/oyranos remove wrongly used PLIST_SUB from pkg-plist
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Boris Samorodov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-07 16:43 UTC by Tobias Berner
Modified: 2016-06-09 11:49 UTC (History)
0 users

See Also:
bsam: maintainer-feedback+


Attachments
s#%%QT_BINDIR%%#bin#g (1002 bytes, patch)
2016-06-07 16:43 UTC, Tobias Berner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!