ports/124031: [Maintainer] x11-toolkits/fltk2: update to snapshot r6129

Thomas-Martin Seck tmseck at web.de
Tue May 27 13:00:06 UTC 2008


>Number:         124031
>Category:       ports
>Synopsis:       [Maintainer] x11-toolkits/fltk2: update to snapshot r6129
>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:   Tue May 27 13:00:05 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
a private site in Germany
>Environment:
FreeBSD ports collection as of May 27, 2008.

	
>Description:
- Update to snapshot r6129, released 2008-05-16
- Remove a patch that is no longer needed

Removed file:
files/patch-test-Makefile
	
>How-To-Repeat:
	
>Fix:
Apply this patch:

Index: Makefile
===================================================================
--- Makefile	(.../x11-toolkits/fltk2)	(revision 1389)
+++ Makefile	(.../local/fltk2)	(revision 1389)
@@ -29,7 +29,7 @@
 		jpeg.9:${PORTSDIR}/graphics/jpeg \
 		Xft.2:${PORTSDIR}/x11-fonts/libXft
 
-SNAPSHOT=	r6090
+SNAPSHOT=	r6129
 
 OPTIONS=	FLTK_THREADS "Install with threads support" on \
 		FLTK_CAIRO "Use cairo as graphics backend" off \
@@ -86,9 +86,10 @@
 		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 resizable resizealign \
+		output pack pixmap progress qubix radio resizable resizealign \
 		scroll shape sizes symbols tabs threads tile timer \
 		utf valuators wizard
+example_data=	demo.menu
 example_img=	images/ulon.bmp
 PORTEXAMPLES=	*
 .else
@@ -118,6 +119,9 @@
 	for f in ${example_apps} ; do \
 	    ${INSTALL_PROGRAM} ${WRKSRC}/test/$${f} ${EXAMPLESDIR} ; \
 	done
+	for f in ${example_data} ; do \
+	    ${INSTALL_DATA} ${WRKSRC}/test/$${f} ${EXAMPLESDIR} ; \
+	done
 	for f in ${example_img} ; do \
 	    ${INSTALL_DATA} ${WRKSRC}/test/$${f} ${EXAMPLESDIR}/images ; \
 	done
Index: distinfo
===================================================================
--- distinfo	(.../x11-toolkits/fltk2)	(revision 1389)
+++ distinfo	(.../local/fltk2)	(revision 1389)
@@ -1,3 +1,3 @@
-MD5 (fltk-2.0.x-r6090.tar.bz2) = 4f6f95e0d27e42ee46538d5fffafc822
-SHA256 (fltk-2.0.x-r6090.tar.bz2) = da5e99930700409ff5bedd84da7d6e878706f8f71ae15200cf53bb1331799fcc
-SIZE (fltk-2.0.x-r6090.tar.bz2) = 2592769
+MD5 (fltk-2.0.x-r6129.tar.bz2) = 7b40bcc36ffce58255f38d88bebc7144
+SHA256 (fltk-2.0.x-r6129.tar.bz2) = 2e34fca08586b943532b00a83a07d9a51ea837b1e620dc0c4b5d87d35fc5cb7a
+SIZE (fltk-2.0.x-r6129.tar.bz2) = 2593617
Index: files/patch-test-Makefile
===================================================================
--- files/patch-test-Makefile	(.../x11-toolkits/fltk2)	(revision 1389)
+++ files/patch-test-Makefile	(.../local/fltk2)	(revision 1389)
@@ -1,16 +0,0 @@
-This is a temporary hack to disconnect some demo programs from the
-build process. This is because fluid2 wants to establish an X server
-connection when building these programs and fails when it cannot
-do so.
-
-The issue is known and probably a fluid2 bug, see FLTK2 STR #1302.
---- test/Makefile.orig	Fri Jul  7 19:38:14 2006
-+++ test/Makefile	Fri Jul  7 19:38:14 2006
-@@ -156,7 +156,6 @@
- 	pack$(EXEEXT) \
- 	pixmap$(EXEEXT) \
- 	progress$(EXEEXT) \
--	radio$(EXEEXT) \
- 	qubix$(EXEEXT) \
- 	resizable$(EXEEXT) \
- 	resizealign$(EXEEXT) \

	


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



More information about the freebsd-ports-bugs mailing list