Bug 210112 - comms/qsstv remove wrongly used PLIST_SUB from pkg-plist
Summary: comms/qsstv 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: Diane Bruce
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-07 17:56 UTC by Tobias Berner
Modified: 2016-06-08 13:49 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (hamradio)


Attachments
s#%%QT_LIBDIR%%#lib#g (961 bytes, patch)
2016-06-07 17:56 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 17:56:01 UTC
Created attachment 171167 [details]
s#%%QT_LIBDIR%%#lib#g

comms/qsstv uses the substitution %%QT_LIBDIR%% [=relative path to Qt libraries] by mistake [that's devel/qca/pkg-plist.qt5].
The attached patch replaces this everywhere by "lib".
Comment 1 Diane Bruce freebsd_committer freebsd_triage 2016-06-08 13:34:22 UTC
Well. This didn't look right did it. ;)

-%%PORTDOCS%%%%DOCSDIR%%/images/ca%%QT_LIBDIR%%ration.png
+%%PORTDOCS%%%%DOCSDIR%%/images/calibration.png
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-06-08 13:38:32 UTC
A commit references this bug:

Author: db
Date: Wed Jun  8 13:38:10 UTC 2016
New revision: 416540
URL: https://svnweb.freebsd.org/changeset/ports/416540

Log:
  comms/qsstv uses the substitution %%QT_LIBDIR%% [=relative path
  to Qt libraries] by mistake [that's devel/qca/pkg-plist.qt5].
  The attached patch replaces this everywhere by "lib".

  Well. This was rather bogus.
  -%%PORTDOCS%%%%DOCSDIR%%/manual/ca%%QT_LIBDIR%%ration.png
  +%%PORTDOCS%%%%DOCSDIR%%/manual/calibration.png

  PR:		ports/210112
  Submitted by:	tcberner@gmail.com

Changes:
_U  head/comms/qsstv/files/patch-qsstv_drmrx_demodulator.cpp
  head/comms/qsstv/pkg-plist