CVS log for pkgsrc/databases/p5-DB_File/Attic/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / databases / p5-DB_File
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.56
Tue Sep 1 08:04:55 2020 UTC (4 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.55: +1 -1
lines
p5-DB_File: remove, part of perl
Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Aug 31 18:07:03 2020 UTC (4 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2
lines
*: bump PKGREVISION for perl-5.32.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Aug 11 13:18:29 2019 UTC (5 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -1
lines
Bump PKGREVISIONs for perl 5.30.0
Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Jun 30 20:14:25 2019 UTC (5 years, 5 months ago) by nia
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2
lines
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Nov 24 04:06:13 2018 UTC (6 years ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -3
lines
Update to 1.843
Upstream changes:
1.843 2 November 2018
* hints file (sourced from
http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/lang/perl5/files/)
Highlighed by Sevan Janiyan <venture37@geeklan.co.uk>
hints/bitrig.pl
hints/netbsd.pl
hints/minix.pl
hints/openbsd.pl
Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Aug 22 09:43:18 2018 UTC (6 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -1
lines
Recursive bump for perl5-5.28.0
Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Aug 21 09:48:44 2018 UTC (6 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2
lines
p5-DB_File: update to 1.842.
1.842 14 July 2018
* Document the MaocOS build failures & how MacPort can work around th eissue.
# 125238
# 125585
# RT 133280
* Write all test db files into a directory created by File::Temp
Protects against any possible races if running a parallel build.
* #96357: DB_File destructor is not thread-safe
Added CLONE_SKIP to DB_File.pm and included the test db-threads.t from the patch.
Note - This only works with perl >= 5.8.7
Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Apr 26 12:48:12 2018 UTC (6 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -3
lines
p5-DB_File: update to 1.841.
1.841 2 Apr 2018
* #124944 allow ppport.h-less builds in core
Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Jun 5 14:22:28 2017 UTC (7 years, 6 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -1
lines
Recursive revbump from lang/perl5 5.26.0
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Jan 1 14:02:54 2017 UTC (7 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2
lines
Updated p5-DB_File to 1.840.
1.840 29 Dec 2016
* #119569: Failed to install DB_File-1.839 into Linux
1.839 29 Dec 2016
* #119557: DB_File.xs: unused-parameter warnings
* #107642: unused arg
Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Jul 25 07:36:54 2016 UTC (8 years, 4 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -3
lines
Update to 1.838
Upstream changes:
1.838 15 May 2016
* #101342: R_SETCURSOR compiler warning
#111726: Coverity finding: flagSet() test always false
1.837 9 Jan 2016
* DB_File: database UTF-8 documentation
RT #110248
* Coverity finding: status variable ignored multiple times
RT #111725
1.836 6 Jan 2016
* Confirm build with BDB 6.2
Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Jun 8 19:22:28 2016 UTC (8 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2
lines
Bump PKGREVISION for perl-5.24.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Jun 12 10:48:41 2015 UTC (9 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -1
lines
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Dec 31 14:39:07 2014 UTC (9 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2
lines
Update to 1.835:
1.835 23 Dec 2014
* Silence more compiler warnings
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Dec 14 15:33:09 2014 UTC (9 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2
lines
Update to 1.834:
1.834 11 Dec 2014
* Makefile.PL: version check is missing a zero
RT #100844
Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Dec 10 22:08:26 2014 UTC (9 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2
lines
Update to 1.833:
1.833 9 Dec 2014
* More Silence compiler warnings
* 1.832 breaks bleadperl C89 build
RT #100812
1.832 8 Dec 2014
* Silence compiler warnings
* C++ change from blead
Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Oct 9 13:44:35 2014 UTC (10 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -2
lines
Remove SVR4_PKGNAME, per discussion on tech-pkg.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Jun 9 18:13:04 2014 UTC (10 years, 6 months ago) by schmonz
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -3
lines
Update to 1.831. From the changelog:
* C99 comment is a nogo (RT #90383)
* Memory leaks when failed to open db (RT #89589)
* DB_File uses AutoLoader for no reason (RT #88258)
While here, since I don't see why it's necessary, remove our patch.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu May 29 23:35:29 2014 UTC (10 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -1
lines
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Jul 10 02:21:34 2013 UTC (11 years, 5 months ago) by schmonz
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -3
lines
Update to 1.829. From the changelog:
* make realclean: removing all files
RT #68214
* Documented the issue where the error below
BDB0588 At least one secondary cursor must be specified to DB->join
* DB_File installs to wrong place for CPAN version
RT #70420
Makefile.PL prevents INSTALLDIRS on command line.
RT #68287: Makefile.PL prevents INSTALLDIRS on command line.
* typo fix
RT #85335
* Minor change to build with Berkeley DB 6.x
Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri May 31 12:39:52 2013 UTC (11 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -1
lines
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Oct 21 22:07:36 2012 UTC (12 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -3
lines
Update to 1.827:
1.827 25 Jan 2012
* DB_File.pm - Don't use "@_" construct
[RT ##79287]
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Oct 3 21:54:20 2012 UTC (12 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -1
lines
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Oct 2 21:25:31 2012 UTC (12 years, 2 months ago) by asau
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -3
lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Jan 26 15:16:05 2012 UTC (12 years, 10 months ago) by rhaen
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -3
lines
Updated to 1.826
Changes:
1.826 25 Jan 2012
* t/db-btree.t - fix use of "length @array"
[RT ##74336]
1.825 24 Jan 2012
* t/db-btree.t - fix use of "length @array"
[RT ##74336]
Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Jan 18 13:49:23 2012 UTC (12 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1
lines
Revbump after updating db5
Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Aug 16 20:08:56 2011 UTC (13 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2
lines
Update to 1.824:
1.824 6 Aug 2011
* Amendments to tests to work in blead
[RT #70108]
1.823 6 Aug 2011
* croak if attempt to freeze/thaw DB_File object
[RT #69985]
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Aug 6 14:59:52 2011 UTC (13 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -3
lines
Changes 1.822:
* Keep DB_File's warnings in sync with perl's
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Aug 21 16:33:01 2010 UTC (14 years, 3 months ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1
lines
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Jan 16 19:27:17 2010 UTC (14 years, 10 months ago) by heinz
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1
lines
Set or updated LICENSE
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Apr 12 10:21:25 2009 UTC (15 years, 7 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2
lines
Update from version 1.819 to 1.820.
Upstream changes:
1.820 28 March 2009
* remove MAN3PODS from Makefile.PL to match core.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Feb 22 15:53:28 2009 UTC (15 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -3
lines
Update to 1.819:
1.819 18 February 2009
* t/db-recno.t fails if run in a path that contains spaces
[rt.cpan.org #43288]
1.818 21 January 2009
* Updated Makefile.PL for Strawberry Perl.
Patch suggested by David Golden.
* Remove IRIX notes from README. The page referenced doesn't exist
anymore.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Oct 19 19:17:43 2008 UTC (16 years, 1 month ago) by he
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1
lines
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Jul 22 22:30:56 2008 UTC (16 years, 4 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -2
lines
Update from version 1.815 to 1.817. Changes:
1.817 27 March 2008
* Updated dbinfo
* Applied core patch 32299 - Re-apply change #30562
* Applied core patch 32208
* Applied core patch 32884 - use MM->parse_version() in Makefile.PL
* Applied core patch 32883 - Silence new warning grep in void
context warning
* Applied core patch 32704 to remove use of PL_na in typemap
* Applied core patch 30562 to fix a build issue on OSF
1.816 28 October 2007
* Clarified the warning about building with a different version of
Berkeley DB that is used at runtime.
* Also made the boot version check less strict.
[rt.cpan.org #30013]
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Jun 20 01:09:11 2008 UTC (16 years, 5 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -1
lines
Add DESTDIR support.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Jun 10 08:24:13 2007 UTC (17 years, 6 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2
lines
Update p5-DB_File to 1.815.
Patch provided by Mark E. Perkins in PR 36465.
1.815 4 February 2007
* A few casting cleanups for building with C++ from Steve Peters.
* Fixed problem with recno which happened if you changed directory after
opening the database. Problem reported by Andrew Pam.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Feb 22 19:01:16 2007 UTC (17 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2
lines
pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Mar 4 21:29:10 2006 UTC (18 years, 9 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +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.18: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:49:58 2005 UTC (19 years ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +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.17: download - view: text, markup, annotated - select for diffs
Fri Nov 11 20:14:51 2005 UTC (19 years ago) by heinz
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +5 -4
lines
Updated to version 1.814.
Pkgsrc changes:
- Tests 148-149 in t/db-btree.t were confused by the fact that
DB_File seemed to run in compatibility mode ($DB_File::db_185_compat is 1),
although db1 was used. Thus, we enable this mode only for db2/db3/db4.
- Patch-aa for Makefile.pl now initialises VER_INFO to avoid a warning.
- Tested with db1-db4 on NetBSD and db2-db4 on Solaris.
Changes since version 1.806:
=====================================
1.814 11 November 2005
* Fix from Dominic Dunlop to tidy up an OS-X specific warning in
db-btree.t.
* Silenced a warning about $DB_File::Error only being used once.
Issue spotted by Dominic Dunlop.
1.813 31st October 2005
* Updates for Berkeley DB 4.4
1.812 9th October 2005
* Added libscan to Makefile.PL
* Fixed test failing under windows
1.811 12th March 2005
* Fixed DBM filter bug in seq
1.810 7th August 2004
* Fixed db-hash.t for Cygwin
* Added substr tests to db-hast.t
* Documented AIX build problem in README.
1.809 20th June 2004
* Merged core patch 22258
* Merged core patch 22741
* Fixed core bug 30237.
Using substr to pass parameters to the low-level Berkeley DB interface
causes problems with Perl 5.8.1 or better.
typemap fix supplied by Marcus Holland-Moritz.
1.808 22nd December 2003
* Added extra DBM Filter tests.
* Fixed a memory leak in ParseOpenInfo, which whould occur if the
opening of the database failed. Leak spotted by Adrian Enache.
1.807 1st November 2003
* Fixed minor typos on pod documetation - reported by Jeremy Mates &
Mark Jason Dominus.
* dbinfo updated to report when a database is encrypted.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Aug 6 06:19:06 2005 UTC (19 years, 4 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jul 13 18:01:21 2005 UTC (19 years, 4 months ago) by jlam
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:45:13 2005 UTC (19 years, 8 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -2
lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Feb 15 20:05:02 2005 UTC (19 years, 9 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
Replaced SVR$_PKGNAME with SVR4_PKGNAME. Approved by jlam.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Dec 20 11:30:57 2004 UTC (19 years, 11 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1
lines
since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Nov 15 18:42:04 2004 UTC (20 years ago) by jlam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -11
lines
Make this package compile correctly again after latest bdb.buildlink3.mk
changes.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Nov 13 21:28:28 2004 UTC (20 years ago) by jlam
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
USE_BUILDLINK3 is a yes/no variable.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Oct 6 23:27:19 2004 UTC (20 years, 2 months ago) by heinz
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
Provide a value 'yes' for USE_DB185. This lets p5-DB_File find the
correct libraries to link with db3 and db4.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Sep 5 09:54:24 2004 UTC (20 years, 3 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -5
lines
allow this to be installed regardless of whether the installed perl
package includes DB_File.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Aug 27 06:29:07 2004 UTC (20 years, 3 months ago) by jlam
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively. In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath. The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use. They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri May 14 18:38:54 2004 UTC (20 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5
lines
Convert to bl3.
XXX:
When PKG_SKIP_REASON is commented out, it builds on NetBSD.
Should be tested on some platform that doesn't have db1 in the base
system, too.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Oct 7 23:57:20 2003 UTC (21 years, 2 months ago) by heinz
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1
lines
Provide a better package name for Solaris
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jul 21 16:39:10 2003 UTC (21 years, 4 months ago) by martti
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
COMMENT should start with a capital letter.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:28:39 2003 UTC (21 years, 4 months ago) by grant
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
s/netbsd.org/NetBSD.org/
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jun 2 01:21:04 2003 UTC (21 years, 6 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Mar 19 15:45:27 2003 UTC (21 years, 8 months ago) by seb
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
Initial import of p5-DB_File version 1.806 into the NetBSD Packages Collection.
DB_File is a module which allows Perl programs to make use of the
facilities provided by Berkeley DB version 1. (DB_File can be built
version 2, 3 or 4 of Berkeley DB, but it will only support the 1.x
features).
Note: this package is skipped on systems providing DB 1 as we assume that
the perl5 package picked it up so already provides this module.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Mar 19 15:45:27 2003 UTC (21 years, 8 months ago) by seb
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>