Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 2009 14:56:06 +0100 (CET)
From:      Thomas-Martin Seck <tmseck@web.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/132412: [Maintainer] x11-toolkits/fltk2: update to r6671.
Message-ID:  <200903081356.n28Du6Jm086049@hardy.tmseck.homedns.org>
Resent-Message-ID: <200903081400.n28E0C9f079221@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         132412
>Category:       ports
>Synopsis:       [Maintainer] x11-toolkits/fltk2: update to r6671.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 08 14:00:11 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
a private site in Germany
>Environment:
FreeBSD ports collection as of March 8, 2009.

	
>Description:
Update to r6671.
Add a patch to unbreak the build with current versions of graphics/cairo
in the (non-default) WITH_FLTK_CAIRO case.

Added file:
files/patch-fltk-fltk_cairo.h
	
>How-To-Repeat:
	
>Fix:
Apply this patch:

Index: Makefile
===================================================================
--- Makefile	(.../x11-toolkits/fltk2)	(revision 1555)
+++ Makefile	(.../local/fltk2)	(revision 1555)
@@ -7,7 +7,6 @@
 
 PORTNAME=	fltk
 PORTVERSION=	2.0.${SNAPSHOT}
-PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	${MASTER_SITE_EASYSW}
 MASTER_SITE_SUBDIR=	fltk/snapshots
@@ -30,7 +29,7 @@
 		jpeg.9:${PORTSDIR}/graphics/jpeg \
 		Xft.2:${PORTSDIR}/x11-fonts/libXft
 
-SNAPSHOT=	r6305
+SNAPSHOT=	r6671
 
 OPTIONS=	FLTK_THREADS "Install with threads support" on \
 		FLTK_CAIRO "Use cairo as graphics backend" off \
Index: distinfo
===================================================================
--- distinfo	(.../x11-toolkits/fltk2)	(revision 1555)
+++ distinfo	(.../local/fltk2)	(revision 1555)
@@ -1,3 +1,3 @@
-MD5 (fltk-2.0.x-r6305.tar.bz2) = c9f310b3e248343165e4c235d010eb4b
-SHA256 (fltk-2.0.x-r6305.tar.bz2) = a2833a500387b1104771f0984deabffb0c6b3d1c2c2375169b5c314199ac5095
-SIZE (fltk-2.0.x-r6305.tar.bz2) = 2526774
+MD5 (fltk-2.0.x-r6671.tar.bz2) = 6bcef5fd51eb3bc4dd0702f3ae6da6ba
+SHA256 (fltk-2.0.x-r6671.tar.bz2) = 4c9a67f0d32c05af92bf95d5feec8eb4a8d56bfbfe2cd4364b32009cfd609b54
+SIZE (fltk-2.0.x-r6671.tar.bz2) = 2527397
Index: files/patch-fltk-fltk_cairo.h
===================================================================
--- files/patch-fltk-fltk_cairo.h	(.../x11-toolkits/fltk2)	(revision 0)
+++ files/patch-fltk-fltk_cairo.h	(.../local/fltk2)	(revision 1555)
@@ -0,0 +1,10 @@
+--- fltk/fltk_cairo.h.orig	2009-03-08 14:41:16.000000000 +0100
++++ fltk/fltk_cairo.h	2009-03-08 14:41:47.000000000 +0100
+@@ -35,6 +35,7 @@
+ 
+ #include <fltk/FL_API.h>
+ #include <cairo.h>
++#include <string.h> /* for memcpy() */
+ 
+ namespace fltk {
+   extern FL_API cairo_t * cr;
	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903081356.n28Du6Jm086049>