aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2012-05-02 21:40:56 +0800
committergahr <gahr@FreeBSD.org>2012-05-02 21:40:56 +0800
commitc11400e498cbf3402a194c77716497c57365fdca (patch)
tree1fe3463572c50d09dd960f5fb70eb498474ce0c9 /x11-toolkits
parentc1ae357a6b96088b4114d068bb6533a3b05a43b7 (diff)
downloadfreebsd-ports-gnome-c11400e498cbf3402a194c77716497c57365fdca.tar.gz
freebsd-ports-gnome-c11400e498cbf3402a194c77716497c57365fdca.tar.zst
freebsd-ports-gnome-c11400e498cbf3402a194c77716497c57365fdca.zip
- Update to 1.7.33
* Fixed TIFF image save/load. * Fixed quaternion arc() for vectors that are 180 degrees apart. * Some tweaks in FXAtomic: more optimal code for non-PIC compiles; also, check for PIE (position independent executable). * Fixed problem in FXRex regarding non-ASCII characters. * Repaired some broken syntax patterns in Adie.stx syntax file. * SSE-ified lerp() API added to vector classes. * Fixed SSE unaligned store problem in FXMat4d; exhibited itself on 32-bit systems. * Setjmp()/longjmp() issue fixed in fxpngio.cpp. * Operator FXbool in FXAutoPtr and FXRefPtr interfered with comparison operators; removed it. * Added API's to FXMat4 classes. * Added serialization capability to FXExpression class.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/fox17/Makefile6
-rw-r--r--x11-toolkits/fox17/distinfo4
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile
index 9171a6aa1e29..8fbd45b1666e 100644
--- a/x11-toolkits/fox17/Makefile
+++ b/x11-toolkits/fox17/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= fox
-PORTVERSION= 1.7.32
+PORTVERSION= 1.7.33
CATEGORIES= x11-toolkits
-MASTER_SITES= http://www.fox-toolkit.org/ftp/ \
- ftp://ftp.fox-toolkit.org/pub/
+MASTER_SITES= http://ftp.fox-toolkit.org/pub/ \
+ ftp://ftp.fox-toolkit.org/pub/
MAINTAINER= gahr@FreeBSD.org
COMMENT= Fast and extensive C++ GUI toolkit -- devel version
diff --git a/x11-toolkits/fox17/distinfo b/x11-toolkits/fox17/distinfo
index ac3de03091f6..b18a06233d53 100644
--- a/x11-toolkits/fox17/distinfo
+++ b/x11-toolkits/fox17/distinfo
@@ -1,2 +1,2 @@
-SHA256 (fox-1.7.32.tar.gz) = 4f6b850450b25793d5147b120c446926d0f1b71f34a4c6873bcf65dbcc223879
-SIZE (fox-1.7.32.tar.gz) = 4954127
+SHA256 (fox-1.7.33.tar.gz) = 3791b4435cd76206443f570a549b79cbb19bea805c1a410622175fac987df407
+SIZE (fox-1.7.33.tar.gz) = 4953534