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

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

Return to bug 105177