[kde-freebsd] [Bug 210227] make makeplist adds QT_ expansion in some pkg-plists

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jun 12 12:30:30 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210227

Tobias Berner <tcberner at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tcberner at gmail.com

--- Comment #1 from Tobias Berner <tcberner at gmail.com> ---
Created attachment 171336
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=171336&action=edit
Hide QT_* plist-subs behind QT_DIST being defined

We could add an ".if define(QT_DIST)" around the QT_* PLIST_SUB exports in
bsd.qt.mk. 

But the problem is, that some ports outside from qt itself probably also have
legitimate use for these directories, and therefore can profit from those subs.
They would have to export them manually now by using the ${QT_FOO} variables
themselves to the SUB.

So this patch needs an exp-run, followed by fixing [hopefully not] a lot of
ports.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list