NetBSD.se

CVS log for pkgsrc/databases/db/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / databases / db

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Sep 9 16:59:17 2009 UTC (2 years, 8 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, HEAD
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -3 lines
Drop NO_PKGTOOLS_REQD_CHECK, it is no longer relevant.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Feb 21 19:32:23 2008 UTC (4 years, 2 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +6 -4 lines
+ Name the programs installed by the db(2) package db2_*.

+ 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.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Feb 16 05:25:57 2008 UTC (4 years, 3 months ago) by obache
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Switch MASTER_SITES to official site on oracle.com.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Dec 2 13:04:07 2007 UTC (4 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Jun 8 18:35:38 2007 UTC (4 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -4 lines
Remove dead MASTER_SITES. From Zafer Aydogan.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Mar 4 21:29:07 2006 UTC (6 years, 2 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:49:56 2005 UTC (6 years, 5 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Fixed pkglint warnings. The warnings are mostly quoting issues, for
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

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun May 22 22:06:28 2005 UTC (7 years ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -3 lines
Remove USE_TOOLS+=gawk from packages that had it added solely for Solaris.
We rely on the tools framework to pull in a good enough awk tool.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun May 22 20:07:45 2005 UTC (7 years ago) by jlam
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:45:11 2005 UTC (7 years, 1 month ago) by tv
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Mar 15 16:13:58 2005 UTC (7 years, 2 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Avoid build failures under NetBSD-sparc and NetBSD-sparc64 caused by a
namespace violation (use of "__" prefix in an application header file).
The patch was provided by Julian Coleman in PR pkg/23590.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:13:18 2004 UTC (7 years, 7 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
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.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Jan 20 12:12:49 2004 UTC (8 years, 4 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Jan 5 20:48:01 2004 UTC (8 years, 4 months ago) by jlam
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +6 -2 lines
bl3ify

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Dec 4 04:18:13 2003 UTC (8 years, 5 months ago) by grant
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
+=, not =

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Dec 4 04:14:05 2003 UTC (8 years, 5 months ago) by grant
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -1 lines
USE_GNU_TOOLS=awk. fixes build on Solaris

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:28:01 2003 UTC (8 years, 10 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Mar 29 12:40:25 2003 UTC (9 years, 1 month ago) by jmmv
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -3 lines
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jan 9 13:11:10 2003 UTC (9 years, 4 months ago) by schmonz
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -1 lines
Define NO_PKGTOOLS_REQD_CHECK, which will mean something in a moment.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Nov 18 20:22:53 2002 UTC (9 years, 6 months ago) by jlam
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -7 lines
Always build the db-1.85-compatibility code, not just for Solaris.  Bump
PKGREVISION.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Nov 2 16:49:44 2002 UTC (9 years, 6 months ago) by grant
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
update MASTER_SITES.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Aug 25 18:38:20 2002 UTC (9 years, 8 months ago) by jlam
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +9 -6 lines
Merge changes in packages from the buildlink2 branch that have
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.

Revision 1.9.2.1: download - view: text, markup, annotated - select for diffs
Sun Jun 30 06:24:06 2002 UTC (9 years, 10 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +9 -6 lines
Convert to use the buildlink2 framework.  Trim any unnecessary changes in
the patches or remove them entirely.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jul 19 06:26:23 2001 UTC (10 years, 10 months ago) by jlam
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base
Branch point for: buildlink2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Mark as USE_BUILDLINK_ONLY.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Feb 16 14:17:22 2001 UTC (11 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jul 27 14:18:02 2000 UTC (11 years, 9 months ago) by jlam
Branches: MAIN
CVS tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
USE_LIBTOOL instead of USE_PKGLIBTOOL.  Also install html documentation
under ${PREFIX}/doc/html.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jun 1 11:23:18 2000 UTC (11 years, 11 months ago) by rh
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
s/USE_LIBTOOL/USE_PKGLIBTOOL/
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.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Dec 6 14:38:41 1999 UTC (12 years, 5 months ago) by bouyer
Branches: MAIN
CVS tags: netbsd-1-4-PATCH002
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -1 lines
Add db 1.85 compat code for solaris (required by gnome).

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Nov 23 09:57:06 1999 UTC (12 years, 6 months ago) by tron
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -5 lines
Update "db" package to version 2.7.7. This version version fixes several
bugs discovered since version 2.7.3.1.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Oct 7 17:41:48 1999 UTC (12 years, 7 months ago) by tron
Branches: MAIN
CVS tags: comdex-fall-1999
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Remove me as maintainer of those packages.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Apr 19 21:19:00 1999 UTC (13 years, 1 month ago) by tv
Branches: MAIN
CVS tags: netbsd-1-4-RELEASE, netbsd-1-4-PATCH001
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Build/run problems fixed:
- 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).

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Apr 9 23:10:28 1999 UTC (13 years, 1 month ago) by tron
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
New "db" package:
Sleepycat Software's Berkeley DB version 2

This package is dedicated to Christoph Badura.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Apr 9 23:10:28 1999 UTC (13 years, 1 month ago) by tron
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>