From owner-freebsd-ports@FreeBSD.ORG Tue Sep 6 12:32:25 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F1DE1065677 for ; Tue, 6 Sep 2011 12:32:25 +0000 (UTC) (envelope-from gahr@gahr.no-ip.org) Received: from cpanel05.rubas-s05.net (cpanel05.rubas-s05.net [195.182.222.75]) by mx1.freebsd.org (Postfix) with ESMTP id E92A28FC15 for ; Tue, 6 Sep 2011 12:32:24 +0000 (UTC) Received: from 175-3.192-178.cust.bluewin.ch ([178.192.3.175] helo=gahr.no-ip.org) by cpanel05.rubas-s05.net with esmtpa (Exim 4.69) (envelope-from ) id 1R0upD-0002UW-QI; Tue, 06 Sep 2011 14:32:23 +0200 Received: by gahr.no-ip.org (Postfix, from userid 1001) id 640E84505F; Tue, 6 Sep 2011 14:32:23 +0200 (CEST) Date: Tue, 6 Sep 2011 14:32:23 +0200 From: Pietro Cerutti To: Stephen Montgomery-Smith Message-ID: <20110906123223.GL98648@gahrfit.gahr.ch> References: <20110906091838.GJ98648@gahrfit.gahr.ch> <4E660379.1070609@missouri.edu> <4E6611FF.7020008@missouri.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4LwthZj+AV2mq5CX" Content-Disposition: inline In-Reply-To: <4E6611FF.7020008@missouri.edu> X-PGP-Key: 0x9571F78E X-PGP-Fingerprint: 1203 92B5 3919 AF84 9B97 28D6 C0C2 6A98 9571 F78E User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel05.rubas-s05.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gahr.no-ip.org X-Source: X-Source-Args: X-Source-Dir: Cc: "ports@FreeBSD.org" Subject: Re: HEADS UP --- Update to x11-toolkits/fltk coming X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gahr@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2011 12:32:25 -0000 --4LwthZj+AV2mq5CX Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2011-Sep-06, 07:28, Stephen Montgomery-Smith wrote: > On 09/06/2011 06:26 AM, Stephen Montgomery-Smith wrote: > > On 09/06/2011 04:18 AM, Pietro Cerutti wrote: > >> Hi, > >> > >> you're receiving this email because one of your ports depends on > >> x11-toolkits/fltk, according to > >> > >> $ grep fltk /usr/ports/INDEX-9 | cut -d '|' -f 6 | sort | uniq > >> > >> I'm preparing an update to fltk-1.3.0 and I would like to give you the > >> chance to test your port against this new version. > >> > >> If no serious issues should raise in the next 15 days, I will commit t= he > >> update (plus relative PORTREVISION bump on all dependent ports) on > >> September 21st. It's going to be something in this direction: > >> http://lists.freebsd.org/pipermail/cvs-ports/2010-March/191191.html > >> > >> Thank you for testing the patch available here: > >> http://people.freebsd.org/~gahr/fltk-1.3.0.diff > >> > >> Kind Regards, > >> > > > > The port graphics/qslim isn't building correctly with this new fltk. >=20 > This patch seems to fix it. Even if it is garbled by the text=20 > processor/mail user, it should be obvious what it does - change the case= =20 > of some letters in two occurrences of FL/Fl_File_Chooser.H Yes, that is correct. >=20 > diff -urN files-orig/patch-mixkit_src_MxStdGUI.cxx=20 > files/patch-mixkit_src_MxStdGUI.cxx > --- files-orig/patch-mixkit_src_MxStdGUI.cxx 1970-01-01=20 > 00:00:00.000000000 +0000 > +++ files/patch-mixkit_src_MxStdGUI.cxx 2011-09-06 12:20:44.000000000 +00= 00 > @@ -0,0 +1,11 @@ > +--- mixkit/src/MxStdGUI.cxx-orig 2011-09-06 12:19:02.000000000 +00= 00 > ++++ mixkit/src/MxStdGUI.cxx 2011-09-06 12:19:38.000000000 +0000 > +@@ -15,7 +15,7 @@ > + #include "MxGLUtils.h" > + #include "MxSMF.h" > + #include > +-#include > ++#include > + #include > + > + > diff -urN files-orig/patch-tools_qslim_qvis.cxx=20 > files/patch-tools_qslim_qvis.cxx > --- files-orig/patch-tools_qslim_qvis.cxx 1970-01-01=20 > 00:00:00.000000000 +0000 > +++ files/patch-tools_qslim_qvis.cxx 2011-09-06 12:21:26.000000000 +00= 00 > @@ -0,0 +1,11 @@ > +--- tools/qslim/qvis.cxx-orig 2011-09-06 12:19:12.000000000 +0000 > ++++ tools/qslim/qvis.cxx 2011-09-06 12:20:06.000000000 +0000 > +@@ -14,7 +14,7 @@ > + #include > + #include > + > +-#include > ++#include > + #include > + #include > + #include >=20 > diff -urN files-orig/patch-mixkit_src_MxStdGUI.cxx files/patch-mixkit_src= _MxStdGUI.cxx > --- files-orig/patch-mixkit_src_MxStdGUI.cxx 1970-01-01 00:00:00.00000= 0000 +0000 > +++ files/patch-mixkit_src_MxStdGUI.cxx 2011-09-06 12:20:44.000000000 +00= 00 > @@ -0,0 +1,11 @@ > +--- mixkit/src/MxStdGUI.cxx-orig 2011-09-06 12:19:02.000000000 +00= 00 > ++++ mixkit/src/MxStdGUI.cxx 2011-09-06 12:19:38.000000000 +0000 > +@@ -15,7 +15,7 @@ > + #include "MxGLUtils.h" > + #include "MxSMF.h" > + #include > +-#include > ++#include > + #include > +=20 > +=20 > diff -urN files-orig/patch-tools_qslim_qvis.cxx files/patch-tools_qslim_q= vis.cxx > --- files-orig/patch-tools_qslim_qvis.cxx 1970-01-01 00:00:00.00000= 0000 +0000 > +++ files/patch-tools_qslim_qvis.cxx 2011-09-06 12:21:26.000000000 +00= 00 > @@ -0,0 +1,11 @@ > +--- tools/qslim/qvis.cxx-orig 2011-09-06 12:19:12.000000000 +0000 > ++++ tools/qslim/qvis.cxx 2011-09-06 12:20:06.000000000 +0000 > +@@ -14,7 +14,7 @@ > + #include > + #include > +=20 > +-#include > ++#include > + #include > + #include > + #include >=20 --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --4LwthZj+AV2mq5CX Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEARECAAYFAk5mEtYACgkQwMJqmJVx9459jACgyizdVklx4qpXSZ6YNd0FPO/2 ekMAn2cYC6IEVJ0CqKMC8+NkI/vE9l6I =a3xb -----END PGP SIGNATURE----- --4LwthZj+AV2mq5CX--