diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-08-31 18:20:06 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-08-31 18:20:06 +0000 |
commit | f1f1ae4b095bacca2ea05060b606d7fdd1544eb9 (patch) | |
tree | 486e21994b231c824faddfc12a0d21bb244e7acc /x11-toolkits/wxgtk29 | |
parent | ce95f13d0cbd09125790f3c75119bf3fcd1dca14 (diff) | |
download | ports-f1f1ae4b095bacca2ea05060b606d7fdd1544eb9.tar.gz ports-f1f1ae4b095bacca2ea05060b606d7fdd1544eb9.zip |
Notes
Diffstat (limited to 'x11-toolkits/wxgtk29')
-rw-r--r-- | x11-toolkits/wxgtk29/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/wxgtk29/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/wxgtk29/files/patch-configure | 21 |
3 files changed, 18 insertions, 10 deletions
diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile index e5584dc99d90..4be8d8741115 100644 --- a/x11-toolkits/wxgtk29/Makefile +++ b/x11-toolkits/wxgtk29/Makefile @@ -6,8 +6,7 @@ # PORTNAME= wx -PORTVERSION= 2.6.0 -PORTREVISION?= 1 +PORTVERSION= 2.6.1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wxwindows diff --git a/x11-toolkits/wxgtk29/distinfo b/x11-toolkits/wxgtk29/distinfo index 56d766416f01..141c24089db1 100644 --- a/x11-toolkits/wxgtk29/distinfo +++ b/x11-toolkits/wxgtk29/distinfo @@ -1,2 +1,2 @@ -MD5 (wxGTK-2.6.0.tar.bz2) = 1371dd278e8f5a7e1fb821c1e3b3795b -SIZE (wxGTK-2.6.0.tar.bz2) = 7281025 +MD5 (wxGTK-2.6.1.tar.bz2) = dd348a6f825d502b497a085b190b7a27 +SIZE (wxGTK-2.6.1.tar.bz2) = 7205374 diff --git a/x11-toolkits/wxgtk29/files/patch-configure b/x11-toolkits/wxgtk29/files/patch-configure index 2b3d5be8d5c5..33327df196a0 100644 --- a/x11-toolkits/wxgtk29/files/patch-configure +++ b/x11-toolkits/wxgtk29/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Thu Apr 21 00:32:34 2005 -+++ configure Thu May 5 16:17:57 2005 -@@ -33918,7 +33918,7 @@ +--- configure.orig Thu Jun 2 23:03:05 2005 ++++ configure Wed Aug 31 23:48:02 2005 +@@ -34396,7 +34396,7 @@ fi ;; *-*-freebsd*) @@ -9,7 +9,7 @@ ;; *-*-darwin* | *-*-cygwin* ) THREAD_OPTS="" -@@ -33955,6 +33955,12 @@ +@@ -34433,6 +34433,12 @@ echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6 ;; @@ -22,7 +22,16 @@ -*) echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6 -@@ -35210,6 +35216,7 @@ +@@ -34515,7 +34521,7 @@ + { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5 + echo "$as_me: WARNING: No thread support on this system... disabled" >&2;} + else +- LDFLAGS="$THREADS_CFLAGS $LDFLAGS" ++ LDFLAGS="$THREADS_CFLAGS $THREADS_LINK $LDFLAGS" + LIBS="$THREADS_LINK $LIBS" + + echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5 +@@ -35701,6 +35707,7 @@ fi fi fi @@ -30,7 +39,7 @@ if test "$WXGTK20" = 1 ; then cat >>confdefs.h <<_ACEOF -@@ -35330,7 +35337,7 @@ +@@ -35823,7 +35830,7 @@ OPTIMISE="-O" fi fi |