summaryrefslogtreecommitdiff
path: root/x11/gnome-libs/patches
AgeCommit message (Collapse)AuthorFilesLines
2007-05-20Remove gnome-libs from pkgsrc. All its dependencies were already removed.wiz26-663/+0
2005-11-25One function were defined identically in two files, but one ofkristerw1-0/+13
the copies were marked static, wich makes gcc 4 error out on what it think is inconistent declaration/definition. Disable the redundant static version.
2005-04-27Fix AC_DEFUN argument quoting for automake 1.8 and newer. Addresseswiz1-0/+13
part of PR 30053. No PKGREVISION bump because most people won't care.
2004-11-10Use ${VARBASE} instead of hardcoding /var.sketch2-4/+4
2004-05-04make this build with recent versions of zlibdanw1-0/+13
2004-02-18Rename some installed pixmaps so that this does not conflict with libgnomeui.jmmv2-0/+116
Bump PKGREVISION to 2. Found by wiz@.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam3-5/+5
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-08-01Remove another instance of bogus Linux symbol handling to fix buildtron1-0/+13
problems under NetBSD-current.
2002-07-01Don't try to install a file which hasn't been generated. Sync PLIST.agc1-0/+13
2002-05-05Fix patch-ay, which seems to have been merged completely wrong by themartin1-20/+22
last update. This prevents crashes when opening URLs (i.e. by selecting "Open in browser" in the gnome-terminal context menu)
2002-03-29tidy -- remove 0-byte filewindsor1-0/+0
2002-03-24Update gnome-libs to 1.4.1.4. Changes are bugfixes, new man pages, andrh15-167/+143
new translations.
2001-10-12Fix a typo in the "configure" script which cause runtime library pathtron1-2/+11
problems on systems which use "xpkwedge".
2001-10-07Don't derive GLIB_LDFLAGS from GTK_LDFLAGS as they may install inrh1-6/+22
different locations. Fixes PRs 14133 and 14178.
2001-09-30Update gnome-libs to 1.4.1.2.rh1-5/+5
Changes include: * portability fixes * fix stuck grabs with dnd on the canvas * fix bad memory corrupting bugs that should fix most theme related crashes reported earlier * i18n fixes * memory leak fixes * gnome-calculator can expand buttons vertically * build fixes * developer documentation for libart_lgpl * fix crashes and memory problems in libart_lgpl
2001-09-24Patch gnome_url_show() to fall back to the default handler if thedanw1-0/+71
one specified by gnome_config doesn't work. In particular, if a help file can't be viewed with gnome-help-browser (eg, because gnome-core isn't installed), fall back to the user's web browser rather than silently losing.
2001-09-22Instead of "chown root ...; chgrp root ...", do "chown 0 ...; chgrp 0 ...".jlam1-2/+11
UID/GID of 0 reliably points to the root user and group across NetBSD, Solaris and Linux. This fixes the problem noted in pkg/14034 by Sen Nagata <sen@eccosys.com>.
2001-06-16Remove -I$(includedir) from the header search path (in spirit ofjlam8-3/+103
buildlink).
2001-06-16Really put locale files under ${PKGLOCALEDIR}, not only under share, andjlam1-6/+17
refer to orbit-config as $ORBIT_CONFIG in the configure script.
2001-04-06Update gnome-libs to 1.2.13. Changes are bugfixes only.rh1-15/+0
2000-11-30This patch was *not* reversed. It was integrated into the baseline. Reversingmycroft1-13/+0
it broke wm-properties-capplet again.
2000-11-27Fix CMSG* macros for systems that do not define CMSG_LEN and CMSG space torh1-6/+12
make gnome-libs compile again under NetBSD-1.4.x.
2000-11-12Correct reversed patch.tron1-5/+5
2000-11-11Don't core dump when trying to launch something with no Type attribute (e.g.mycroft1-0/+13
a window manager from wm-properties-capplet).
2000-11-11Fix file descriptor passing in zvt, as per regress/sys/kern/unfdpass.mycroft2-0/+109
This makes gnome-terminal actually work on PowerPC...
2000-10-17Update gnome-libs to 1.2.5. Changes from version 1.2.3 are misc. bugfixes andjlam12-97/+72
documentation improvements.
2000-06-20USE_LIBTOOL instead of PKGLIBTOOL. While here, rearrange stuff a bit tojlam2-40/+1
make editing easier.
2000-06-02tell programs using libgnome that -lintl (gettext) is needed toodrochner1-2/+16
2000-05-30update to 1.2.1drochner3-23/+47
"many fixes and enhancements"
2000-05-02Remove patches to deal with two bugs involving configure's handling ofdanw1-31/+1
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-04-29Fix a buglet in zvt: \E[27m only clears reverse video, not all attributes.mycroft1-0/+13
2000-03-13Update "gnome-libs" package to version 1.0.56. A change list for thistron1-7/+7
release is not available unfortunately.
2000-02-05RCS tag addedwiz1-0/+1
2000-01-20Update "gnome-libs" package to version 1.0.55.tron1-27/+0
1999-11-19Patch GNOME libraries so that high score files go to "/var/games" andtron1-0/+11
not to "/var/gnome/games".
1999-11-15defuzzrh2-18/+18
1999-11-01Initialize tty properly in "gnome-pty-helper" so that e.g. "gnome-terminal"tron1-0/+27
will work.
1999-09-03Update gnome-libs to 1.0.16rh1-15/+6
Changes include: - Fixed the ordering of tests for versions of Berkeley db. This will try to use db2, then db1.85, then db1. If you got gnome-libs-1.0.15 and had problems with metadata in the Midnight Commander, please use this version instead (Federico). - Fixes for the installation of HTML/SGML documentation (Karl). - Fixes to the MDI framework (Jaka). - Fixes to the GnomeFileEntry widget (Federico). - Updated translations (Pablo, Vincent, Birger). - gnome-hello dropped from distribution, use GnomeHello as an example instead (Havoc) - GnomeSegv activated (Elliot, Havoc), this will provide a dialog box telling people that the application just crashed and point them to the gnome web site. - Gnome Dentry Editor i18n fixes (George) - Exports constructor routines for most widgets - Memory leak fixes in the Canvas/AA (Federico) - --disable-crash-dialog option (Havoc) - Large const-ization of incoming parameters work from Hebert. - Lots of bug fixes from Elliot and Havoc as part of the Bugathlon. - Gnome-metadata is thread safe now (Tom Tromey) - Gnome-Dentry fixed for i18n (George) - Gnome-Mime key duplication fixed (Bertrand) - Support GNOME_PATH variable. It enables you to install different GNOME packages in different locations in the system and still get gnome-config to recognize your libraries properly - gnome-config now wraps the list of libraries, in an attempt to fit in your screen (me, Raja). - LIbArt started to be documented (Raph) - gnome.1 man page updated, gnome-config.1 man page updated - gnome-mime.5 man page included - Gnome-dev-info files moved to their own directory (Karl) - Added Gnome-MDI signal docs (George) - GnomePixmap, GnomeScores, GnomeDock, GnomeProcBar: Documented by George. - Touchups to GnomeDialog, GnomeClient, GnomeApp from George. - Now GOAD uses the GNOME_PATH variable as a list of directories that are the root of GNOME installations and the GNOME_GNORBA_PATH for locating precisely CORBA servers - Cookie support fixed (Elliot)
1999-08-29Update gnome-libs to 1.0.14rh2-26/+14
Changes include: * various bug fixes from the gnome bug database. * gnome-libs.spec.in: Use sysconfdir=/etc instead of $prefix/etc * libgnome/gnome-config.c: Ignore lines that begin with a '#' * libgnomeui/gnome-dentry-edit.c: Attempt to remove the memory leak from not destroy the icon entry window. * libgnomeui/gnome-scores.c: use strftime() to allow showing the dates in a localized way. * libgnomeui/gnome-app-helper.c: changed "Create _New Window" to "Create New _Window" to avoid conflicts with menus that also use "_New" (it is the case of gmc) * po/*.po: modified to reflect that change * libgnorba/orbitgtk.c (gnorba_CORBA_init): Add new flag to control the priority of the CORBA loop. * idl/gnome-factory.idl: #include guard. * gnome-data/gnome.mime: Midi files also end in .mid * idl/desktop-textviewer.idl: Replace libgnorba/GnomeObject.h with libgnorba/gnome-unknown.h. Also, #include gnome-unknown.idl instead of GnomeObject.idl. * idl/desktop-textviewer.idl: Reflect latest GNOME::obj to GNOME::Unknown renaming. * gnome-bug.in (CATEGORIES): added 'gnome-applets' category * libgnorba/Makefile.am (gnome_object_built): Added gnome-unknown to the compilation process. * idl/Makefile.am (idl_DATA): Added gnome-unknown interface. * Removed the hypot() hack. * gnome-data/*.soundlist: Added Portuguese translations. * libgnorba/goad.c (goad_server_register): If `name' is passed in as NULL, an object keeps from registering in the name service, although it still exposes its IOR as before. If `name' isn't NULL but `kind' is NULL, `kind' is set to "server", and the object is placed in the naming service. * idl/GnomeObject.idl: Removed `oneway' from ref and unref; when such network optimizations are necessary, they should be done by caching the refcount in the client.
1999-07-15"${A_OUT_LIBTOOL_FLAGS}" is not used any more.tron1-10/+1
1999-07-14Update "gnome-libs" package to version 1.0.10.tron2-9/+24
1999-05-04Because the "c++rt0.o" kludge doesn't work on 1.3/1.3.x systems we onlytron1-0/+22
use it on 1.4 a.out systems. Under 1.3/1.3.x a.out systems we use a static "libgnome" again, ELF systems always build a shared library.
1999-05-02Update "gnome-libs" package to version 1.0.9 and use well know "c++rt0.o"tron1-13/+0
klude to get shared "libgnome" working on a.out systems.
1999-05-01Fix run time library search path.tron1-8/+17
1999-05-01Properly order linker option output of "gnome-config" and "libart-config".tron2-0/+26
1999-04-16Enter the next level of the GNOME adventure game:tron2-25/+14
Update "gnome-libs" package to version 1.0.8.
1999-04-04One small step for GNOME, one giant leap for KDE:tron2-48/+24
Update "gnome-libs" package to version 1.0.5.
1999-03-16Yet another "stable" GNOME release:tron2-0/+61
Update "gnome-libs" package to version 1.0.3
1999-03-14Ugly hack to get GNOME 1.0.1 working: don't build shared "libgnome".tron1-0/+13
XXX Someone needs find out why a shared library causes problem. It is NOT XXX the well know C++ constructors problem.
1999-03-07Use "share/locale" not "lib/locale" for ".mo" files.tron2-7/+29