Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Nov 2006 17:19:16 +0100 (CET)
From:      Thomas-Martin Seck <tmseck@netcologne.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105177: [Maintainer] x11-toolkits/fltk2: update to snapshot r5528
Message-ID:  <200611051619.kA5GJGW1028678@hardy.tmseck.homedns.org>
Resent-Message-ID: <200611051620.kA5GKN4j091850@freefall.freebsd.org>

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

>Number:         105177
>Category:       ports
>Synopsis:       [Maintainer] x11-toolkits/fltk2: update to snapshot r5528
>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 Nov 05 16:20:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
a private site in Germany
>Environment:
FreeBSD ports collection as of November 5, 2006.

	
>Description:
- update to snapshot r5528, published 2006/10/27
- remove a patch that is no longer necessary

removed files:
  files/patch-fltk-MultiImage.h
	
>How-To-Repeat:
	
>Fix:
Apply this patch:

Index: Makefile
===================================================================
--- Makefile	(.../x11-toolkits/fltk2)	(revision 1032)
+++ Makefile	(.../local/fltk2)	(revision 1032)
@@ -25,7 +25,7 @@
 		jpeg.9:${PORTSDIR}/graphics/jpeg \
 		Xft.2:${PORTSDIR}/x11-fonts/libXft
 
-SNAPSHOT=	r5508
+SNAPSHOT=	r5528
 
 OPTIONS=	FLTK_THREADS "Install with threads support" on \
 		FLTK_CAIRO "Use cairo as graphics backend" off
Index: distinfo
===================================================================
--- distinfo	(.../x11-toolkits/fltk2)	(revision 1032)
+++ distinfo	(.../local/fltk2)	(revision 1032)
@@ -1,3 +1,3 @@
-MD5 (fltk-2.0.x-r5508.tar.bz2) = 72318b9063f7ea1018b1d011bce5b783
-SHA256 (fltk-2.0.x-r5508.tar.bz2) = cae7cfa929fe328bd3bd5294ebc9c5cff0703893012a94159e6f17474ed12ce2
-SIZE (fltk-2.0.x-r5508.tar.bz2) = 2594492
+MD5 (fltk-2.0.x-r5528.tar.bz2) = 771444ec7bd686f523e7d4c2c3d8cca9
+SHA256 (fltk-2.0.x-r5528.tar.bz2) = 64ca47ad33cfd02c5e7b120e2ebba582766904380dce2a579a6f9b2134c9e5bf
+SIZE (fltk-2.0.x-r5528.tar.bz2) = 2595887
Index: files/patch-fltk-MultiImage.h
===================================================================
--- files/patch-fltk-MultiImage.h	(.../x11-toolkits/fltk2)	(revision 1032)
+++ files/patch-fltk-MultiImage.h	(.../local/fltk2)	(revision 1032)
@@ -1,11 +0,0 @@
---- fltk/MultiImage.h.orig	Sun Oct  8 20:48:03 2006
-+++ fltk/MultiImage.h	Sun Oct  8 20:48:18 2006
-@@ -49,7 +49,7 @@ public:
-   bool fills_rectangle() const;
-   bool is_frame() const;
- 
--  MultiImage::~MultiImage() { delete [] pairs; }
-+  ~MultiImage() { delete [] pairs; }
- 
-   //! for MultiImage arrays construction using set() for post initialization
-   MultiImage() { pairs=0; n_images = 0; } 

	


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



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