diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-29 19:27:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-29 19:27:36 +0800 |
commit | d0ab1ca50db5643cf4d317e1f1c363d65b5649a1 (patch) | |
tree | 3bfe53efc45c45502c66bc3596687eee0928a3f4 | |
parent | 86b518e54de8e955423dadbeab95c1c238b5e453 (diff) | |
download | freebsd-ports-gnome-d0ab1ca50db5643cf4d317e1f1c363d65b5649a1.tar.gz freebsd-ports-gnome-d0ab1ca50db5643cf4d317e1f1c363d65b5649a1.tar.zst freebsd-ports-gnome-d0ab1ca50db5643cf4d317e1f1c363d65b5649a1.zip |
- Update to r6129
PR: 124031
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
-rw-r--r-- | x11-toolkits/fltk2/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/fltk2/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/fltk2/files/patch-test-Makefile | 16 |
3 files changed, 9 insertions, 21 deletions
diff --git a/x11-toolkits/fltk2/Makefile b/x11-toolkits/fltk2/Makefile index 72367361989e..5a21913a7570 100644 --- a/x11-toolkits/fltk2/Makefile +++ b/x11-toolkits/fltk2/Makefile @@ -29,7 +29,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ 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 @@ example_apps= ansiwidget arc bitmap boxtype browser button buttons cairo \ 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 @@ post-install: 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 diff --git a/x11-toolkits/fltk2/distinfo b/x11-toolkits/fltk2/distinfo index d080f45a5796..1b9d1f47166c 100644 --- a/x11-toolkits/fltk2/distinfo +++ b/x11-toolkits/fltk2/distinfo @@ -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 diff --git a/x11-toolkits/fltk2/files/patch-test-Makefile b/x11-toolkits/fltk2/files/patch-test-Makefile deleted file mode 100644 index e1e07a093544..000000000000 --- a/x11-toolkits/fltk2/files/patch-test-Makefile +++ /dev/null @@ -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) \ |