x11-toolkits/py-gtk2 2.2.0 broken with gtk 2.3.6 and enable threading patch

Khairil Yusof kaeru at pd.jaring.my
Sat Mar 13 03:04:28 PST 2004


It was ok with gtk 2.3.5.

Error is: 
GLib-GObject-WARNING **: cannot register existing type `GtkRcStyle'

I'm checking out if there is a fix for it right now. This is currently
breaking all python gtk ports (meld, gdesklets etc)

Also the Makefile check for threading is missing -E for grep, which
would always disable threading (causing ports such as gdesklets to not
run)

--- Makefile.orig       Sat Mar 13 18:43:45 2004
+++ Makefile    Sat Mar 13 19:01:27 2004
@@ -33,7 +33,7 @@
 # Use the same way as the Python port to determine if we want
 # threading support.
 #
-LIBC_R!=       /sbin/ldconfig -r | grep "c_r|pthread" || true
+LIBC_R!=       /sbin/ldconfig -r | grep -E "c_r|pthread" || true
 .if (${LIBC_R} != "") && !defined(WITHOUT_THREADS)
 CONFIGURE_ARGS+=       --enable-thread
 CFLAGS+=               ${PTHREAD_CFLAGS}



-- "You keep using that word. I do not think it means what you think it
means." FreeBSD 5.2-CURRENT i386 6:22pm up 5:56, 4 users, load averages:
1.67, 1.39, 1.29
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20040313/8b9ff5a4/attachment.bin


More information about the freebsd-gnome mailing list