diff options
-rw-r--r-- | x11-toolkits/gauche-gtk/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/gauche-gtk/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/gauche-gtk/files/patch-src_gtktextview.stub | 10 |
3 files changed, 13 insertions, 6 deletions
diff --git a/x11-toolkits/gauche-gtk/Makefile b/x11-toolkits/gauche-gtk/Makefile index ae3a29f4440d..955cb74b7f38 100644 --- a/x11-toolkits/gauche-gtk/Makefile +++ b/x11-toolkits/gauche-gtk/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gtk -PORTVERSION= 0.3.2 -PORTREVISION= 2 +PORTVERSION= 0.4 CATEGORIES= x11-toolkits scheme MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gauche @@ -21,8 +20,6 @@ COMMENT= GTK2 binding for Gauche BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche RUN_DEPENDS= ${BUILD_DEPENDS} -BROKEN= "Does not compile" - USE_GNOME= gtk20 # this alters CONFIGURE_TARGET! GNU_CONFIGURE= yes EXAMPLESDIR= ${PREFIX}/share/examples/gauche/${PORTNAME} diff --git a/x11-toolkits/gauche-gtk/distinfo b/x11-toolkits/gauche-gtk/distinfo index 242c15409944..e9e912e858c5 100644 --- a/x11-toolkits/gauche-gtk/distinfo +++ b/x11-toolkits/gauche-gtk/distinfo @@ -1,2 +1,2 @@ -MD5 (Gauche-gtk-0.3.2.tgz) = 37f860f8ff1409f61b8554f7feea8477 -SIZE (Gauche-gtk-0.3.2.tgz) = 277797 +MD5 (Gauche-gtk-0.4.tgz) = 97efd5b663b683234b8e9986d823596d +SIZE (Gauche-gtk-0.4.tgz) = 324019 diff --git a/x11-toolkits/gauche-gtk/files/patch-src_gtktextview.stub b/x11-toolkits/gauche-gtk/files/patch-src_gtktextview.stub new file mode 100644 index 000000000000..9bd23411161f --- /dev/null +++ b/x11-toolkits/gauche-gtk/files/patch-src_gtktextview.stub @@ -0,0 +1,10 @@ +--- src/gtktextview.stub.orig Wed Apr 7 17:06:44 2004 ++++ src/gtktextview.stub Wed Apr 7 17:07:55 2004 +@@ -34,7 +34,6 @@ + (overwrite-mode :type <uint>) + (cursor-visible :type <uint>) + (need-im-reset :type <uint>) +- (just-selected-element :type <uint>) + (onscreen-validated :type <uint>) + (mouse-cursor-obscured :type <uint>) + ;; text-window :type (UNKNOWN . GtkTextWindow*) |