ports/162297: [Maintainer] x11-toolkits/fltk2: update to snapshot r9166

Thomas-Martin Seck tmseck at web.de
Fri Nov 4 19:00:21 UTC 2011


>Number:         162297
>Category:       ports
>Synopsis:       [Maintainer] x11-toolkits/fltk2: update to snapshot r9166
>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:   Fri Nov 04 19:00:20 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
a private site in Germany
>Environment:
FreeBSD ports collection as of November 4, 2011.

	
>Description:
- update to snapshot r9166

Removed file:
  files/patch-images-fl_png.cxx

Note: I'd like to drop maintainership. I do not use FLTK 2.0 myself and
cannot provide more than basic build tests. If someone is actively using
the port for his/her projects they are more than welcome to take over
maintainership.
	
>How-To-Repeat:
	
>Fix:
Apply this patch:

Index: Makefile
===================================================================
--- Makefile	(.../x11-toolkits/fltk2)	(Revision 1971)
+++ Makefile	(.../local/fltk2)	(Revision 1971)
@@ -10,7 +10,7 @@
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	${MASTER_SITE_EASYSW}
 MASTER_SITE_SUBDIR=	fltk/snapshots
-DISTNAME=	fltk-2.0.x-${SNAPSHOT}
+DISTNAME=	fltk-2.0.x-alpha-${SNAPSHOT}
 
 MAINTAINER=	tmseck at web.de
 COMMENT=	Fast Light Toolkit version 2 (development snapshot)
@@ -28,7 +28,7 @@
 LIB_DEPENDS=	png.6:${PORTSDIR}/graphics/png \
 		jpeg.11:${PORTSDIR}/graphics/jpeg
 
-SNAPSHOT=	r7725
+SNAPSHOT=	r9166
 
 OPTIONS=	FLTK_THREADS "Install with threads support" on \
 		FLTK_CAIRO "Use cairo as graphics backend" off \
@@ -84,15 +84,28 @@
 .endif
 
 .if defined(WITH_FLTK_EXAMPLES) && !defined (NOPORTEXAMPLES)
-example_apps=	ansiwidget arc bitmap boxtype browser button buttons cairo \
-		checkers clock color_chooser cube CubeView cursor curve \
-		demo doublebuffer drawing drawtiming editor exception \
-		file_chooser fonts fractals fullscreen gl_overlay glpuzzle \
-		hello image inactive input keyboard label line_style list \
-		list_visuals mandelbrot menu message monitors navigation \
-		output pack pixmap progress qubix radio resizable resizealign \
-		scroll shape sizes symbols tabs threads tile timer \
-		utf valuators wizard
+example_apps=	ansiwidget arc \
+		bitmap boxtype browser button buttons \
+		cairo callbacks checkers clock color_chooser cube \
+		CubeView cursor curve \
+		demo doublebuffer drawing drawtiming \
+		editor exception \
+		file_chooser fonts fractals fullscreen \
+		gl_overlay glpuzzle \
+		hello \
+		image image_transform inactive input \
+		keyboard \
+		label line_style list list_visuals \
+		mandelbrot menu message monitors \
+		navigation \
+		output \
+		pack pixmap progress \
+		qubix \
+		radio resizable resizealign \
+		scroll shape sizes subwindow symbols \
+		tabs threads tile timer \
+		utf \
+		valuators wizard
 example_data=	demo.menu
 example_img=	images/ulon.bmp
 PORTEXAMPLES=	*
Index: distinfo
===================================================================
--- distinfo	(.../x11-toolkits/fltk2)	(Revision 1971)
+++ distinfo	(.../local/fltk2)	(Revision 1971)
@@ -1,2 +1,2 @@
-SHA256 (fltk-2.0.x-r7725.tar.bz2) = 45a064cb882b7c84026722936c92d0b689f686159a55f68662b3b3080ac37a66
-SIZE (fltk-2.0.x-r7725.tar.bz2) = 2529067
+SHA256 (fltk-2.0.x-alpha-r9166.tar.bz2) = e68c3ef3599c3e215db4011c3e68f61b155e7c05e2f220c188f14adb0a8d604b
+SIZE (fltk-2.0.x-alpha-r9166.tar.bz2) = 2656645
Index: files/patch-images-fl_png.cxx
===================================================================
--- files/patch-images-fl_png.cxx	(.../x11-toolkits/fltk2)	(Revision 1971)
+++ files/patch-images-fl_png.cxx	(.../local/fltk2)	(Revision 1971)
@@ -1,11 +0,0 @@
---- images/fl_png.cxx.orig	2007-04-16 16:48:06.000000000 +0200
-+++ images/fl_png.cxx	2010-03-29 19:55:26.000000000 +0200
-@@ -62,7 +62,7 @@
- #if !HAVE_LIBPNG
-   return 0;
- #else
--  return png_check_sig((png_byte*)datas, (int)size)!=0;
-+  return !png_sig_cmp((png_byte*)datas, 0, (int)size)!=0;
- #endif
- }
- 
	


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



More information about the freebsd-ports-bugs mailing list