summaryrefslogtreecommitdiff
path: root/x11/gnome-libs/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2005-11-25One function were defined identically in two files, but one ofkristerw1-1/+2
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-1/+2
part of PR 30053. No PKGREVISION bump because most people won't care.
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2004-11-10Use ${VARBASE} instead of hardcoding /var.sketch1-3/+3
2004-05-04make this build with recent versions of zlibdanw1-1/+2
2004-02-18Rename some installed pixmaps so that this does not conflict with libgnomeui.jmmv1-1/+3
Bump PKGREVISION to 2. Found by wiz@.
2003-09-12update to 1.4.2drochner1-3/+3
didn't find a useful changelog, most likely it is a bugfix release only; I'm only touching it because newer gnomemm/gnome-- want it, and gnomemm/gnome-- needs to be fixed to compile with gcc3
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-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-08-01Remove another instance of bogus Linux symbol handling to fix buildtron1-1/+2
problems under NetBSD-current.
2002-07-01Don't try to install a file which hasn't been generated. Sync PLIST.agc1-1/+2
2002-05-05Fix patch-ay, which seems to have been merged completely wrong by themartin1-2/+2
last update. This prevents crashes when opening URLs (i.e. by selecting "Open in browser" in the gnome-terminal context menu)
2002-03-29regen (patch-ac--)wiz1-2/+1
2002-03-24Update gnome-libs to 1.4.1.4. Changes are bugfixes, new man pages, andrh1-17/+18
new translations.
2001-10-12Fix a typo in the "configure" script which cause runtime library pathtron1-2/+2
problems on systems which use "xpkwedge".
2001-10-07Don't derive GLIB_LDFLAGS from GTK_LDFLAGS as they may install inrh1-2/+2
different locations. Fixes PRs 14133 and 14178.
2001-09-30Update gnome-libs to 1.4.1.2.rh1-4/+4
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-1/+2
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/+2
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 ofjlam1-3/+10
buildlink).
2001-05-21Add missing "Size" entries.tron1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+14
+ move the patch digest/checksum values from files/patch-sum to distinfo