1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Update to r6129

PR:		124031
Submitted by:	Thomas-Martin Seck <tmseck@web.de> (maintainer)
This commit is contained in:
Martin Wilke 2008-05-29 11:27:36 +00:00
parent 001f5f862e
commit cce203f063
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213865
3 changed files with 9 additions and 21 deletions

View File

@ -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

View File

@ -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

View File

@ -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) \