From owner-svn-ports-all@FreeBSD.ORG Tue May 20 09:19:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 07D7CB5A; Tue, 20 May 2014 09:19:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8E312F81; Tue, 20 May 2014 09:19:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4K9JRcl087700; Tue, 20 May 2014 09:19:27 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4K9JR9H087694; Tue, 20 May 2014 09:19:27 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201405200919.s4K9JR9H087694@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 20 May 2014 09:19:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354621 - head/x11-toolkits/fox17 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2014 09:19:28 -0000 Author: gahr Date: Tue May 20 09:19:27 2014 New Revision: 354621 URL: http://svnweb.freebsd.org/changeset/ports/354621 QAT: https://qat.redports.org/buildarchive/r354621/ Log: - Update to 1.7.47 Changes: * Project files updated to Visual Studio 2008. * Much faster file dialog due to using file extension and PATHEXT for executable status. * PathFinder lists files about to be deleted. * New API's to list widgets for much more convenient way to populate with fixed lists of items. * New selectAll() API added to list widgets. * Updated syntax coloring file Adie.stx with FORTRAN syntax coloring. * IMAGE_ALPHAGUESS used when loading BMP icons in FXIconSource. * Added APIs filesToURIList() and filesFromURIList() in FXURL namespace. * Bug fix in FXStringDictionary. * Bug fixes in FXThreadPool. * Replaced preprocessor MAYBE with enum maybe. * Message map search improvement using branch probability macro and test-order. * TIFF image loader improvements. * FXString::format() now knows about thousands separator option for printing floating point. * Bugs fixed in IRIS RGB image support. * FXObjectListOf::adopt() argument should not have been declared const. * Suggested file extension changes automatically ONLY when picking existing file. * New hasExecExtension() API added to FXPath (Windows specific). * Integer overflow fixed in FXApp having to do with click speed interval. * New API getExecExtensions() added in FXSystem (Windows specific). * If pipe2() system call not available, try set file descriptor flags with fcntl() instead. Modified: head/x11-toolkits/fox17/Makefile head/x11-toolkits/fox17/distinfo head/x11-toolkits/fox17/pkg-plist Modified: head/x11-toolkits/fox17/Makefile ============================================================================== --- head/x11-toolkits/fox17/Makefile Tue May 20 09:14:02 2014 (r354620) +++ head/x11-toolkits/fox17/Makefile Tue May 20 09:19:27 2014 (r354621) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fox -PORTVERSION= 1.7.46 -PORTREVISION= 4 +PORTVERSION= 1.7.47 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.fox-toolkit.org/pub/ \ ftp://ftp.fox-toolkit.org/pub/ Modified: head/x11-toolkits/fox17/distinfo ============================================================================== --- head/x11-toolkits/fox17/distinfo Tue May 20 09:14:02 2014 (r354620) +++ head/x11-toolkits/fox17/distinfo Tue May 20 09:19:27 2014 (r354621) @@ -1,2 +1,2 @@ -SHA256 (fox-1.7.46.tar.gz) = 3696086466e52f52677f9f17be98af2483c654bc44277452f282b6922e36e997 -SIZE (fox-1.7.46.tar.gz) = 5260620 +SHA256 (fox-1.7.47.tar.gz) = 7f1de8566b88b0010137ea1172168d53494d2d14bfa03fe32f7796146a31a2a3 +SIZE (fox-1.7.47.tar.gz) = 5271135 Modified: head/x11-toolkits/fox17/pkg-plist ============================================================================== --- head/x11-toolkits/fox17/pkg-plist Tue May 20 09:14:02 2014 (r354620) +++ head/x11-toolkits/fox17/pkg-plist Tue May 20 09:19:27 2014 (r354621) @@ -11,12 +11,12 @@ lib/libCHART-%%MAJORVER%%.a lib/libCHART-%%MAJORVER%%.la lib/libCHART-%%MAJORVER%%.so lib/libCHART-%%MAJORVER%%.so.0 -lib/libCHART-%%MAJORVER%%.so.0.0.46 +lib/libCHART-%%MAJORVER%%.so.0.0.47 lib/libFOX-%%MAJORVER%%.a lib/libFOX-%%MAJORVER%%.la lib/libFOX-%%MAJORVER%%.so lib/libFOX-%%MAJORVER%%.so.0 -lib/libFOX-%%MAJORVER%%.so.0.0.46 +lib/libFOX-%%MAJORVER%%.so.0.0.47 include/fox-%%MAJORVER%%/FX4Splitter.h include/fox-%%MAJORVER%%/FX7Segment.h include/fox-%%MAJORVER%%/FX885910Codec.h