summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2008-04-25 05:21:30 +0000
committerwiz <wiz>2008-04-25 05:21:30 +0000
commit8278c3ed8d42a6cf2b8116e880fe85c4ee11a8f4 (patch)
treed4db203e861f7dcb5d89ad4d2e456b13749a74ba /x11
parentc4706bf8b596eb3acbd0a0d7e2d99be3ef686f54 (diff)
downloadpkgsrc-8278c3ed8d42a6cf2b8116e880fe85c4ee11a8f4.tar.gz
Update to 1.6.32:
March 10 - FOX STABLE 1.6.32 * Fixed FXPath::simplify(). Backport from FOX 1.7. * Fixed Adie CPU load issue caused by clock updating. * Fixed FXURL::fileFromURL(). November 16 - FOX STABLE 1.6.31 * Bug fix to strtoull() for systems which have no native strtoull(). * Missing tr() added in FXMDIClient. * Fix for FXRuby in FXMDIClient (don't test for message==0 in notify message). October 6 - FOX STABLE 1.6.30 * Fixed some issues with flush() in FXBZFileStream and FXGZFileStream. * FXDial didn't issue SEL_COMMAND when driven from keyboard. * Small typo found in fxfilematch() was found which affected character-range matching. * Problem in FX7Segment fixed. August 9 - FOX STABLE 1.6.29 * Added ".jpeg" as additional extension for JPEG images in FXIconSource. * Fix in FXSplashWindow not killing timer if it gets destroyed before timer goes off. * FX7Segment had bug in onCmdGetStringValue() implementation (it was not returning the string). * Cruft removed from FXMat3f. * Bold style fixed in FXText. * Read outside buffer problem (flagged in valgrind occasionally) fixed in FXText. * Bugs in FXListBox and FXTreeListBox fixed. 1.6.28: not described
Diffstat (limited to 'x11')
-rw-r--r--x11/fox/Makefile4
-rw-r--r--x11/fox/distinfo10
-rw-r--r--x11/fox/patches/patch-aa31
3 files changed, 27 insertions, 18 deletions
diff --git a/x11/fox/Makefile b/x11/fox/Makefile
index 825a0b2c85c..7185e65c329 100644
--- a/x11/fox/Makefile
+++ b/x11/fox/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2007/06/10 11:40:52 xtraeme Exp $
+# $NetBSD: Makefile,v 1.38 2008/04/25 05:21:30 wiz Exp $
-DISTNAME= fox-1.6.27
+DISTNAME= fox-1.6.32
CATEGORIES= x11
MASTER_SITES= http://www.fox-toolkit.org/ftp/
diff --git a/x11/fox/distinfo b/x11/fox/distinfo
index c6ab5310529..6517a3b656e 100644
--- a/x11/fox/distinfo
+++ b/x11/fox/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2007/06/10 11:40:52 xtraeme Exp $
+$NetBSD: distinfo,v 1.17 2008/04/25 05:21:30 wiz Exp $
-SHA1 (fox-1.6.27.tar.gz) = 1f657c3335cce7135e1b7490ccf6243aa0231042
-RMD160 (fox-1.6.27.tar.gz) = 224a7d250bb3e6f4af5709539392b5a1b619382d
-Size (fox-1.6.27.tar.gz) = 4193329 bytes
-SHA1 (patch-aa) = 1221a97f498a0df9ed35cb5eda8c879a98aff798
+SHA1 (fox-1.6.32.tar.gz) = 008acc27ed95d9b3631e63a5b67def4803c2dc4f
+RMD160 (fox-1.6.32.tar.gz) = 0444c18aa89bf4d083cfba27d05d8a51d575a577
+Size (fox-1.6.32.tar.gz) = 4194598 bytes
+SHA1 (patch-aa) = 3e0fa9f47b1e1464121b1c9b97b6391eb047a2d1
diff --git a/x11/fox/patches/patch-aa b/x11/fox/patches/patch-aa
index f4f6597f273..3e90c4b51d6 100644
--- a/x11/fox/patches/patch-aa
+++ b/x11/fox/patches/patch-aa
@@ -1,30 +1,39 @@
-$NetBSD: patch-aa,v 1.7 2007/04/17 21:32:06 joerg Exp $
+$NetBSD: patch-aa,v 1.8 2008/04/25 05:21:30 wiz Exp $
---- configure.orig 2007-03-08 13:05:01.000000000 +0000
+--- configure.orig 2008-03-11 04:09:40.000000000 +0100
+++ configure
-@@ -22302,13 +22302,13 @@ fi
+@@ -22648,13 +22648,13 @@ fi
PTHREAD_LIBS=notfound
if test "x$PTHREAD_LIBS" = xnotfound; then
--echo "$as_me:$LINENO: checking for pthread_exit in -lpthread" >&5
--echo $ECHO_N "checking for pthread_exit in -lpthread... $ECHO_C" >&6
-+echo "$as_me:$LINENO: checking for pthread_exit in ${PTHREAD_LDFLAGS} ${REAL_PTHREAD_LIBS}" >&5
-+echo $ECHO_N "checking for pthread_exit in ${PTHREAD_LDFLAGS} ${REAL_PTHREAD_LIBS}... $ECHO_C" >&6
+-{ echo "$as_me:$LINENO: checking for pthread_exit in -lpthread" >&5
+-echo $ECHO_N "checking for pthread_exit in -lpthread... $ECHO_C" >&6; }
++{ echo "$as_me:$LINENO: checking for pthread_exit in ${PTHREAD_LDFLAGS} ${REAL_PTHREAD_LIBS}" >&5
++echo $ECHO_N "checking for pthread_exit in ${PTHREAD_LDFLAGS} ${REAL_PTHREAD_LIBS}... $ECHO_C" >&6; }
if test "${ac_cv_lib_pthread_pthread_exit+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lpthread $LIBS"
-+LIBS="${PTHREAD_LDFLAGS} ${REAL_PTHREAD_LIBS} $LIBS"
++LIBS="${PTHREAD_LDFLAGS} ${REAL_PTHREAD_LIBS} $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
-@@ -22367,7 +22367,7 @@ fi
- echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_exit" >&5
- echo "${ECHO_T}$ac_cv_lib_pthread_pthread_exit" >&6
+@@ -22710,7 +22710,7 @@ fi
+ { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_exit" >&5
+ echo "${ECHO_T}$ac_cv_lib_pthread_pthread_exit" >&6; }
if test $ac_cv_lib_pthread_pthread_exit = yes; then
- PTHREAD_LIBS="-lpthread"
+ PTHREAD_LIBS="${PTHREAD_LDFLAGS} ${REAL_PTHREAD_LIBS}"
fi
fi
+@@ -22777,7 +22777,7 @@ fi
+ { echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_pthread_exit" >&5
+ echo "${ECHO_T}$ac_cv_lib_pthreads_pthread_exit" >&6; }
+ if test $ac_cv_lib_pthreads_pthread_exit = yes; then
+- PTHREAD_LIBS="-lpthreads"
++ PTHREAD_LIBS="${PTHREAD_LDFLAGS} ${REAL_PTHREAD_LIBS}"
+ fi
+
+ fi