diff options
author | gahr <gahr@FreeBSD.org> | 2014-07-15 20:42:48 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-07-15 20:42:48 +0800 |
commit | 58944727969d2ffbd2e6986c583cc9ef8fca9567 (patch) | |
tree | d6873dc70f90d413e93f68f68726b7d0f0f6ee10 /x11-toolkits/fox17/Makefile | |
parent | 679afe496c391df7de06834f5cbcde85222f3b5f (diff) | |
download | freebsd-ports-gnome-58944727969d2ffbd2e6986c583cc9ef8fca9567.tar.gz freebsd-ports-gnome-58944727969d2ffbd2e6986c583cc9ef8fca9567.tar.zst freebsd-ports-gnome-58944727969d2ffbd2e6986c583cc9ef8fca9567.zip |
- Update to 1.7.48
Changes:
* Added verbose option to reswrap.
* Updated BMP loader routines, some bullet-proofing against malicious
bitmap files.
* Changes in FXVariant: operator bool returns true for non-zero numerical
values, non-empty arrays or non-empty dictionaries. It only returns
false if the variant is FXVariant::null. This new interpretation strokes
much better with common usage patterns.
* Added asChars() API to FXVariant.
* FXPtrList now index with FXival.
* Print routines fxprintf() are now supporting NaN and Inf printouts. Also
fixed -0 printout.
* Change in FXThreadPool::wait() routine: now waits till all jobs are
finished.
* Added executeAndWait() routine to FXThreadPool and FXTaskGroup.
* Small change in FXParallel: ensure tasks are aligned in memory.
* Added FXEXEIcon and FXEXEImage. These should icons or bitmaps embedded
in Windows Executable files.
* Added FXCOLORREF2RGB and FXRGB2COLORREF macros for Windows based FOX
applications.
* Some complex math transcendentals added.
* Population-count inline functions added to fxendian.h. These use x86
builtins when possible.
* API fixes (bad parameter signatures) fixed in the list-widgets.
* CDECL attributes in some FXApp member functions (Windows Only).
Diffstat (limited to 'x11-toolkits/fox17/Makefile')
-rw-r--r-- | x11-toolkits/fox17/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile index 7e357f934b1a..72b69cf031c4 100644 --- a/x11-toolkits/fox17/Makefile +++ b/x11-toolkits/fox17/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fox -PORTVERSION= 1.7.47 +PORTVERSION= 1.7.48 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.fox-toolkit.org/pub/ \ ftp://ftp.fox-toolkit.org/pub/ |