HEADS UP --- Update to x11-toolkits/fltk coming

Pietro Cerutti gahr at FreeBSD.org
Tue Sep 6 12:32:25 UTC 2011


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 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

Yes, that is correct.

> 
> 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 <FL/Fl_Color_Chooser.H>
> +-#include <FL/fl_file_chooser.H>
> ++#include <FL/Fl_File_Chooser.H>
> + #include <FL/filename.H>
> +
> +
> 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 <MxStdGUI.h>
> + #include <stdio.h>
> +
> +-#include <FL/fl_file_chooser.H>
> ++#include <FL/Fl_File_Chooser.H>
> + #include <FL/filename.H>
> + #include <FL/filename.H>
> + #include <FL/Fl_Slider.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 <FL/Fl_Color_Chooser.H>
> +-#include <FL/fl_file_chooser.H>
> ++#include <FL/Fl_File_Chooser.H>
> + #include <FL/filename.H>
> + 
> + 
> 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 <MxStdGUI.h>
> + #include <stdio.h>
> + 
> +-#include <FL/fl_file_chooser.H>
> ++#include <FL/Fl_File_Chooser.H>
> + #include <FL/filename.H>
> + #include <FL/filename.H>
> + #include <FL/Fl_Slider.H>
> 


-- 
Pietro Cerutti
The FreeBSD Project
gahr at FreeBSD.org

PGP Public Key:
http://gahr.ch/pgp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20110906/fcbffe0d/attachment.pgp


More information about the freebsd-ports mailing list