diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-12-09 10:21:55 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-12-09 10:21:55 +0000 |
commit | efaeacdd63b9ce38f484d35165c674376ed6c0da (patch) | |
tree | bfa82055e310ae711fb4b36c54c0c7ef6debe386 | |
parent | 4dd0b5c13efd8e03808a3980f2b39259b56d9b45 (diff) |
- Update to 1.7.44
Changes:
* Updated FXJSON JavaScript Object Notation I/O class:- removed limits to
token size in both input and output operations (formerly limited to
buffersize).
* Minor changes to FXVariant:- added some missing API's, removed toChar()
as its useless. Added has() to determine if key is present in case
FXVariant is a map.
* Simplified FXFile and other FXIO subclasses a bit to remove redundant
implementations.
* Added FXIOBuffer, an FXIO device that serializes to/from a memory
buffer.
* FXRanged, FXRangef: now check intersect() results a bit differently.
* Ray to FXSpheref, FXSphered intersection test changed to allow origin
inside sphere possibility.
* Fixed small bug in wc2nc().
* Possible buffer overrun in FXDir fixed.
* Added class FXStringMap.
* Changed some API's in FXDictionary. Added erase() API to allow removal
of slot already located. This is faster, and needed for successful
subclassing.
* FXStat problem fixed on Windows.
Notes
Notes:
svn path=/head/; revision=335961
-rw-r--r-- | x11-toolkits/fox17/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/fox17/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/fox17/files/patch-bugs | 11 | ||||
-rw-r--r-- | x11-toolkits/fox17/files/patch-warnings | 11 | ||||
-rw-r--r-- | x11-toolkits/fox17/pkg-plist | 2 |
5 files changed, 5 insertions, 25 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile index b8b116685006..00cb8a465870 100644 --- a/x11-toolkits/fox17/Makefile +++ b/x11-toolkits/fox17/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fox -PORTVERSION= 1.7.43 +PORTVERSION= 1.7.44 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.fox-toolkit.org/pub/ \ ftp://ftp.fox-toolkit.org/pub/ diff --git a/x11-toolkits/fox17/distinfo b/x11-toolkits/fox17/distinfo index b8bcfae6e57f..e4960cba0bbf 100644 --- a/x11-toolkits/fox17/distinfo +++ b/x11-toolkits/fox17/distinfo @@ -1,2 +1,2 @@ -SHA256 (fox-1.7.43.tar.gz) = 6d3c41c431d01179866b114f24cd749a9aef8ef8dab1dec4f657895107eb70ee -SIZE (fox-1.7.43.tar.gz) = 5077930 +SHA256 (fox-1.7.44.tar.gz) = 1fbead78847d2a2c6ae8a18a5317713f2ef36d4ebeddacf5d097b915e4728b4c +SIZE (fox-1.7.44.tar.gz) = 5251615 diff --git a/x11-toolkits/fox17/files/patch-bugs b/x11-toolkits/fox17/files/patch-bugs index 19573d78e4ea..643f723f1a4d 100644 --- a/x11-toolkits/fox17/files/patch-bugs +++ b/x11-toolkits/fox17/files/patch-bugs @@ -1,14 +1,3 @@ ---- adie/FindInFiles.cpp.orig 2013-09-18 16:55:45.000000000 +0200 -+++ adie/FindInFiles.cpp 2013-09-18 16:57:42.000000000 +0200 -@@ -434,7 +434,7 @@ - - // File list double clicked - long FindInFiles::onCmdFileDblClicked(FXObject*,FXSelector,void* ptr){ -- FXint index=(FXint)(FXival)ptr; -+ index=(FXint)(FXival)ptr; - return 1; - } - --- tests/parallel.cpp.orig 2013-09-18 16:31:08.000000000 +0200 +++ tests/parallel.cpp 2013-09-18 16:55:25.000000000 +0200 @@ -146,6 +145,7 @@ diff --git a/x11-toolkits/fox17/files/patch-warnings b/x11-toolkits/fox17/files/patch-warnings deleted file mode 100644 index 7b34d0ece75d..000000000000 --- a/x11-toolkits/fox17/files/patch-warnings +++ /dev/null @@ -1,11 +0,0 @@ ---- include/fxdefs.h.orig 2013-09-18 15:26:29.000000000 +0200 -+++ include/fxdefs.h 2013-09-18 15:26:48.000000000 +0200 -@@ -131,7 +131,7 @@ - - - // Restrict aliasing on pointers --#if defined(__GNUC__) -+#if defined(__GNUC__) && !defined(__restrict) - #define __restrict __restrict__ - #else - #define __restrict diff --git a/x11-toolkits/fox17/pkg-plist b/x11-toolkits/fox17/pkg-plist index 4e3bf2f81404..5ff064e89bfe 100644 --- a/x11-toolkits/fox17/pkg-plist +++ b/x11-toolkits/fox17/pkg-plist @@ -164,6 +164,7 @@ include/fox-%%MAJORVER%%/FXICOImage.h include/fox-%%MAJORVER%%/FXIFFIcon.h include/fox-%%MAJORVER%%/FXIFFImage.h 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 @@ -288,6 +289,7 @@ include/fox-%%MAJORVER%%/FXStatusLine.h include/fox-%%MAJORVER%%/FXStream.h include/fox-%%MAJORVER%%/FXString.h include/fox-%%MAJORVER%%/FXStringDict.h +include/fox-%%MAJORVER%%/FXStringMap.h include/fox-%%MAJORVER%%/FXSwitcher.h include/fox-%%MAJORVER%%/FXSystem.h include/fox-%%MAJORVER%%/FXTGAIcon.h |