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

(-)Makefile (-2 / +3 lines)
Lines 19-30 Link Here
19
		jpeg.9:${PORTSDIR}/graphics/jpeg \
19
		jpeg.9:${PORTSDIR}/graphics/jpeg \
20
		Xft.2:${PORTSDIR}/x11-fonts/libXft
20
		Xft.2:${PORTSDIR}/x11-fonts/libXft
21
21
22
SNAPSHOT=	r5990
22
SNAPSHOT=	r6025
23
23
24
OPTIONS=	FLTK_THREADS "Install with threads support" on \
24
OPTIONS=	FLTK_THREADS "Install with threads support" on \
25
		FLTK_CAIRO "Use cairo as graphics backend" off \
25
		FLTK_CAIRO "Use cairo as graphics backend" off \
26
		FLTK_EXAMPLES "Build and install example programs" on
26
		FLTK_EXAMPLES "Build and install example programs" on
27
27
28
EXAMPLESDIR=	${PREFIX}/share/examples/fltk2
28
LATEST_LINK=	fltk2
29
LATEST_LINK=	fltk2
29
30
30
USE_BZIP2=	yes
31
USE_BZIP2=	yes
Lines 77-83 Link Here
77
		list_visuals mandelbrot menu message monitors navigation \
78
		list_visuals mandelbrot menu message monitors navigation \
78
		output pack pixmap progress qubix resizable resizealign \
79
		output pack pixmap progress qubix resizable resizealign \
79
		scroll shape sizes symbols tabs threads tile timer \
80
		scroll shape sizes symbols tabs threads tile timer \
80
		utf wizard
81
		utf valuators wizard
81
example_img=	images/ulon.bmp
82
example_img=	images/ulon.bmp
82
PORTEXAMPLES=	*
83
PORTEXAMPLES=	*
83
.else
84
.else
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (fltk-2.0.x-r5990.tar.bz2) = 27455a7ad48b37ce9de91c95a088fca1
1
MD5 (fltk-2.0.x-r6025.tar.bz2) = ff0e4d7a173fe836ea811ebe5399947c
2
SHA256 (fltk-2.0.x-r5990.tar.bz2) = 078c9bffd43f6a0dfe9c6ad3e8fb6e8de31fff31630b16b5b348963d4b43f1be
2
SHA256 (fltk-2.0.x-r6025.tar.bz2) = 5693c26d041a313a6b05f3ee1bee8974e14b07e9283a06ece48bc2ea9f5b974c
3
SIZE (fltk-2.0.x-r5990.tar.bz2) = 2582190
3
SIZE (fltk-2.0.x-r6025.tar.bz2) = 2582866
(-)files/patch-test-Makefile (-8 lines)
Lines 14-24 Link Here
14
 	qubix$(EXEEXT) \
14
 	qubix$(EXEEXT) \
15
 	resizable$(EXEEXT) \
15
 	resizable$(EXEEXT) \
16
 	resizealign$(EXEEXT) \
16
 	resizealign$(EXEEXT) \
17
@@ -170,7 +169,6 @@
18
 	timer$(EXEEXT) \
19
 	utf$(EXEEXT) \
20
 	fullscreen$(EXEEXT) \
21
-	valuators$(EXEEXT) \
22
 	list$(EXEEXT) \
23
 	wizard$(EXEEXT)
24

Return to bug 120503