summaryrefslogtreecommitdiff
path: root/x11/gtk--
AgeCommit message (Collapse)AuthorFilesLines
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2003-03-01libsigc++ -> libsigc++10jmmv1-2/+2
2003-03-01Rename the libsigc++ dependancy to libsigc++10. Bump PKGREVISION.jmmv1-2/+3
2002-10-29Replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. Noted by Manuel Bouyer.wiz1-2/+2
2002-10-27Use ${MAKE-make} instead of $ac_make in configure. If ${MAKE} is a fullbouyer3-1/+29
path (e.g. /usr/local/bin/gmake) $ac_make will have / changed to _ (e.g. _usr_local_bin_gamke)
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-09-11Unused.wiz1-60/+0
2002-09-11Add a missing dir.wiz2-2/+4
2002-09-11Update to 1.2.10, provided by Adam Ciarcinski.wiz8-39/+38
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-08-25Merge changes in packages from the buildlink2 branch that havejlam2-1/+29
buildlink2.mk files back into the main trunk.
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam1-2/+2
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-03-31Add sed patterns so buildlink'd include files get picked up correctly.jmc1-2/+5
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 dependencydrochner4-5/+18
(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-11-30Use perl5/buildlink.mk instead of USE_PERL5.jlam1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
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.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
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.
2001-10-23Buildlinkify x11/gtk--. Changes come from patch provided by Ericjlam2-5/+63
Gillespie, Jr.in pkg/14204, which minor updates by me.
2001-10-23Sort.jlam1-3/+3
2001-10-23Update description from blurb on homepage.jlam1-12/+7
2001-04-24Update gtk-- to 1.2.5. Changes include:rh3-16/+16
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!
2001-04-19Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
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>
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+5
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-11-11Use "${MASTER_SITE_SOURCEFORGE}".tron1-2/+2
2000-07-15Update gtk-- to 1.2.1. Changes from (ancient) 1.0.3 include many, manyjlam7-254/+61
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-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
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.
2000-05-02Remove patches to deal with two bugs involving configure's handling ofdanw2-16/+3
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-03-28Set "${M4}" to "gm4" so that we really use the GNU "m4".tron1-2/+3
2000-01-02Adapt to new directory structure on GNOME ftp sites.tron1-2/+2
1999-11-14Update "gtk--" package to version 1.0.3 include in GNOME 1.0.53 releasetron5-121/+163
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-10-23Use wildcard dependence for "gtk+" package.tron1-2/+2
1999-09-21Consistency:abs1-1/+1
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-08-28Update dependency on gtk+-1.2.4rh1-2/+2
1999-07-09Add package patch checksum files.agc1-0/+5
1999-05-20Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",tron1-2/+1
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-05-02Update dependence for "gtk+" package to version 1.2.2.tron1-2/+2
1999-04-16Update dependence for "gtk+" package to version 1.2.1.tron1-2/+2
1999-03-14merge with more verbose description on homepagerh1-2/+12
1999-03-14"gtk++" is no graphics library.tron2-2/+3
1999-03-14add x11 as categoryrh1-2/+2
1999-03-14convert FreeBSD port to NetBSD packagerh11-217/+345
update to gtk---1.0.0
1999-03-14Initial import of FreeBSD port for gtk-- (0.9.14)rh10-0/+304