summaryrefslogtreecommitdiff
path: root/x11-toolkits/fox17/pkg-plist
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-07-31 12:51:19 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-07-31 12:51:19 +0000
commit25765bdbb31e232aa82a5fce56131070deeaecd1 (patch)
treea50e5299affa164fc393e0bcfaa0af5b77d84898 /x11-toolkits/fox17/pkg-plist
parentFix depends. (diff)
- Update to 1.7.49
Changes: * Major API changes to FXThreadPool: mostly, much more sane implementation, and optional FXCompletion parameter passed to perform wait on subset of tasks; see FXCompletion notes below. * Added FXCompletion synchronization object. FXCompletion is now used in FXTaskGroup, FXThreadPool, but can also be used in your own programs whenever one thread needs to await the completion of multiple worker threads. * Fixed bug in FXJSON parser: properly stop parsing at offending character. * Byte order mark handling fix in FXJSON parser. * Added toChars() API to FXVariant; it returns empty string unless variant is of type string. This is very similar to asChars(), except that toChars() is safe (always returns a non-NULL pointer). * Renamed toPointer() to toPtr() in FXVariant for consistency. * FXParallel implementation changes: don't kick off tasks via FXThreadPool in ParallelFor if there's only one task. Also, split ParallelFor into a number of pieces corresponding to the number of threads available in the FXThreadPool, unless this number is passed explicitly. * Ensured FXParallelForFunctor's are aligned in ParallelFor. * Updated VC++ 2008 Visual Studio project files. - Remove a patch that was applied upstream
Notes
Notes: svn path=/head/; revision=363582
Diffstat (limited to 'x11-toolkits/fox17/pkg-plist')
-rw-r--r--x11-toolkits/fox17/pkg-plist5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/fox17/pkg-plist b/x11-toolkits/fox17/pkg-plist
index 68bf185afa46..b5b9ea5f34fe 100644
--- a/x11-toolkits/fox17/pkg-plist
+++ b/x11-toolkits/fox17/pkg-plist
@@ -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.48
+lib/libCHART-%%MAJORVER%%.so.0.0.49
lib/libFOX-%%MAJORVER%%.a
lib/libFOX-%%MAJORVER%%.la
lib/libFOX-%%MAJORVER%%.so
lib/libFOX-%%MAJORVER%%.so.0
-lib/libFOX-%%MAJORVER%%.so.0.0.48
+lib/libFOX-%%MAJORVER%%.so.0.0.49
include/fox-%%MAJORVER%%/FX4Splitter.h
include/fox-%%MAJORVER%%/FX7Segment.h
include/fox-%%MAJORVER%%/FX885910Codec.h
@@ -49,6 +49,7 @@ include/fox-%%MAJORVER%%/FXBitmap.h
include/fox-%%MAJORVER%%/FXBitmapFrame.h
include/fox-%%MAJORVER%%/FXBitmapView.h
include/fox-%%MAJORVER%%/FXButton.h
+include/fox-%%MAJORVER%%/FXCompletion.h
include/fox-%%MAJORVER%%/FXCP1250Codec.h
include/fox-%%MAJORVER%%/FXCP1251Codec.h
include/fox-%%MAJORVER%%/FXCP1252Codec.h