Commit graph

8 commits

Author SHA1 Message Date
bouyer
bceab4eb7a Use ${MAKE-make} instead of $ac_make in configure. If ${MAKE} is a full
path (e.g. /usr/local/bin/gmake) $ac_make will have / changed to _
(e.g. _usr_local_bin_gamke)
2002-10-27 13:34:59 +00:00
wiz
7b899ce8ac Update to 1.2.10, provided by Adam Ciarcinski.
Changes:
1.2.10:
	*  Gtk::Editable: removed default arg values from implementation,
	as suggested by Otmar Struwe. This allows it to build with gcc 3.1
1.2.9:
  * Gtk::SArray_Helpers::Traits<T>:  Added specializations for 'const T*',
    'T *const', 'const T *const' and 'const T[N]', so that the inofficial
    RedHat GCC 2.96 chooses the correct one.

Release: Gtk-- 1.2.8
  * CList_Helpers::Row::Row() implemented, not just declared.
    (Murray Cumming)
  * FontSelection::get_font_name(): Prevent crash when GTK+ returns 0.
    (Joe Yandle)
  * Fixed memory leak in Gtk::Editable::get_chars() (Gergo)
  * Gtk::Widget::get_toplevel is more cautious if the return value is not
    a Gtk::Window* (Gergo)

Release: Gtk-- 1.2.7
  * Minor gtkmmproc install fix. (Grumegargler)
  * Lots of reference documentation text added, based on the GTK+ reference
    documentation. (Jason M'Sadoques)
  * gtkmm-config does not give -I/usr/include, which should be implicit if
    necessary, and which overrides the implicit gcc replacement system
    headers if used. Apparently this is useful for gcc 3.0, and is what
    gtk+ does.(Daniel Elstner)

Release: Gtk-- 1.2.6
  Skipped.

Release: Gtk-- 1.2.5
  * Fixes for code generator.
  * Fixes for RedHat 7.0 configure bug.
  * Numerous patches to clean up code and improve appearance.
  * Added SpinButton::update() (Augustin Ferrin Pozuelo)
  * Menushell namespace fixes (jaycox)
  * Fixes for gtk--.m4 (srittau)
  * Major CTree fixes
  * CTree::selection() fixed. (Murray Cumming)
  * Added CTree::{Row,Column}::moveto()
  * Fix for CTree::RowList::end() (Daniel Elstner)
  * Documentation fixes (Falk Hueffner)
  * TreeItem patch (Joe Yandle)

Converted to buildlink2 by me.
2002-09-11 21:53:46 +00:00
drochner
4b274ce96a get rid of another runtime perl dependency
(don't install gtkmmconvert - it seems useless to me, and if _really_
needed, we can still make an own pkg of it which depends on perl)
2002-02-14 13:58:24 +00:00
jlam
9a8298285b Update gtk-- to 1.2.1. Changes from (ancient) 1.0.3 include many, many
fixes and added functionality.  Libsigc++ and gnome-- have been split away
into separate software packages.

Closes PR#10213 by Bernd Sieker <bsieker@freenet.de>.
2000-07-15 09:48:12 +00:00
danw
82d9c1f174 Remove patches to deal with two bugs involving configure's handling of
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02 18:48:35 +00:00
tron
19e8dedb52 Update "gtk--" package to version 1.0.3 include in GNOME 1.0.53 release
and enable GNOME support. Changes since version 1.0.0:
- uncommented Gtk_CheckMenuItem::set_state(bool)
- new string vector based ctors for Gtk_CList and Gtk_CTree.
- misc. other changes/fixes to Gtk_CTree.
- fixed Gtk_CTreeNode::node_nth_child_real
- Improvements to list wrappers and portablity fixes. (world)
- Ctree, Style, Clist improvements (Dukes)
- Fixed drag_begin. (Dukes)
- ItemFactory interface changes. (Dukes&Tero)
- Fixed global trashcan problem -- critical. (Stephane Conversy)
- Gdk-- bug in reference counting. (Ewen McNeill)
- Missing ctors in gdk--.  (Dukes)
- Gnome-- item fixes (Herbert Valerio Riedel)
- Numerous package fixes.
1999-11-14 23:36:24 +00:00
rh
46a3c88541 convert FreeBSD port to NetBSD package
update to gtk---1.0.0
1999-03-14 17:12:53 +00:00
rh
dc0df33a6d Initial import of FreeBSD port for gtk-- (0.9.14) 1999-03-14 17:08:59 +00:00