summaryrefslogtreecommitdiff
path: root/x11/gnome-libs
AgeCommit message (Collapse)AuthorFilesLines
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 inminskim2-15/+7
LOCALBASE. - Remove unnecessary references to X11BASE and LOCALBASE. - Enable pkgviews installation. OK'ed by tron@, the maintainer.
2004-05-05Convert to buildlink3.snj1-53/+0
2004-05-04make this build with recent versions of zlibdanw2-1/+15
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-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-5/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-12Support using BDB_TYPEs other than native.jlam1-9/+13
2004-03-12buildlink3.mk files shouldn't include buildlink2.mk files.jlam1-4/+2
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-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-12/+15
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-18Rename some installed pixmaps so that this does not conflict with libgnomeui.jmmv5-9/+127
Bump PKGREVISION to 2. Found by wiz@.
2004-02-18Remove etc/sound/events and etc/sound iff they are emtpy, since they may bejmmv1-3/+3
shared with some other gnome2 packages in some scenarios.
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-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-2/+2
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-22Match db/buildlink*.mk handling from buildlink2.mk.jlam1-2/+6
2004-01-22bl3ifyjlam2-9/+33
2004-01-03Bump package revisions for tiff update.reed2-3/+4
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.2drochner3-10/+9
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.wiz2-4/+4
2003-05-30Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handlejmmv2-5/+5
the shared share/mime-info directory. Bump PKGREVISION.
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