This is a port of FLTK's 2.0 development branch. It will be needed for future versions of www/dillo. Note: The snapshot I used is not the latest one available but unfortunately the only one that compiles on FreeBSD. Luckily, the snapshots are provided for several months on the master sites so fetchability should not be a problem. I tested the PKGVERSION scheme with pkg_version -t; if fltk2 is released, fltk-2.0 is ">" than fltk-2.0.rXXXX. So upgrading from a snapshot to a release version should work out of the box. If this port is accepted, the following patch needs to be applied to x11-toolkits/fltk: --- Makefile.orig Sun Apr 2 13:37:25 2006 +++ Makefile Sun Apr 2 13:39:36 2006 @@ -31,6 +31,7 @@ .else CONFLICTS= fltk-threads-1* .endif +CONFLICTS+= fltk-2.* VERSION= 1.1.6 USE_BZIP2= yes
Sigh, it seems there is always something I can screw up. Please apply this patch before I annoy the reminder guy: Index: Makefile =================================================================== --- Makefile (revision 772) +++ Makefile (working copy) @@ -32,6 +32,8 @@ CONFLICTS= fltk-1.* fltk-threads-1.* +LATEST_LINK= fltk2 + USE_BZIP2= yes USE_GMAKE= yes USE_GL= yes
State Changed From-To: open->closed New port added, thank you!