Created attachment 176217 [details] sed s|%%QT_LIBDIR%%|lib|g' The plist of lang/basic256 uses %%QT_LIBDIR%% wrongly. It should only be used when one needs the relative path to the Qt libraries from ${LOCALBASE}. Not to simply mean "lib".
Reporter is committer , assign accordingly.
@Tobias This change comes under blanket (implicit) approval and may be committed (if/when tested) without maintainer approval. Please include in the commit message: Approved by: portmgr (blanket)
Comment on attachment 176217 [details] sed s|%%QT_LIBDIR%%|lib|g' I approve the patch. Thank you very much for taking the time for improving the port. Port test OK.
A commit references this bug: Author: tcberner Date: Fri Oct 28 13:06:08 UTC 2016 New revision: 424831 URL: https://svnweb.freebsd.org/changeset/ports/424831 Log: Remove wrongly used QT-related plist-subs from plist %%QT_BINDIR%% and %%QT_LIBDIR%% represent the relative location of the Qt binaries and libraries respectively -- they are only 'bin' and 'lib' by chance, and should not be used that way. Approved by: portmgr (blanket), rakuco (mentor) PR: 213833 Changes: head/lang/basic256/pkg-plist
Commited. Thanks.