From tmseck@netcologne.de  Sun Feb 10 15:19:41 2008
Return-Path: <tmseck@netcologne.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DF62616A417
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Feb 2008 15:19:41 +0000 (UTC)
	(envelope-from tmseck@netcologne.de)
Received: from smtp2.netcologne.de (smtp2.netcologne.de [194.8.194.112])
	by mx1.freebsd.org (Postfix) with ESMTP id ABC0613C43E
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Feb 2008 15:19:41 +0000 (UTC)
	(envelope-from tmseck@netcologne.de)
Received: from laurel.tmseck.homedns.org (xdsl-81-173-227-175.netcologne.de [81.173.227.175])
	by smtp2.netcologne.de (Postfix) with SMTP id 9F2964220
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Feb 2008 16:19:39 +0100 (MET)
Received: (qmail 740 invoked from network); 10 Feb 2008 15:19:39 -0000
Received: from unknown (HELO hardy.tmseck.homedns.org) (192.168.1.2)
  by 0 with SMTP; 10 Feb 2008 15:19:39 -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 m1AFJbrD057672;
	Sun, 10 Feb 2008 16:19:37 +0100 (CET)
	(envelope-from tmseck@netcologne.de)
Received: (from thomas@localhost)
	by hardy.tmseck.homedns.org (8.14.2/8.14.2/Submit) id m1AFJZWA057671;
	Sun, 10 Feb 2008 16:19:35 +0100 (CET)
	(envelope-from tmseck@netcologne.de)
Message-Id: <200802101519.m1AFJZWA057671@hardy.tmseck.homedns.org>
Date: Sun, 10 Feb 2008 16:19:35 +0100 (CET)
From: Thomas-Martin Seck <tmseck@web.de>
Reply-To: Thomas-Martin Seck <tmseck@web.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [Maintainer] x11-toolkits/fltk2: update to snapshot r6025
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         120503
>Category:       ports
>Synopsis:       [Maintainer] x11-toolkits/fltk2: update to snapshot r6025
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 10 15:20:01 UTC 2008
>Closed-Date:    Sun Feb 10 21:38:22 UTC 2008
>Last-Modified:  Sun Feb 10 21:40:00 UTC 2008
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 7.0-PRERELEASE i386
>Organization:
a private site in Germany
>Environment:
FreeBSD ports collection as of February 10, 2008.

	
>Description:
- Update to snapshot r6025
- Change EXAMPLESDIR from .../examples/fltk to .../examples/fltk2
- Build and install the valuators example program, it now builds even
  when DISPLAY is not set.
	
>How-To-Repeat:
	
>Fix:
Apply this patch:

Index: Makefile
===================================================================
--- Makefile	(.../x11-toolkits/fltk2)	(revision 1316)
+++ Makefile	(.../local/fltk2)	(revision 1316)
@@ -19,12 +19,13 @@
 		jpeg.9:${PORTSDIR}/graphics/jpeg \
 		Xft.2:${PORTSDIR}/x11-fonts/libXft
 
-SNAPSHOT=	r5990
+SNAPSHOT=	r6025
 
 OPTIONS=	FLTK_THREADS "Install with threads support" on \
 		FLTK_CAIRO "Use cairo as graphics backend" off \
 		FLTK_EXAMPLES "Build and install example programs" on
 
+EXAMPLESDIR=	${PREFIX}/share/examples/fltk2
 LATEST_LINK=	fltk2
 
 USE_BZIP2=	yes
@@ -77,7 +78,7 @@
 		list_visuals mandelbrot menu message monitors navigation \
 		output pack pixmap progress qubix resizable resizealign \
 		scroll shape sizes symbols tabs threads tile timer \
-		utf wizard
+		utf valuators wizard
 example_img=	images/ulon.bmp
 PORTEXAMPLES=	*
 .else
Index: distinfo
===================================================================
--- distinfo	(.../x11-toolkits/fltk2)	(revision 1316)
+++ distinfo	(.../local/fltk2)	(revision 1316)
@@ -1,3 +1,3 @@
-MD5 (fltk-2.0.x-r5990.tar.bz2) = 27455a7ad48b37ce9de91c95a088fca1
-SHA256 (fltk-2.0.x-r5990.tar.bz2) = 078c9bffd43f6a0dfe9c6ad3e8fb6e8de31fff31630b16b5b348963d4b43f1be
-SIZE (fltk-2.0.x-r5990.tar.bz2) = 2582190
+MD5 (fltk-2.0.x-r6025.tar.bz2) = ff0e4d7a173fe836ea811ebe5399947c
+SHA256 (fltk-2.0.x-r6025.tar.bz2) = 5693c26d041a313a6b05f3ee1bee8974e14b07e9283a06ece48bc2ea9f5b974c
+SIZE (fltk-2.0.x-r6025.tar.bz2) = 2582866
Index: files/patch-test-Makefile
===================================================================
--- files/patch-test-Makefile	(.../x11-toolkits/fltk2)	(revision 1316)
+++ files/patch-test-Makefile	(.../local/fltk2)	(revision 1316)
@@ -14,11 +14,3 @@
  	qubix$(EXEEXT) \
  	resizable$(EXEEXT) \
  	resizealign$(EXEEXT) \
-@@ -170,7 +169,6 @@
- 	timer$(EXEEXT) \
- 	utf$(EXEEXT) \
- 	fullscreen$(EXEEXT) \
--	valuators$(EXEEXT) \
- 	list$(EXEEXT) \
- 	wizard$(EXEEXT)
- 

	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: beech 
Responsible-Changed-When: Sun Feb 10 18:44:39 UTC 2008 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120503 
State-Changed-From-To: open->closed 
State-Changed-By: beech 
State-Changed-When: Sun Feb 10 21:38:07 UTC 2008 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120503 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/120503: commit references a PR
Date: Sun, 10 Feb 2008 21:37:48 +0000 (UTC)

 beech       2008-02-10 21:37:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11-toolkits/fltk2   Makefile distinfo 
     x11-toolkits/fltk2/files patch-test-Makefile 
   Log:
   - Update to snapshot r6025
   
   PR:             ports/120503
   Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
   
   Revision  Changes    Path
   1.18      +3 -2      ports/x11-toolkits/fltk2/Makefile
   1.17      +3 -3      ports/x11-toolkits/fltk2/distinfo
   1.3       +0 -8      ports/x11-toolkits/fltk2/files/patch-test-Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
