summaryrefslogtreecommitdiff
path: root/x11/gtk--/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-9/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2002-09-11Update to 1.2.10, provided by Adam Ciarcinski.wiz1-4/+4
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-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-14get rid of another runtime perl dependencydrochner1-2/+1
(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)
2001-10-31Move pkg/ files into package's toplevel directoryzuntum1-0/+208