From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 13:00:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9213B1065682 for ; Tue, 27 May 2008 13:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 67E768FC2C for ; Tue, 27 May 2008 13:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4RD06Va015398 for ; Tue, 27 May 2008 13:00:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4RD06jJ015397; Tue, 27 May 2008 13:00:06 GMT (envelope-from gnats) Resent-Date: Tue, 27 May 2008 13:00:06 GMT Resent-Message-Id: <200805271300.m4RD06jJ015397@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas-Martin Seck Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D25CB106564A for ; Tue, 27 May 2008 12:59:48 +0000 (UTC) (envelope-from tmseck@netcologne.de) Received: from smtp3.netcologne.de (smtp3.netcologne.de [194.8.194.66]) by mx1.freebsd.org (Postfix) with ESMTP id 603BE8FC29 for ; Tue, 27 May 2008 12:59:48 +0000 (UTC) (envelope-from tmseck@netcologne.de) Received: from laurel.tmseck.homedns.org (xdsl-87-78-45-81.netcologne.de [87.78.45.81]) by smtp3.netcologne.de (Postfix) with SMTP id BCBB767579 for ; Tue, 27 May 2008 14:59:46 +0200 (CEST) Received: (qmail 1184 invoked from network); 27 May 2008 12:59:47 -0000 Received: from unknown (HELO hardy.tmseck.homedns.org) (192.168.1.2) by 0 with SMTP; 27 May 2008 12:59:47 -0000 Received: from hardy.tmseck.homedns.org (localhost [127.0.0.1]) by hardy.tmseck.homedns.org (8.14.2/8.14.2) with ESMTP id m4RCxi2K021387; Tue, 27 May 2008 14:59:44 +0200 (CEST) (envelope-from tmseck@netcologne.de) Received: (from thomas@localhost) by hardy.tmseck.homedns.org (8.14.2/8.14.2/Submit) id m4RCxhLI021386; Tue, 27 May 2008 14:59:43 +0200 (CEST) (envelope-from tmseck@netcologne.de) Message-Id: <200805271259.m4RCxhLI021386@hardy.tmseck.homedns.org> Date: Tue, 27 May 2008 14:59:43 +0200 (CEST) From: Thomas-Martin Seck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/124031: [Maintainer] x11-toolkits/fltk2: update to snapshot r6129 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas-Martin Seck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 13:00:06 -0000 >Number: 124031 >Category: ports >Synopsis: [Maintainer] x11-toolkits/fltk2: update to snapshot r6129 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 27 13:00:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Thomas-Martin Seck >Release: FreeBSD 7.0-STABLE i386 >Organization: a private site in Germany >Environment: FreeBSD ports collection as of May 27, 2008. >Description: - Update to snapshot r6129, released 2008-05-16 - Remove a patch that is no longer needed Removed file: files/patch-test-Makefile >How-To-Repeat: >Fix: Apply this patch: Index: Makefile =================================================================== --- Makefile (.../x11-toolkits/fltk2) (revision 1389) +++ Makefile (.../local/fltk2) (revision 1389) @@ -29,7 +29,7 @@ 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 @@ 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 @@ 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 Index: distinfo =================================================================== --- distinfo (.../x11-toolkits/fltk2) (revision 1389) +++ distinfo (.../local/fltk2) (revision 1389) @@ -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 Index: files/patch-test-Makefile =================================================================== --- files/patch-test-Makefile (.../x11-toolkits/fltk2) (revision 1389) +++ files/patch-test-Makefile (.../local/fltk2) (revision 1389) @@ -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) \ >Release-Note: >Audit-Trail: >Unformatted: