diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-07-15 12:42:48 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-07-15 12:42:48 +0000 |
commit | cb0d64bb6039c2979f0320d8b732eaf9b5d08b90 (patch) | |
tree | d6873dc70f90d413e93f68f68726b7d0f0f6ee10 /x11-toolkits/fox17 | |
parent | ca53ab48f752055dd7b321975d80d238370e1875 (diff) | |
download | ports-cb0d64bb6039c2979f0320d8b732eaf9b5d08b90.tar.gz ports-cb0d64bb6039c2979f0320d8b732eaf9b5d08b90.zip |
Notes
Diffstat (limited to 'x11-toolkits/fox17')
-rw-r--r-- | x11-toolkits/fox17/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/fox17/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/fox17/files/patch-include_FXParallel.h | 11 |
3 files changed, 14 insertions, 3 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/ diff --git a/x11-toolkits/fox17/distinfo b/x11-toolkits/fox17/distinfo index ee14bf4d51e7..87b855b5bdf8 100644 --- a/x11-toolkits/fox17/distinfo +++ b/x11-toolkits/fox17/distinfo @@ -1,2 +1,2 @@ -SHA256 (fox-1.7.47.tar.gz) = 7f1de8566b88b0010137ea1172168d53494d2d14bfa03fe32f7796146a31a2a3 -SIZE (fox-1.7.47.tar.gz) = 5271135 +SHA256 (fox-1.7.48.tar.gz) = 90e011aa83eed8a1b3ffe1c1571cb5de41fae8162c7ae01e22697f98aeaa9b7f +SIZE (fox-1.7.48.tar.gz) = 5334145 diff --git a/x11-toolkits/fox17/files/patch-include_FXParallel.h b/x11-toolkits/fox17/files/patch-include_FXParallel.h new file mode 100644 index 000000000000..002f83348d9a --- /dev/null +++ b/x11-toolkits/fox17/files/patch-include_FXParallel.h @@ -0,0 +1,11 @@ +--- include/FXParallel.h.orig 2014-07-15 12:35:48.000000000 +0200 ++++ include/FXParallel.h 2014-07-15 12:35:18.000000000 +0200 +@@ -287,7 +287,7 @@ + const FXuval size((sizeof(FXParallelLoopFunctor<Functor,Index>)+sizeof(FXulong)-1)/sizeof(FXulong)); + if(fm<to){ + FXTaskGroup group(pool); +- FXlong space[128*size]; ++ FXlong space[128*(sizeof(FXParallelLoopFunctor<Functor,Index>)+sizeof(FXulong)-1)/sizeof(FXulong)]; + Index nits=1+(to-fm-1)/by,ni,c; + if(nc>128) nc=128; + if(nc>nits) nc=nits; |