summaryrefslogtreecommitdiff
path: root/x11-toolkits/fltk2
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2006-08-06 14:26:32 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2006-08-06 14:26:32 +0000
commit509be0c5ad41c71c25ab440415506cc943aeb16d (patch)
treef5deec52783acbba7795a7ab2dad8934c4096332 /x11-toolkits/fltk2
parent- Update to 0.06 (diff)
- Update to snapshot r5274 and make fetchable again.
- Remove a mirror that was not kept up to date for quite some time now. - Remove a no longer needed workaround for a compilation issue because the problem was fixed upstream. PR: 101419 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Notes
Notes: svn path=/head/; revision=169828
Diffstat (limited to 'x11-toolkits/fltk2')
-rw-r--r--x11-toolkits/fltk2/Makefile4
-rw-r--r--x11-toolkits/fltk2/distinfo6
-rw-r--r--x11-toolkits/fltk2/files/extra-patch-test-Makefile10
3 files changed, 4 insertions, 16 deletions
diff --git a/x11-toolkits/fltk2/Makefile b/x11-toolkits/fltk2/Makefile
index 03386b70c014..4a5ec0d7ea90 100644
--- a/x11-toolkits/fltk2/Makefile
+++ b/x11-toolkits/fltk2/Makefile
@@ -11,7 +11,6 @@ CATEGORIES= x11-toolkits
MASTER_SITES= http://ftp.easysw.com/pub/%SUBDIR%/ \
ftp://ftp2.easysw.com/pub/%SUBDIR%/ \
ftp://ftp3.easysw.com/pub/%SUBDIR%/ \
- http://mirror.nu6.org/ftp.easysw.com/pub/%SUBDIR%/ \
http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/%SUBDIR%/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/%SUBDIR%/ \
ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/%SUBDIR%/ \
@@ -26,7 +25,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
Xft.2:${PORTSDIR}/x11-fonts/libXft
-SNAPSHOT= r5256
+SNAPSHOT= r5274
OPTIONS= FLTK_THREADS "Install with threads support" on \
FLTK_CAIRO "Use cairo as graphics backend" off
@@ -72,7 +71,6 @@ LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo
BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config
.else
CONFIGURE_ARGS+= --disable-cairo
-EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-test-Makefile
.endif
post-patch:
diff --git a/x11-toolkits/fltk2/distinfo b/x11-toolkits/fltk2/distinfo
index e2d30c7d8247..23fa60aab5c2 100644
--- a/x11-toolkits/fltk2/distinfo
+++ b/x11-toolkits/fltk2/distinfo
@@ -1,3 +1,3 @@
-MD5 (fltk-2.0.x-r5256.tar.bz2) = 2a96a9b46e8108d75f03a92dad294599
-SHA256 (fltk-2.0.x-r5256.tar.bz2) = 80c761f781c88a1642abb614eda3c254cf538da279508b9d87be3394b6461b00
-SIZE (fltk-2.0.x-r5256.tar.bz2) = 2586246
+MD5 (fltk-2.0.x-r5274.tar.bz2) = a1ad2f29212d1a1d62e078ea2628212b
+SHA256 (fltk-2.0.x-r5274.tar.bz2) = 523866ad83565173422d225111d129855b8e3f97a960849ea9a14abbb7db3fee
+SIZE (fltk-2.0.x-r5274.tar.bz2) = 2589602
diff --git a/x11-toolkits/fltk2/files/extra-patch-test-Makefile b/x11-toolkits/fltk2/files/extra-patch-test-Makefile
deleted file mode 100644
index 655d4211a271..000000000000
--- a/x11-toolkits/fltk2/files/extra-patch-test-Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
---- test/Makefile.orig Fri Jul 7 19:25:42 2006
-+++ test/Makefile Fri Jul 7 19:26:04 2006
-@@ -119,7 +119,6 @@
- bitmap$(EXEEXT) \
- boxtype$(EXEEXT) \
- browser$(EXEEXT) \
-- cairo$(EXEEXT) \
- checkers$(EXEEXT) \
- clock$(EXEEXT) \
- button$(EXEEXT) \