Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jun 2016 12:30:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 210227] make makeplist adds QT_ expansion in some pkg-plists
Message-ID:  <bug-210227-13-HWH46JoaTC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210227-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210227-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210227

Tobias Berner <tcberner@gmail.com> changed:

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

--- Comment #1 from Tobias Berner <tcberner@gmail.com> ---
Created attachment 171336
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D171336&action=
=3Dedit
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.=20

But the problem is, that some ports outside from qt itself probably also ha=
ve
legitimate use for these directories, and therefore can profit from those s=
ubs.
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.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210227-13-HWH46JoaTC>