head 1.2; access; symbols RELEASE_4_9_0:1.1 RELEASE_5_1_0:1.1; locks; strict; comment @# @; 1.2 date 2003.11.11.05.39.50; author nork; state dead; branches; next 1.1; 1.1 date 2003.04.01.23.06.03; author edwin; state Exp; branches; next ; desc @@ 1.2 log @Update to 1.0.0. Fix build error caused by conflicting dependencies. PR: ports/59074 Submitted by: Alex Kiesel (maintainer) @ text @--- ext/combobutton/combobutton.defs.orig Mon Sep 23 04:28:29 2002 +++ ext/combobutton/combobutton.defs Tue Dec 10 22:53:10 2002 @@@@ -1,6 +1,6 @@@@ ;; -*- scheme -*- ; object definitions ... -(object Combonutton +(object ComboButton (in-module Gtk) (parent Button (Gtk)) (c-name GtkCombobutton) @ 1.1 log @New port: php-gtk Great! I had planned to port this application. Here are some patches to the original submitted PR. They upgrade to v. 0.5.2, force the build of self contained extensions, install examples (all tested and working), fix some typos in the code, USE_GNOMENG, and add a BUILD_DEP towards phpize. I have also added knobs to build gdkpixbuf and gtkhtml extensions (not scintilla). They build OK, but I have been unable to test them => they are not installed. PR: ports/46201 Submitted by: Th. Thomas. @ text @@