diff options
author | gahr <gahr@FreeBSD.org> | 2014-05-20 17:19:27 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-05-20 17:19:27 +0800 |
commit | 2f3d39a53aca9a0c87f23f1cdd210ca6b2410dfc (patch) | |
tree | 7ce2c6df593845a9d1579e8d0cc89e9ca5c5d9fc /x11-toolkits/fox17/Makefile | |
parent | 9d6bce6fabe7dbdc6b71d6e0046ffe00976e9b3c (diff) | |
download | freebsd-ports-gnome-2f3d39a53aca9a0c87f23f1cdd210ca6b2410dfc.tar.gz freebsd-ports-gnome-2f3d39a53aca9a0c87f23f1cdd210ca6b2410dfc.tar.zst freebsd-ports-gnome-2f3d39a53aca9a0c87f23f1cdd210ca6b2410dfc.zip |
- 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.
Diffstat (limited to 'x11-toolkits/fox17/Makefile')
-rw-r--r-- | x11-toolkits/fox17/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile index 12ba211c94c9..7e357f934b1a 100644 --- a/x11-toolkits/fox17/Makefile +++ b/x11-toolkits/fox17/Makefile @@ -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/ |