summaryrefslogtreecommitdiff
path: root/x11/gnome-libs
AgeCommit message (Collapse)AuthorFilesLines
2002-08-01Remove another instance of bogus Linux symbol handling to fix buildtron2-1/+15
problems under NetBSD-current.
2002-07-14Add IDL includes to buildlinked filesrh1-3/+12
2002-07-01Don't try to install a file which hasn't been generated. Sync PLIST.agc3-3/+16
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-2/+2
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-05-08Some packages like glib2, atk, etc., also use share/gtk-doc/html, sowiz1-3/+3
don't remove the directory unconditionally.
2002-05-05Fix patch-ay, which seems to have been merged completely wrong by themartin2-22/+24
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-29tidy -- remove 0-byte filewindsor1-0/+0
2002-03-26Add config wrapper replacement rules for new include/gnome-1.0 subdirectoryrh1-4/+6
2002-03-24Update gnome-libs to 1.4.1.4. Changes are bugfixes, new man pages, andrh19-375/+367
new translations.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb2-3/+4
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-02-15mkdir -> ${MKDIR}skrll1-8/+8
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-14share/idl belongs to ORBit, which we depend on, so don't @dirrm itdrochner1-2/+1
2002-01-01Spelling: libaries -> librariesbjoern1-1/+1
2002-01-01Spelling: Libaries -> Librariesbjoern1-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-21s/LIBART_CONFIG/ART_CONFIG/ so configure scripts find the buildlinkedrh1-4/+4
version.
2001-10-12Fix a typo in the "configure" script which cause runtime library pathtron2-4/+13
problems on systems which use "xpkwedge".
2001-10-07Don't derive GLIB_LDFLAGS from GTK_LDFLAGS as they may install inrh2-8/+24
different locations. Fixes PRs 14133 and 14178.
2001-10-03bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, sojlam1-3/+1
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
2001-10-03Substitute the real config script for the config wrapper script injlam1-1/+6
installed files. We don't want buildlink references to escape into the install directory.
2001-09-30Update gnome-libs to 1.4.1.2.rh4-14/+156
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 thedanw3-2/+75
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 ...".jlam2-4/+13
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-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-1/+2
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-26Correctly build libart-config wrapper. Fixes PR/13786mjl1-1/+2
2001-08-17If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), thenjlam1-2/+4
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package Makefile includes the buildlink.mk file, then it most likely wants to use the config script wrappers as well. Change suggested by Hubert Feyrer (hubertf) and Tomasz Luchowski (zuntum).
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-5/+5
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-02Move *_SED ahead of inclusion of buildlink.mk files.jlam1-6/+6
2001-07-02Allow overriding of *_CONFIG variables in a package Makefile when usingjlam1-3/+5
USE_BUILDLINK_ONLY.
2001-07-02Add REPLACE_BUILDLINK_SED and BUILDLINK_CONFIG_WRAPPER_SED settings.jlam1-1/+6
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-30s/${LOCALBASE}/${X11PREFIX}/g, noted by zuntum.jlam1-2/+2
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam1-9/+7
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-26Use REPLACE_BUILDLINK instead of repeating the post-build same code overjlam1-14/+3
and over again in the pkgsrc tree.
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-4/+5
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-19Use db/buildlink.mk to make this compile under Solaris withjlam1-3/+4
USE_BUILDLINK_ONLY defined.
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam1-2/+3
2001-06-18Regularize fixes to config scripts to use the same code.jlam1-3/+4
2001-06-16Converted to use buildlink.mk files.jlam1-10/+23
2001-06-16Remove -I$(includedir) from the header search path (in spirit ofjlam9-6/+113
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-06-16Add buildlink.mk files for use by other packages.jlam1-0/+67
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-3/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-21Add missing "Size" entries.tron1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-07sync w/ realityrh1-2/+2