summaryrefslogtreecommitdiff
path: root/x11/gnome-libs/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-11-17There is no more "native" BDB_TYPE. It's just "db1" now.jlam1-2/+2
2004-11-10Use ${VARBASE} instead of hardcoding /var.sketch1-1/+8
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-05Use ${VARBASE} instead of /var.minskim1-2/+2
2004-05-10- Replace USE_X11BASE with USE_X11 and do not create a symlink inminskim1-12/+6
LOCALBASE. - Remove unnecessary references to X11BASE and LOCALBASE. - Enable pkgviews installation. OK'ed by tron@, the maintainer.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-03-26Reverse the use of USE_DB185 in bdb.buildlink3.mk -- it defaults tojlam1-2/+1
"yes" and packages that can't use the DB-1.85 API should set it to "no". This makes the native DB the preferred DB if it exists.
2004-03-12Support using BDB_TYPEs other than native.jlam1-9/+13
2004-03-10Convert to use bdb.buildlink3.mk.jlam1-2/+2
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-02-18Rename some installed pixmaps so that this does not conflict with libgnomeui.jmmv1-2/+2
Bump PKGREVISION to 2. Found by wiz@.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-22bl3ifyjlam1-9/+9
2004-01-03Bump package revisions for tiff update.reed1-1/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-10-29pkglint: no consecutive empty lines.wiz1-2/+1
2003-10-29Set LIBTOOL_OVERRIDE correctly. Fixes building on Solaris.gavan1-2/+4
2003-09-12update to 1.4.2drochner1-3/+2
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
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-30Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handlejmmv1-3/+3
the shared share/mime-info directory. Bump PKGREVISION.
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
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 notjmmv1-2/+3
remove them). Bump PKGREVISION.
2003-01-14Move documentation installed under share/gtk-doc/html to share/doc/html.jmmv1-2/+4
Also avoid possible detection of gtk-doc. Bump PKGREVISION to 2.
2003-01-10USE_PKGLOCALEDIR=yescjep1-1/+2
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-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+10
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-11/+11
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-03-24Update gnome-libs to 1.4.1.4. Changes are bugfixes, new man pages, andrh1-3/+2
new translations.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
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-01-01Spelling: Libaries -> Librariesbjoern1-2/+2
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-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-09-30Update gnome-libs to 1.4.1.2.rh1-3/+2
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-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-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-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-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-04-06Update gnome-libs to 1.2.13. Changes are bugfixes only.rh1-2/+2
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-3/+3
XXX need to teach pkglint to be more picky about this