Bug 95223

Summary: New port: x11-toolkits/fltk2
Product: Ports & Packages Reporter: Thomas-Martin Seck <tmseck>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Thomas-Martin Seck 2006-04-02 13:00:31 UTC
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
Comment 1 Thomas-Martin Seck 2006-04-05 19:16:48 UTC
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
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2006-05-26 17:24:55 UTC
State Changed
From-To: open->closed

New port added, thank you!