summaryrefslogtreecommitdiff
path: root/devel/GConf
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-08Add a missing build dependency on gtk-doc.rh1-3/+3
2004-11-30Disable db3 backend in GConf1:wiz3-11/+7
(1) The Berkeley DB storage backend requires DB-3.x, and used an experimental feature of DB-3.x. (2) There is a pretty severe bug that "prevents serious use of the Berkeley DB backend", according to the documentation included with the GConf sources. (3) GConf2, the successor to GConf, doesn't build with the Berkeley DB storage backend either. Suggested by jlam. Bump PKGREVISION. Remove db3 bl3 inclusion from bl3 file, and bump BUILDLINK_DEPENDS for it. This fixes the gnucash build problems noted in PR 28423.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
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-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-13/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-05-04Unused.wiz1-24/+0
2004-04-27Convert to buildlink3.snj1-6/+6
2004-03-29Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,jlam1-1/+2
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+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-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-11/+8
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-26Initial addition.jmmv1-0/+27
2004-02-18Remove etc/gconf/gconf.xml{defaults,mandatory} iff they are empty, as theyjmmv1-3/+3
may be shared with GConf2 in some scenarios.
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant1-4/+1
automatically now.
2004-02-10Override config.sub/config.guess for mipseb.sekiya1-1/+4
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-11-12PKGREVISION++ due to devel/popt update.salo2-4/+4
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2002-12-09Replace "true" by "${TRUE}".tron1-2/+2
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches, delint.salo1-1/+2
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh3-14/+3
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-08Unused.wiz1-56/+0
2002-09-05Fix URL for overview.cjs1-2/+2
2002-08-28buildlink1 -> buildlink2jlam1-10/+11
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam6-5/+28
buildlink2.mk files back into the main trunk.
2002-07-31Use PKGLOCALEDIR instead of 'share'. From Julien T. Letessier in pkg/17779.wiz1-30/+30
2002-07-29Remove a couple of empty patches that accidentially got created duringrh2-2/+1
pkgconfig cleanup.
2002-07-19Create and destroy share/gconf.mycroft1-1/+4
2002-07-18Patch the various pkgconfig files to include proper -Wl,-R options.rh4-2/+16
Bump PKGREVISION
2002-07-17Some dirs are shared with GConf2.wiz1-4/+4
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-3/+3
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-22Use the correct basename for this package in the EVAL_PREFIX statementagc1-2/+2
2002-04-11The location of the gconf headers as output by gconf-config must bejlam1-1/+6
properly translated for buildlink.
2002-04-09* Remove unnecessary dependency on guile. The guile wrappers are currentlyjlam1-5/+10
_never_ built, regardless of whether guile is detected or not. * Strongly buildlinkify. * Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE so that the correct libtool is used during the build and installation. * Add a pre-build target to symlink the libxml headers into ${WRKSRC} so that references to <libxml/foo.h> will resolve to <gnome-xml/foo.h>. I imagine that the sources will be fixed to refer to more recent header locations in a future release of GConf.
2002-04-09Package buildlink.mk files should _not_ include x11.buildlink.mk. Thejlam1-3/+2
purpose of x11.buildlink.mk is to force a package to be strongly buildlinked, and that needs to happen on a package-by-package basis.
2002-03-20Update to 1.0.9, bugfix release.wiz5-21/+22
2002-03-14Add "|| true" to last.wiz1-2/+2
2002-03-14Remove etc/gconf/1/path if it doesn't differ from etc/gconf/1/path.example.wiz1-1/+2
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-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-05/bin/mkdir -> ${MKDIR}.skrll1-3/+3
Make the print-PLIST target output ${MKDIR} also.
2002-01-15Update GConf to 1.0.7. Changes are mainly bugfixes. In addition, thisrh8-129/+38
now makes use of the real "popt" instead of the skeletion in libgnomesupport.
2002-01-13patthern -> patternwiz1-2/+2
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1