> Date: Wed, 13 May 2015 13:44:55 +0200 > From: Marc Espie <[email protected]> > > On Wed, May 13, 2015 at 01:19:40PM +0200, Mark Kettenis wrote: > > This is needed to make qt4 build with binutils 2.17, and fix a > > potential runtime issue even when compiled with 2.15. Some of the > > other ports that embed webkit code might need similar treatment. > > > > I suppose this needs a REVISION bump, but I'm not sure how to do that > > properly given that x11/qt4/Makefile has: > > > > REVISION-main = 0 > > > > REVISION-mysql = 0 > > > > Any honts & ok's would be appreciated. > > Well, it's a MULTI_PACKAGES. The webkit part lives in main, so you just > need to bump > REVISION-main = 1 > > -debug is not built by default (it often does not build, we don't check it > too often, considering how much time and space is needed). If you > want to be pedantic, you can also set > REVISION-debug = 0 > > Everything else is either documentation/plugins/examples.
Thanks. Excellent! Is that an ok espie@ if I change REVISION-main as well?
