aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2011-08-05 07:46:53 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2011-08-05 07:46:53 +0000
commita8dd5eee1dbaa7ab69b22cdbd4cfc54b4eac1c70 (patch)
treed5b0048d8dfd7690281957ae37994ad5fdd59021 /x11-toolkits
parenta90d2080ae9e66a650ddc2b5ecf673ec95ae0c9f (diff)
downloadports-a8dd5eee1dbaa7ab69b22cdbd4cfc54b4eac1c70.tar.gz
ports-a8dd5eee1dbaa7ab69b22cdbd4cfc54b4eac1c70.zip
- Update to 1.7.28
Notes
Notes: svn path=/head/; revision=278943
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/fox17/Makefile2
-rw-r--r--x11-toolkits/fox17/distinfo4
-rw-r--r--x11-toolkits/fox17/files/patch-lib_FXThread.cpp15
3 files changed, 18 insertions, 3 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile
index 3e20619f7e82..619279bb44c2 100644
--- a/x11-toolkits/fox17/Makefile
+++ b/x11-toolkits/fox17/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fox
-PORTVERSION= 1.7.27
+PORTVERSION= 1.7.28
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.fox-toolkit.org/ftp/ \
ftp://ftp.fox-toolkit.org/pub/
diff --git a/x11-toolkits/fox17/distinfo b/x11-toolkits/fox17/distinfo
index c6c2171a97c9..6f9ca25a4992 100644
--- a/x11-toolkits/fox17/distinfo
+++ b/x11-toolkits/fox17/distinfo
@@ -1,2 +1,2 @@
-SHA256 (fox-1.7.27.tar.gz) = 72f2d7e56e091acce99bf5633c89a027563491e4c2f65075fe8d5c27e7970d26
-SIZE (fox-1.7.27.tar.gz) = 4900117
+SHA256 (fox-1.7.28.tar.gz) = 1179ec4c8c789ee33be704ecf66f8c3e317c69815eaf47a14d4142cdbae83b04
+SIZE (fox-1.7.28.tar.gz) = 4899365
diff --git a/x11-toolkits/fox17/files/patch-lib_FXThread.cpp b/x11-toolkits/fox17/files/patch-lib_FXThread.cpp
new file mode 100644
index 000000000000..2d82346c3269
--- /dev/null
+++ b/x11-toolkits/fox17/files/patch-lib_FXThread.cpp
@@ -0,0 +1,15 @@
+--- lib/FXThread.cpp.orig 2011-08-05 09:26:49.000000000 +0200
++++ lib/FXThread.cpp 2011-08-05 09:32:51.000000000 +0200
+@@ -25,6 +25,12 @@
+ #include "FXAutoThreadStorageKey.h"
+ #include "FXThread.h"
+
++#ifdef __FreeBSD__
++#include <pthread_np.h>
++#include <sys/cpuset.h>
++#define cpu_set_t cpuset_t
++#endif
++
+ /*
+ Notes:
+