From owner-svn-ports-all@FreeBSD.ORG Mon Feb 24 09:01:16 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 AC9B431C; Mon, 24 Feb 2014 09:01:16 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9888C19E9; Mon, 24 Feb 2014 09:01:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1O91G4h018960; Mon, 24 Feb 2014 09:01:16 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1O91Gs2018835; Mon, 24 Feb 2014 09:01:16 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201402240901.s1O91Gs2018835@svn.freebsd.org> From: Pietro Cerutti Date: Mon, 24 Feb 2014 09:01:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345786 - 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.17 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: Mon, 24 Feb 2014 09:01:16 -0000 Author: gahr Date: Mon Feb 24 09:01:15 2014 New Revision: 345786 URL: http://svnweb.freebsd.org/changeset/ports/345786 QAT: https://qat.redports.org/buildarchive/r345786/ Log: - Update to 1.7.46 Changes: * FXIconSource now can use icon/image contents to detect file format type [the stream must be seekable]. * A default FXIconSource implementation in FOX will be used to load icons if not overloaded by a user-extended one explicitly. * Replaced FXIconDict with FXIconCache. * Replaced FXFileDict with FXFileAssociations. The new implementation uses FXDictionary, and the new FXIconCache. * Fixed problem in FXDictionary: object pointed to by data is itself not const. This affects const-accessors. * Fixed bug in Adie: dumping core when started with unknown commandline parameter. * Expunged FXDict and its subclasses. Now replaced with new implementations, see above. * FXFileList now has explicit pointer to FXIconSource, for image preview purposes. * Changed things around for FXFileAssociations to be more easily subclassable. * In FXIconCache, don't add to the hash table until loading was successful. * PathFinder icon previewing improved, more options for sizing. * PathFinder custom iconpath wasn't being saved. * In FXFileAssociations, don't add extension-association unless associated extension data from registry is fully and properly parsed. * Fixed compile problem in FXPipe. 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 Mon Feb 24 08:59:05 2014 (r345785) +++ head/x11-toolkits/fox17/Makefile Mon Feb 24 09:01:15 2014 (r345786) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fox -PORTVERSION= 1.7.45 +PORTVERSION= 1.7.46 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.fox-toolkit.org/pub/ \ ftp://ftp.fox-toolkit.org/pub/ @@ -75,4 +75,8 @@ post-patch: ${REINPLACE_CMD} -e '/^SUBDIRS/s/ doc//' ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in .endif +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libFOX-${MAJORVER}.so \ + ${STAGEDIR}${PREFIX}/lib/libCHART-${MAJORVER}.so + .include Modified: head/x11-toolkits/fox17/distinfo ============================================================================== --- head/x11-toolkits/fox17/distinfo Mon Feb 24 08:59:05 2014 (r345785) +++ head/x11-toolkits/fox17/distinfo Mon Feb 24 09:01:15 2014 (r345786) @@ -1,2 +1,2 @@ -SHA256 (fox-1.7.45.tar.gz) = 78f2b5f609a52d21da08e693d45b8eeb9d4ceed52ad86e451ef4485f2375c829 -SIZE (fox-1.7.45.tar.gz) = 5254563 +SHA256 (fox-1.7.46.tar.gz) = 3696086466e52f52677f9f17be98af2483c654bc44277452f282b6922e36e997 +SIZE (fox-1.7.46.tar.gz) = 5260620 Modified: head/x11-toolkits/fox17/pkg-plist ============================================================================== --- head/x11-toolkits/fox17/pkg-plist Mon Feb 24 08:59:05 2014 (r345785) +++ head/x11-toolkits/fox17/pkg-plist Mon Feb 24 09:01:15 2014 (r345786) @@ -105,7 +105,6 @@ include/fox-%%MAJORVER%%/FXDebugTarget.h include/fox-%%MAJORVER%%/FXDelegator.h include/fox-%%MAJORVER%%/FXDial.h include/fox-%%MAJORVER%%/FXDialogBox.h -include/fox-%%MAJORVER%%/FXDict.h include/fox-%%MAJORVER%%/FXDictionary.h include/fox-%%MAJORVER%%/FXDir.h include/fox-%%MAJORVER%%/FXDirBox.h @@ -128,8 +127,8 @@ include/fox-%%MAJORVER%%/FXExpression.h include/fox-%%MAJORVER%%/FXExtentd.h include/fox-%%MAJORVER%%/FXExtentf.h include/fox-%%MAJORVER%%/FXFile.h +include/fox-%%MAJORVER%%/FXFileAssociations.h include/fox-%%MAJORVER%%/FXFileDialog.h -include/fox-%%MAJORVER%%/FXFileDict.h include/fox-%%MAJORVER%%/FXFileList.h include/fox-%%MAJORVER%%/FXFileSelector.h include/fox-%%MAJORVER%%/FXFileStream.h @@ -167,7 +166,7 @@ include/fox-%%MAJORVER%%/FXIO.h include/fox-%%MAJORVER%%/FXIOBuffer.h include/fox-%%MAJORVER%%/FXIODevice.h include/fox-%%MAJORVER%%/FXIcon.h -include/fox-%%MAJORVER%%/FXIconDict.h +include/fox-%%MAJORVER%%/FXIconCache.h include/fox-%%MAJORVER%%/FXIconList.h include/fox-%%MAJORVER%%/FXIconSource.h include/fox-%%MAJORVER%%/FXId.h @@ -289,7 +288,6 @@ include/fox-%%MAJORVER%%/FXStatusBar.h include/fox-%%MAJORVER%%/FXStatusLine.h include/fox-%%MAJORVER%%/FXStream.h include/fox-%%MAJORVER%%/FXString.h -include/fox-%%MAJORVER%%/FXStringDict.h include/fox-%%MAJORVER%%/FXStringDictionary.h include/fox-%%MAJORVER%%/FXSwitcher.h include/fox-%%MAJORVER%%/FXSystem.h