Age | Commit message (Collapse) | Author | Files | Lines |
|
buildlink2.mk files back into the main trunk.
|
|
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
|
|
(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)
|
|
|
|
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
|
|
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
|
|
Gillespie, Jr.in pkg/14204, which minor updates by me.
|
|
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)
Release: Gtk-- 1.2.4
* Fixes for code generator
* Rotated Bin::add_pixlabel.
* gcc 2.96 fixes.
* Distribution fixes.
* Tutorial updates.
* Dialog demos.
* Dialog demo from Paul Serice.
* Warning clean up.
* Fix for accelerator labels from Toralf Lund.
Release: Gtk-- 1.2.3
* Fixes for container
* Bugs in code generator
* Minor internal fixes.
* Major changes for libstdc++-v3 from Felix Natter
* Patches to try to improve gcc 2.96 compilation (still problem with yacc)
* Menu improvements to support dynamic menu items.
* CTree iterator fixes.
Release: Gtk-- 1.2.2
* CTree updates from Juergen Mangler, a9506264@unet.univie.ac.at
* Tearoff menu support (Juergen).
* New examples for ctree and menu (Juergen).
* Changed internals to get around serious gcc bug. Earlier versions
should be discarded. Use of old version with multiple inheritence
will cause segfaults!
|
|
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
|
|
|
|
|
|
fixes and added functionality. Libsigc++ and gnome-- have been split away
into separate software packages.
Closes PR#10213 by Bernd Sieker <bsieker@freenet.de>.
|
|
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
|
|
|
|
|
|
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.
|
|
|
|
|
|
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
|
|
|
|
|
|
|
|
update to gtk---1.0.0
|
|
|