Bug 210055 - math/octave: Remove wrongly used PLIST_SUB from pkg-plist
Summary: math/octave: 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: patch
Depends on:
Blocks:
 
Reported: 2016-06-05 16:58 UTC by Tobias Berner
Modified: 2016-07-22 10:45 UTC (History)
2 users (show)

See Also:
bsam: maintainer-feedback-
bsam: maintainer-feedback-


Attachments
sed 's#%%QT_BINDIR%%#bin#g' (27.00 KB, patch)
2016-06-05 16:58 UTC, Tobias Berner
vlad-fbsd: maintainer-approval? (maho)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Berner 2016-06-05 16:58:05 UTC
Created attachment 171059 [details]
sed 's#%%QT_BINDIR%%#bin#g'

math/octave uses the substitution %%QT_BINDIR%% [=relative path to Qt binaries] by mistake.
The attached patch replaces this everywhere by "bin".
Comment 1 Boris Samorodov freebsd_committer freebsd_triage 2016-07-22 10:31:04 UTC
Take.
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-07-22 10:39:36 UTC
A commit references this bug:

Author: bsam
Date: Fri Jul 22 10:38:53 UTC 2016
New revision: 418914
URL: https://svnweb.freebsd.org/changeset/ports/418914

Log:
  math/octave: remove wrongly used PLIST_SUB from pkg-plist

  PR:		210055
  Submitted by:	Tobias Berner <tcberner@gmail.com>
  Approved by:	maintainer timeout (7 weeks)

Changes:
  head/math/octave/pkg-plist
Comment 3 Boris Samorodov freebsd_committer freebsd_triage 2016-07-22 10:45:00 UTC
Committed, thanks!