summaryrefslogtreecommitdiff
path: root/x11/gtk/patches
AgeCommit message (Collapse)AuthorFilesLines
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh2-22/+0
2002-09-01Install locale files into correct directory under Solaris.tron1-5/+7
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam2-2/+2
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-07-18Patch the various pkgconfig files to include proper -Wl,-R options.rh2-0/+22
Bump PKGREVISION
2001-04-26Update gtk+ to 1.2.10. Overview of Changes in GTK+ 1.2.10:rh2-8/+27
* Fix focus drawing with no window manager * Fix cut-and-paste with no current event * Fix compilation using --with-xinput=gxi * Fix problem with cut-and-paste and KOI8-R * Fix rare problem with enter events and menus * Fix problem with --with-native-locale and GNU libc-2.1 * Further fixes for using fonts, not fontsets, with non iso-8859-1. * Fix problem with dropping onto internal children, such as CList buttons * Translation updates This package also fixes a bug of gtk+-1.2.10 that messes up focus-follows-pointer with embedded windows (which affects, for example, the control center and various bonobo components in GNOME). Thanks go to Dan Winship <danw@ximian.com>, who provided this patch in private mail.
2001-03-10Remove obsolete patch file.tron1-19/+0
2001-03-10update to 1.2.9.drochner3-20/+20
Overview of Changes in GTK+ 1.2.9: * Move include files into a gtk-1-2/ subdir to support parallel installation with GTK+-2.0. If you are installing from source on top of a previous version, you should to remove $(includedir)/gdk/ and $(includedir)/gtk/ manually before installing the new version. * Improved submenu navigation. * Other small useability improvements for menus, scrollbars, etc. * Patch enabling themes with better appearance by making some geometry parameters settable. * Changes so that using fonts (as well as fontsets) for non-iso-8859-1 locales will work. * New --with-native-locale configure option for faster string handling on systems with non-broken locale support. * Refuse to initialize GTK+ when setuid (http://www.gtk.org/setuid.html) * Change to make GdkRGB use less SHM segments. * Addition of .pc files * Many bug fixes
2001-02-26Do not hardcode locale directory to "share/locale", use "${PKGLOCALEDIR}"tron2-4/+4
instead.
2000-06-05Replace USE_PKGLIBTOOL by USE_LIBTOOL.wiz1-17/+1
2000-05-26Update gtk+ to 1.2.8. Overview of changes:rh1-9/+9
* GNU Make 3.79 bug workaround * FAQ and tutorial updates and improvements * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
2000-05-02Remove patches to deal with two bugs involving configure's handling ofdanw1-14/+1
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-03-12Update "gtk+" package to version 1.2.7. This version fixes numerous bugstron1-15/+15
discovered in version 1.2.6 and includes two new translations.
1999-11-22Regenerate two patch files, to ensure they can be applied without aagc2-12/+12
fuzz factor, and rtemove the fuzz factor definition from the package makefile.
1999-10-22Update "gtk+" package to version 1.2.6 included in GNOME 1.0.53 release.tron1-6/+6
1999-08-28Fix shared library version numbers, as pointed out in private mail byrh1-5/+7
Johnny C. Lam, thanks!
1999-08-28Update gtk+ to 1.2.4rh3-30/+29
Overview of Changes in GTK+ 1.2.4: * DnD improvements (drags can be canceled with Esc now). * suppressed configure event reordering in Gdk. * rewrite of Gtk's configure event handling. * major improvements for the object argument system (Elena Devdariani). * major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and GtkCTree. * tutorial/FAQ updates, new file generation.txt on autogenerated sources. * configure's --with-glib= is "officially" unsupported. * upgrade to libtool 1.3.3. * various buglets fixed. Overview of Changes in GTK+ 1.2.3: * Upgrade to libtool 1.3 * Check for dgettext (for systems with old versions of GNU Gettext) * Many bug fixes (see ChangeLog for details)
1999-05-02Update "gtk+" package to version 1.2.2.tron1-5/+5
1999-04-29Properly order linker option output of "gtk-config".tron1-5/+8
1999-04-27Add "-Wl,-R" to linker option list in "gtk-config".tron1-0/+13
1999-04-16Update "gtk" package to version 1.2.1 on request by Tim Rightnour.tron1-17/+18
1999-03-09Don't automatically prefix "../" to the INSTALL command for subdir use.tron1-2/+15
1999-03-05Don't use strange library naming scheme ("libgtk-12.so.0.0") because ittron3-6/+15
will cause all programs to be linked with the static library. The shared library is now called "libgtk.so.12.0".
1999-03-04Update "gtk+" package to release version 1.2.0.tron4-33/+55
1999-01-16The never ending gnome story:tron1-0/+19
Update "gtk+" package to version 1.1.12.
1999-01-16The never ending gnome story:tron2-23/+9
Update "gtk+" package to version 1.1.12.
1998-12-18Update "gtk+" package to version 1.1.9.tron3-18/+31
1998-11-21Update "gtk+" package to version 1.1.3 using patches bytron1-13/+0
Frank van der Linden.
1998-11-21Update "gtk+" package to version 1.1.3 using patches bytron2-56/+20
Frank van der Linden.
1998-11-12Add missing NetBSD RCS Id.agc1-0/+2
1998-10-04Update "gtk+" package to version 1.1.2.tron2-0/+26
1998-08-20Update "gtk+" package to version 1.1.1.tron2-32/+45
1998-08-07Add NetBSD RCS Ids.agc3-0/+6
1998-07-18- Adapt to use pkg version of libtool instead of its own private copy.tv2-18/+35
- Use INSTALL_{PROGRAM,DATA,SCRIPT} from the pkg system in the makefiles instead of hacking around the INSTALL= breakage in configure. - Change @dirrm share/aclocal to a "try to delete aclocal directory" via @unexec rmdir || true - more than one pkg uses the aclocal dir.
1998-07-15Install "glibconfig.h" in "${PREFIX}/include" so that "gtk+" applicationstron1-0/+11
can find it, fixes PR pkg/5728 by Perry E. Metzger.
1998-06-20Update gtk+ to version 1.0.4 using changes supplied by Bernk Sieker.tron2-21/+21
1998-04-14Update to "gtk+-1.0.0" using changes supplied by Bernd Sieker.tron2-154/+18
1998-02-13Well, it's a long story...agc1-0/+147
The gimp package has strange compilation errors for me. This can be traced back to the fact that HAVE_FLOAT_H and HAVE_LIMITS_H are undefined in $X11BASE/include/glibconst.h, which is included by $X11BASE/include/glib.h. glibconst.h is automatically generated using a configure script produced by GNU autoconf, when configuring the gtk package. This script was setting CPP to /lib/cpp, because "cc -E -qlanglvl=ansi" produced a warning on stderr when trying to find out how to call the ANSI compiler. And because /lib/cpp doesn't exist, the programs which were passed through it to expand #include <limits.h> or #include <float.h> failed, so configure assumed that they weren't present.
1998-02-03Initial import of gtk+-0.99.3 package made by Bernd Sieker.tron1-0/+10