View | Details | Raw Unified | Return to bug 124031
Collapse All | Expand All

(-)Makefile (-2 / +6 lines)
Lines 29-35 Link Here
29
		jpeg.9:${PORTSDIR}/graphics/jpeg \
29
		jpeg.9:${PORTSDIR}/graphics/jpeg \
30
		Xft.2:${PORTSDIR}/x11-fonts/libXft
30
		Xft.2:${PORTSDIR}/x11-fonts/libXft
31
31
32
SNAPSHOT=	r6090
32
SNAPSHOT=	r6129
33
33
34
OPTIONS=	FLTK_THREADS "Install with threads support" on \
34
OPTIONS=	FLTK_THREADS "Install with threads support" on \
35
		FLTK_CAIRO "Use cairo as graphics backend" off \
35
		FLTK_CAIRO "Use cairo as graphics backend" off \
Lines 86-94 Link Here
86
		file_chooser fonts fractals fullscreen gl_overlay glpuzzle \
86
		file_chooser fonts fractals fullscreen gl_overlay glpuzzle \
87
		hello image inactive input keyboard label line_style list \
87
		hello image inactive input keyboard label line_style list \
88
		list_visuals mandelbrot menu message monitors navigation \
88
		list_visuals mandelbrot menu message monitors navigation \
89
		output pack pixmap progress qubix resizable resizealign \
89
		output pack pixmap progress qubix radio resizable resizealign \
90
		scroll shape sizes symbols tabs threads tile timer \
90
		scroll shape sizes symbols tabs threads tile timer \
91
		utf valuators wizard
91
		utf valuators wizard
92
example_data=	demo.menu
92
example_img=	images/ulon.bmp
93
example_img=	images/ulon.bmp
93
PORTEXAMPLES=	*
94
PORTEXAMPLES=	*
94
.else
95
.else
Lines 118-123 Link Here
118
	for f in ${example_apps} ; do \
119
	for f in ${example_apps} ; do \
119
	    ${INSTALL_PROGRAM} ${WRKSRC}/test/$${f} ${EXAMPLESDIR} ; \
120
	    ${INSTALL_PROGRAM} ${WRKSRC}/test/$${f} ${EXAMPLESDIR} ; \
120
	done
121
	done
122
	for f in ${example_data} ; do \
123
	    ${INSTALL_DATA} ${WRKSRC}/test/$${f} ${EXAMPLESDIR} ; \
124
	done
121
	for f in ${example_img} ; do \
125
	for f in ${example_img} ; do \
122
	    ${INSTALL_DATA} ${WRKSRC}/test/$${f} ${EXAMPLESDIR}/images ; \
126
	    ${INSTALL_DATA} ${WRKSRC}/test/$${f} ${EXAMPLESDIR}/images ; \
123
	done
127
	done
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (fltk-2.0.x-r6090.tar.bz2) = 4f6f95e0d27e42ee46538d5fffafc822
1
MD5 (fltk-2.0.x-r6129.tar.bz2) = 7b40bcc36ffce58255f38d88bebc7144
2
SHA256 (fltk-2.0.x-r6090.tar.bz2) = da5e99930700409ff5bedd84da7d6e878706f8f71ae15200cf53bb1331799fcc
2
SHA256 (fltk-2.0.x-r6129.tar.bz2) = 2e34fca08586b943532b00a83a07d9a51ea837b1e620dc0c4b5d87d35fc5cb7a
3
SIZE (fltk-2.0.x-r6090.tar.bz2) = 2592769
3
SIZE (fltk-2.0.x-r6129.tar.bz2) = 2593617
(-)files/patch-test-Makefile (-16 lines)
Lines 1-16 Link Here
1
This is a temporary hack to disconnect some demo programs from the
2
build process. This is because fluid2 wants to establish an X server
3
connection when building these programs and fails when it cannot
4
do so.
5
6
The issue is known and probably a fluid2 bug, see FLTK2 STR #1302.
7
--- test/Makefile.orig	Fri Jul  7 19:38:14 2006
8
+++ test/Makefile	Fri Jul  7 19:38:14 2006
9
@@ -156,7 +156,6 @@
10
 	pack$(EXEEXT) \
11
 	pixmap$(EXEEXT) \
12
 	progress$(EXEEXT) \
13
-	radio$(EXEEXT) \
14
 	qubix$(EXEEXT) \
15
 	resizable$(EXEEXT) \
16
 	resizealign$(EXEEXT) \

Return to bug 124031