From owner-freebsd-ports@FreeBSD.ORG Tue Sep 6 12:28:49 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 EA8E11065674; Tue, 6 Sep 2011 12:28:48 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id C30A98FC1B; Tue, 6 Sep 2011 12:28:48 +0000 (UTC) Received: from [127.0.0.1] (wilberforce.math.missouri.edu [128.206.184.213]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p86CSlPm079688; Tue, 6 Sep 2011 07:28:47 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <4E6611FF.7020008@missouri.edu> Date: Tue, 06 Sep 2011 07:28:47 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13 MIME-Version: 1.0 To: "gahr@FreeBSD.org" References: <20110906091838.GJ98648@gahrfit.gahr.ch> <4E660379.1070609@missouri.edu> In-Reply-To: <4E660379.1070609@missouri.edu> Content-Type: multipart/mixed; boundary="------------080500040302090100080804" 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 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:28:49 -0000 This is a multi-part message in MIME format. --------------080500040302090100080804 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 the >> 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. This patch seems to fix it. Even if it is garbled by the text processor/mail user, it should be obvious what it does - change the case of some letters in two occurrences of FL/Fl_File_Chooser.H 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.000000000 +0000 +++ files/patch-mixkit_src_MxStdGUI.cxx 2011-09-06 12:20:44.000000000 +0000 @@ -0,0 +1,11 @@ +--- mixkit/src/MxStdGUI.cxx-orig 2011-09-06 12:19:02.000000000 +0000 ++++ 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 files/patch-tools_qslim_qvis.cxx --- files-orig/patch-tools_qslim_qvis.cxx 1970-01-01 00:00:00.000000000 +0000 +++ files/patch-tools_qslim_qvis.cxx 2011-09-06 12:21:26.000000000 +0000 @@ -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 --------------080500040302090100080804 Content-Type: text/plain; name="ddd" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ddd" 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.000000000 +0000 +++ files/patch-mixkit_src_MxStdGUI.cxx 2011-09-06 12:20:44.000000000 +0000 @@ -0,0 +1,11 @@ +--- mixkit/src/MxStdGUI.cxx-orig 2011-09-06 12:19:02.000000000 +0000 ++++ 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 files/patch-tools_qslim_qvis.cxx --- files-orig/patch-tools_qslim_qvis.cxx 1970-01-01 00:00:00.000000000 +0000 +++ files/patch-tools_qslim_qvis.cxx 2011-09-06 12:21:26.000000000 +0000 @@ -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 --------------080500040302090100080804--