pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/x11/qt5-qtbase



On Mon, 27 Apr 2015 08:36:02 +0000
Thomas Klausner <wiz%netbsd.org@localhost> wrote:

> Module Name:  pkgsrc
> Committed By: wiz
> Date:         Mon Apr 27 08:36:02 UTC 2015
> 
> Modified Files:
>       pkgsrc/x11/qt5-qtbase: PLIST
> 
> Log Message:
> Add new files installed with the new MesaLib. Ride PKGREVISION bump.

Won't that break with native X11 on e.g. NetBSD 6?
Probably needs conditional PLIST handling for EGL.
For lack of better mechanism I propose this approach:

.include "../../mk/bsd.prefs.mk"
.if ${X11_TYPE} == "modular" || exists(${X11BASE}/include/EGL/egl.h)
PLIST.egl=      yes
.endif

Btw, I am about halfway through bulk build to catch fallout.



Home | Main Index | Thread Index | Old Index