aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2011-08-02 09:17:35 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2011-08-02 09:17:35 +0000
commit9c1e21859fe50c008b13471e02deacef8a9bee38 (patch)
tree2da0772373e1c2ae10814c3515e291a56076404c /x11-toolkits
parent53a996a1580ad2594dd6db9d7cd576d5492def78 (diff)
downloadports-9c1e21859fe50c008b13471e02deacef8a9bee38.tar.gz
ports-9c1e21859fe50c008b13471e02deacef8a9bee38.zip
- update to 1.7.27
Notes
Notes: svn path=/head/; revision=278775
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-include_xincs.h15
-rw-r--r--x11-toolkits/fox17/files/patch-lib_FXThread.cpp11
-rw-r--r--x11-toolkits/fox17/pkg-plist13
5 files changed, 31 insertions, 14 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile
index 50e7e1e9f48d..3e20619f7e82 100644
--- a/x11-toolkits/fox17/Makefile
+++ b/x11-toolkits/fox17/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fox
-PORTVERSION= 1.7.26
+PORTVERSION= 1.7.27
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 861cebcd9d6a..c6c2171a97c9 100644
--- a/x11-toolkits/fox17/distinfo
+++ b/x11-toolkits/fox17/distinfo
@@ -1,2 +1,2 @@
-SHA256 (fox-1.7.26.tar.gz) = ad40627ff5adf4fac2d2176c016aceb5ad38fcc4ab61b4676f6472c08c582406
-SIZE (fox-1.7.26.tar.gz) = 4882077
+SHA256 (fox-1.7.27.tar.gz) = 72f2d7e56e091acce99bf5633c89a027563491e4c2f65075fe8d5c27e7970d26
+SIZE (fox-1.7.27.tar.gz) = 4900117
diff --git a/x11-toolkits/fox17/files/patch-include_xincs.h b/x11-toolkits/fox17/files/patch-include_xincs.h
new file mode 100644
index 000000000000..990ba4e489e4
--- /dev/null
+++ b/x11-toolkits/fox17/files/patch-include_xincs.h
@@ -0,0 +1,15 @@
+--- include/xincs.h.orig 2011-08-02 10:41:42.000000000 +0200
++++ include/xincs.h 2011-08-02 10:42:11.000000000 +0200
+@@ -110,7 +110,12 @@
+ #include <grp.h>
+ #include <pwd.h>
+ #include <sys/ioctl.h>
++#ifdef __FreeBSD__
++#include <sys/param.h>
++#include <sys/mount.h>
++#else
+ #include <sys/statfs.h>
++#endif
+ #ifdef HAVE_UNISTD_H
+ #include <sys/types.h>
+ #include <unistd.h>
diff --git a/x11-toolkits/fox17/files/patch-lib_FXThread.cpp b/x11-toolkits/fox17/files/patch-lib_FXThread.cpp
deleted file mode 100644
index 8e8a56877012..000000000000
--- a/x11-toolkits/fox17/files/patch-lib_FXThread.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/FXThread.cpp.orig 2011-05-19 09:10:16.000000000 +0200
-+++ lib/FXThread.cpp 2011-05-19 09:10:38.000000000 +0200
-@@ -599,7 +599,7 @@
- InitializeCriticalSection(((RWLOCK*)data)->mutex);
- InitializeCriticalSection(((RWLOCK*)data)->access);
- ((RWLOCK*)data)->readers=0;
--#elif defined(__APPLE__)
-+#elif defined(__APPLE__) || defined(__FreeBSD__)
- // If this fails on your machine, determine what value
- // of sizeof(pthread_rwlock_t) is supposed to be on your
- // machine and mail it to: jeroen@fox-toolkit.com!!
diff --git a/x11-toolkits/fox17/pkg-plist b/x11-toolkits/fox17/pkg-plist
index 2cecb86d6326..fb0de96cf9d0 100644
--- a/x11-toolkits/fox17/pkg-plist
+++ b/x11-toolkits/fox17/pkg-plist
@@ -37,9 +37,11 @@ include/fox-%%MAJORVER%%/FXArray.h
include/fox-%%MAJORVER%%/FXArrowButton.h
include/fox-%%MAJORVER%%/FXAtomic.h
include/fox-%%MAJORVER%%/FXAutoPtr.h
+include/fox-%%MAJORVER%%/FXAutoThreadStorageKey.h
include/fox-%%MAJORVER%%/FXBMPIcon.h
include/fox-%%MAJORVER%%/FXBMPImage.h
include/fox-%%MAJORVER%%/FXBZFileStream.h
+include/fox-%%MAJORVER%%/FXBarrier.h
include/fox-%%MAJORVER%%/FXBitmap.h
include/fox-%%MAJORVER%%/FXBitmapFrame.h
include/fox-%%MAJORVER%%/FXBitmapView.h
@@ -87,6 +89,8 @@ include/fox-%%MAJORVER%%/FXComplexd.h
include/fox-%%MAJORVER%%/FXComplexf.h
include/fox-%%MAJORVER%%/FXComposeContext.h
include/fox-%%MAJORVER%%/FXComposite.h
+include/fox-%%MAJORVER%%/FXConcurrent.h
+include/fox-%%MAJORVER%%/FXCondition.h
include/fox-%%MAJORVER%%/FXConsole.h
include/fox-%%MAJORVER%%/FXCursor.h
include/fox-%%MAJORVER%%/FXDC.h
@@ -159,6 +163,7 @@ include/fox-%%MAJORVER%%/FXICOImage.h
include/fox-%%MAJORVER%%/FXIFFIcon.h
include/fox-%%MAJORVER%%/FXIFFImage.h
include/fox-%%MAJORVER%%/FXIO.h
+include/fox-%%MAJORVER%%/FXIODevice.h
include/fox-%%MAJORVER%%/FXIcon.h
include/fox-%%MAJORVER%%/FXIconDict.h
include/fox-%%MAJORVER%%/FXIconList.h
@@ -204,6 +209,7 @@ include/fox-%%MAJORVER%%/FXMenuTitle.h
include/fox-%%MAJORVER%%/FXMessageBox.h
include/fox-%%MAJORVER%%/FXMessageChannel.h
include/fox-%%MAJORVER%%/FXMetaClass.h
+include/fox-%%MAJORVER%%/FXMutex.h
include/fox-%%MAJORVER%%/FXObject.h
include/fox-%%MAJORVER%%/FXObjectList.h
include/fox-%%MAJORVER%%/FXOptionMenu.h
@@ -220,6 +226,7 @@ include/fox-%%MAJORVER%%/FXPipe.h
include/fox-%%MAJORVER%%/FXPoint.h
include/fox-%%MAJORVER%%/FXPopup.h
include/fox-%%MAJORVER%%/FXPrintDialog.h
+include/fox-%%MAJORVER%%/FXProcess.h
include/fox-%%MAJORVER%%/FXProgressBar.h
include/fox-%%MAJORVER%%/FXProgressDialog.h
include/fox-%%MAJORVER%%/FXPtrList.h
@@ -234,6 +241,7 @@ include/fox-%%MAJORVER%%/FXRadioButton.h
include/fox-%%MAJORVER%%/FXRangeSlider.h
include/fox-%%MAJORVER%%/FXRanged.h
include/fox-%%MAJORVER%%/FXRangef.h
+include/fox-%%MAJORVER%%/FXReadWriteLock.h
include/fox-%%MAJORVER%%/FXRealSlider.h
include/fox-%%MAJORVER%%/FXRealSpinner.h
include/fox-%%MAJORVER%%/FXRecentFiles.h
@@ -246,11 +254,13 @@ include/fox-%%MAJORVER%%/FXRex.h
include/fox-%%MAJORVER%%/FXRootWindow.h
include/fox-%%MAJORVER%%/FXRuler.h
include/fox-%%MAJORVER%%/FXRulerView.h
+include/fox-%%MAJORVER%%/FXRunnable.h
include/fox-%%MAJORVER%%/FXScrollArea.h
include/fox-%%MAJORVER%%/FXScrollBar.h
include/fox-%%MAJORVER%%/FXScrollPane.h
include/fox-%%MAJORVER%%/FXScrollWindow.h
include/fox-%%MAJORVER%%/FXSearchDialog.h
+include/fox-%%MAJORVER%%/FXSemaphore.h
include/fox-%%MAJORVER%%/FXSeparator.h
include/fox-%%MAJORVER%%/FXSettings.h
include/fox-%%MAJORVER%%/FXShell.h
@@ -260,6 +270,7 @@ include/fox-%%MAJORVER%%/FXSlider.h
include/fox-%%MAJORVER%%/FXSocket.h
include/fox-%%MAJORVER%%/FXSphered.h
include/fox-%%MAJORVER%%/FXSpheref.h
+include/fox-%%MAJORVER%%/FXSpinLock.h
include/fox-%%MAJORVER%%/FXSpinner.h
include/fox-%%MAJORVER%%/FXSplashWindow.h
include/fox-%%MAJORVER%%/FXSplitter.h
@@ -311,6 +322,7 @@ include/fox-%%MAJORVER%%/FXVerticalFrame.h
include/fox-%%MAJORVER%%/FXVisual.h
include/fox-%%MAJORVER%%/FXWindow.h
include/fox-%%MAJORVER%%/FXWizard.h
+include/fox-%%MAJORVER%%/FXWorker.h
include/fox-%%MAJORVER%%/FXXBMIcon.h
include/fox-%%MAJORVER%%/FXXBMImage.h
include/fox-%%MAJORVER%%/FXXPMIcon.h
@@ -328,6 +340,7 @@ include/fox-%%MAJORVER%%/fx3d.h
include/fox-%%MAJORVER%%/fxascii.h
include/fox-%%MAJORVER%%/fxcpuid.h
include/fox-%%MAJORVER%%/fxdefs.h
+include/fox-%%MAJORVER%%/fxendian.h
include/fox-%%MAJORVER%%/fxkeys.h
include/fox-%%MAJORVER%%/fxunicode.h
include/fox-%%MAJORVER%%/fxver.h