Hi, On Sun, Mar 22, 2015 at 01:57:22PM -0300, Gonzalo L. Rodriguez wrote: > Hi, > > Update for Xombrero to 1.6.4 with some tweaks from Tomm Gerthard > (Thanks!) > > Comments? Oks?
I have been running with the same diff for some time now on amd64 with gtk+3-3.14.8 (snapshots from March 3rd), except: > Index: patches/patch-Makefile > =================================================================== > RCS file: /cvs/ports/www/xombrero/patches/patch-Makefile,v > retrieving revision 1.1 > diff -u -p -r1.1 patch-Makefile > --- patches/patch-Makefile 25 Sep 2013 12:26:46 -0000 1.1 > +++ patches/patch-Makefile 22 Mar 2015 16:55:01 -0000 > @@ -2,9 +2,9 @@ $OpenBSD: patch-Makefile,v 1.1 2013/09/2 > > Fix build with gtk+3 >= 3.10.0 > > ---- Makefile.orig Wed Sep 25 13:52:42 2013 > -+++ Makefile Wed Sep 25 13:52:56 2013 > -@@ -11,7 +11,7 @@ SRCS+= history.c completion.c tldlist.c externaleditor > +--- Makefile.orig Tue Feb 17 13:11:49 2015 > ++++ Makefile Sun Mar 22 13:23:16 2015 > +@@ -12,7 +12,7 @@ SRCS+= history.c completion.c tldlist.c externaleditor > CFLAGS+= -O2 -Wall -Wno-format-extra-args -Wunused -Wextra > -Wno-unused-parameter > CFLAGS+= -Wno-missing-field-initializers -Wno-sign-compare > CFLAGS+= -Wno-deprecated-declarations -Wfloat-equal ${DEBUG} Is this patch still needed? AFAIK upstream has replaced the deprecated calls. Build passed without this patch on my system. Regards, Tomm