summaryrefslogtreecommitdiff
path: root/x11/gnome-libs
AgeCommit message (Collapse)AuthorFilesLines
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
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-02-05gnome[12]-dirs shouldn't have buildlink2.mk files as they don't havejlam1-2/+2
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
2003-01-30Depend on gnome1-dirs to handle shared directories (and adjust PLISTs to notjmmv2-6/+7
remove them). Bump PKGREVISION.
2003-01-14Move documentation installed under share/gtk-doc/html to share/doc/html.jmmv2-39/+39
Also avoid possible detection of gtk-doc. Bump PKGREVISION to 2.
2003-01-10USE_PKGLOCALEDIR=yescjep1-1/+2
2002-12-09Replace "true" by "${TRUE}".tron1-7/+7
2002-11-18Use new db-1.85-handling in databases/db/buildlink2.mk instead of the weirdjlam1-16/+3
replacement of "-ldb" in the configure script.
2002-10-23test -e doesn't work on solaris, use test -fbouyer1-2/+2
2002-10-23Gnome needs db2 on solaris, add databases/db/buildlink2.mkbouyer1-1/+6
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+10
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-08Unused.wiz1-95/+0
2002-09-23IDL files must be added to BUIDLINK_FILES because the IDL files arejlam1-1/+8
compiled using orbit-idl, which uses the C preprocessor to do its work, and the C preprocessor has it's arguments transformed (correctly) by buildlink2.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam8-20/+61
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 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