summaryrefslogtreecommitdiff
path: root/databases/db/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2012-12-13Set LICENSE.gdt1-1/+2
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2009-09-09Drop NO_PKGTOOLS_REQD_CHECK, it is no longer relevant.joerg1-3/+1
2008-02-21+ Name the programs installed by the db(2) package db2_*.jlam1-4/+6
+ Put documentation under ${PREFIX}/share/doc instead of ${PREFIX}/share/doc/html. Packages that install documentation under the "html" directory are supposed to move them to the "doc" directory when they're updated, but these packages are basically EOL'ed so just move them now. + Add full DESTDIR support. Bump the PKGREVISION of databases/db to 3 and databases/db3 to 4.
2008-02-16Switch MASTER_SITES to official site on oracle.com.obache1-2/+2
2007-12-02Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev.wiz1-2/+2
2007-06-08Remove dead MASTER_SITES. From Zafer Aydogan.wiz1-4/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-05-22Remove USE_TOOLS+=gawk from packages that had it added solely for Solaris.jlam1-3/+1
We rely on the tools framework to pull in a good enough awk tool.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-15Avoid build failures under NetBSD-sparc and NetBSD-sparc64 caused by atron1-2/+2
namespace violation (use of "__" prefix in an application header file). The patch was provided by Julian Coleman in PR pkg/23590.
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-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-05bl3ifyjlam1-2/+6
2003-12-04+=, not =grant1-2/+2
2003-12-04USE_GNU_TOOLS=awk. fixes build on Solarisgrant1-1/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-01-09Define NO_PKGTOOLS_REQD_CHECK, which will mean something in a moment.schmonz1-1/+3
2002-11-18Always build the db-1.85-compatibility code, not just for Solaris. Bumpjlam1-7/+3
PKGREVISION.
2002-11-02update MASTER_SITES.grant1-2/+2
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-6/+9
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.
2001-07-19Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-07-27USE_LIBTOOL instead of USE_PKGLIBTOOL. Also install html documentationjlam1-4/+4
under ${PREFIX}/doc/html.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
1999-12-06Add db 1.85 compat code for solaris (required by gnome).bouyer1-1/+4
1999-11-23Update "db" package to version 2.7.7. This version version fixes severaltron1-5/+6
bugs discovered since version 2.7.3.1.
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-04-19Build/run problems fixed:tv1-2/+2
- DO NOT INSTALL DOCS IN ${PREFIX}/docs. They belong in ${PREFIX}/share/doc. - Add SEGV-preventing patch from Sleepycat's web site. I did not enable C++ and DB 1.85 compat API in this update to make the change during freeze time minimal; for maximum flexibility in case more than just Sendmail wants to use this pkg!, the former should be enabled at next update, and the latter cannot be enabled until Sleepycat adds a fix I have sent them (or I add the fix to the patches directory).
1999-04-09New "db" package:tron1-0/+20
Sleepycat Software's Berkeley DB version 2 This package is dedicated to Christoph Badura.