non port: databases/p5-BerkeleyDB/Makefile |
SVNWeb
|
Number of commits found: 70 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d076ad9 (Only the first 10 of 718 ports in this commit are shown above. )
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above )
|
Fri, 13 May 2022
|
[ 20:39 Po-Chuan Hsieh (sunpoet) ] ce31aba
databases/p5-BerkeleyDB: Update to 0.65
Changes: https://metacpan.org/dist/BerkeleyDB/changes
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 23 Sep 2020
|
[ 18:50 sunpoet ]
Update to 0.64
- Use ECHO_CMD instead of ECHO
Changes: https://metacpan.org/changes/distribution/BerkeleyDB
|
Mon, 22 Jul 2019
|
[ 19:04 sunpoet ]
Update to 0.63
Changes: https://metacpan.org/changes/distribution/BerkeleyDB
|
Sun, 21 Jul 2019
|
[ 20:49 sunpoet ]
Update to 0.62
Changes: https://metacpan.org/changes/distribution/BerkeleyDB
|
Thu, 4 Apr 2019
|
[ 23:56 sunpoet ]
Update to 0.61
Changes: https://metacpan.org/changes/distribution/BerkeleyDB
|
Fri, 15 Sep 2017
|
[ 08:58 mat ] (Only the first 10 of 2495 ports in this commit are shown above. )
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Mon, 8 Aug 2016
|
[ 13:46 mat ] (Only the first 10 of 80 ports in this commit are shown above. )
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 6 Mar 2016
|
[ 06:19 sunpoet ]
- Update USE_BDB
- Strip shared library
- Bump PORTREVISION for package change
|
Wed, 24 Jun 2015
|
[ 15:16 adamw ] (Only the first 10 of 19 ports in this commit are shown above. )
Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. The
downside to having this set is that portscout cannot find new releases
when the username changes (which happens often in large projects with
multiple maintainers).
|
Sun, 22 Feb 2015
|
[ 12:50 sunpoet ]
- Update to 0.55
- Sort PLIST
Changes: http://search.cpan.org/dist/BerkeleyDB/Changes
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above )
|
Thu, 21 Aug 2014
|
[ 22:50 mandree ] (Only the first 10 of 119 ports in this commit are shown above. )
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
|
Sun, 10 Nov 2013
|
[ 14:10 sunpoet ]
- Update to 0.54
- Fix shebang
Changes: http://search.cpan.org/dist/BerkeleyDB/Changes
|
Sun, 3 Nov 2013
|
[ 06:53 vanilla ] (Only the first 10 of 228 ports in this commit are shown above. )
Support STAGEDIR.
|
Fri, 20 Sep 2013
|
[ 16:13 bapt ] (Only the first 10 of 927 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
|
Tue, 20 Aug 2013
|
[ 09:51 mat ]
Update to 0.53.
|
Fri, 2 Aug 2013
|
[ 18:52 mat ] (Only the first 10 of 1871 ports in this commit are shown above. )
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
Fri, 7 Jun 2013
|
[ 08:26 tobez ]
Update to 0.52.
Changes: http://search.cpan.org/dist/BerkeleyDB/Changes
|
Thu, 22 Mar 2012
|
[ 14:25 culot ]
- Update to 0.51
Changes: http://search.cpan.org/dist/BerkeleyDB/Changes
Feature safe: yes
|
Sun, 11 Dec 2011
|
[ 17:50 sunpoet ]
- Update to 0.50
- Pet portlint
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/BerkeleyDB/Changes
Feature safe: yes
|
Sat, 6 Aug 2011
|
[ 20:38 swills ]
- Update to 0.49
Changes: http://search.cpan.org/dist/BerkeleyDB/Changes
|
Tue, 21 Jun 2011
|
[ 07:48 culot ]
- Update to 0.48 [1]
- Add LICENSE
Changes: http://search.cpan.org/dist/BerkeleyDB/Changes
PR: ports/158079 [1]
Submitted by: Jin-Sih Lin <linpct@gmail.com>
|
Tue, 7 Dec 2010
|
[ 19:35 linimon ] (Only the first 10 of 37 ports in this commit are shown above. )
With portmgr hat, reassign some ports from clsung to perl, since clsung
is apparently having some trouble with email.
|
Mon, 11 Oct 2010
|
[ 20:49 pgollucci ]
- Require bdb 4.7+
- Bump PORTREVISION
PR: ports/148494
Submitted by: gabor
Approved by: maintainer timeout (clsung ; 43 days)
|
Thu, 9 Sep 2010
|
[ 19:30 pgollucci ]
- Update to 0.43
PR: ports/149901
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: maintainer timeout (clsung@FreeBSD.org ; 17 days)
Changes: http://search.cpan.org/dist/BerkeleyDB/Changes
|
Mon, 23 Aug 2010
|
[ 03:57 pgollucci ]
- Update to 0.42
Changes: http://search.cpan.org/dist/BerkeleyDB/Changes
PR: ports/147607
Submitted by: pgollucci (myself)
Approved by: maintainer timeout (clsung; > 2.5 months)
|
Sun, 31 Jan 2010
|
[ 01:04 pgollucci ]
- Update to 0.41
PR: ports/142628
Submitted by: myself (pgollucci@)
Approved by: maintainer timeout (clsung; > 2 weeks)
|
Thu, 18 Jun 2009
|
[ 08:06 clsung ]
- Update to 0.39
Changes: http://search.cpan.org/dist/BerkeleyDB/Changes
|
Tue, 3 Mar 2009
|
[ 07:41 clsung ]
- Update to 0.38
Changes: http://search.cpan.org/dist/BerkeleyDB/Changes
|
Sun, 1 Mar 2009
|
[ 03:21 clsung ]
- Update to 0.37
Changes: http://search.cpan.org/dist/BerkeleyDB/Changes
|
Mon, 6 Oct 2008
|
[ 05:37 clsung ]
- Update to 0.36
Changes: http://search.cpan.org/dist/BerkeleyDB/Changes
|
Fri, 26 Sep 2008
|
[ 08:56 clsung ]
- Update to 0.35
Changes: http://search.cpan.org/dist/BerkeleyDB/Changes
|
Mon, 7 Apr 2008
|
[ 09:19 clsung ]
- Update to 0.34
Changes: http://search.cpan.org/dist/BerkeleyDB/Changes
|
Fri, 28 Mar 2008
|
[ 02:39 clsung ]
- Update to 0.33
Changes: http://search.cpan.org/dist/BerkeleyDB/Changes
|
Thu, 12 Jul 2007
|
[ 11:48 clsung ]
- Update to 0.32
- support BDB 4.6 (though, we don't have it (and 4.5) in ports now)
|
Tue, 31 Oct 2006
|
[ 15:08 clsung ]
- Update to 0.31
|
Wed, 4 Oct 2006
|
[ 01:04 clsung ]
- This version (0.30) builds in gcc 2.95.2
PR: ports/103955
Submitted by: Jeremy Chadwick <freebsd_AT_jdc dot parodius dot com>
|
Thu, 21 Sep 2006
|
[ 10:24 clsung ]
- Update to 0.30
|
Mon, 28 Aug 2006
|
[ 09:40 clsung ]
- now it builds on 4.x
PR: ports/102564
Submitted by: Dan Lukes <dan@obluda dot cz>
|
Wed, 5 Jul 2006
|
[ 22:48 clsung ]
- currently mark BROKEN on 4.X
|
Mon, 3 Jul 2006
|
[ 00:46 clsung ]
- update to 0.29
|
Thu, 15 Jun 2006
|
[ 03:44 clsung ]
- update to 0.28
|
Thu, 6 Apr 2006
|
[ 12:37 leeym ]
- utilize USE_BDB
PR: 89023
Submitted by: swhetzel at gmail.com
Approved by: maintainer
|
Wed, 25 Jan 2006
|
[ 07:08 clsung ]
- to support db44.
PR: 91987
Submitted by: Yoshisato YANAGISAWA
|
Thu, 24 Nov 2005
|
[ 01:43 clsung ]
- prevision revision fails all BDB version, so roll back temporary.
|
Wed, 23 Nov 2005
|
[ 09:31 clsung ]
* Add SHA256.
* Use bsd.database.mk to decide BerkeleyDB version.
PR: 89445
Submitted by: Gea-Suan Lin <gslin_AT_ccca dot nctu dot edu dot tw>
|
Wed, 2 Nov 2005
|
[ 08:04 clsung ]
- update to 0.27
- add support for BDB 4.4 (not yet in ports?)
|
Fri, 10 Dec 2004
|
[ 08:23 clsung ]
- update to 0.26
- add support to Berkeley DB 4.3
|
Thu, 7 Oct 2004
|
[ 13:19 clsung ]
replace .error to IGNORE.
Problem noted by Richard Collyer <richard at firebadger.net> and eik@.
Scenario: we failed (% make index) without defining any WITH_BDB_VER,
and solved by following porters handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/testing.html#DOT-ERROR-BREAKS-INDEX
Approved by: portmgr (krion)
|
Fri, 20 Aug 2004
|
[ 02:56 clsung ] (Only the first 10 of 69 ports in this commit are shown above. )
My territory, suggested by ijliao. :p
Approved by: vanilla (co-mentor)
|
Mon, 19 Jul 2004
|
[ 16:43 vanilla ]
- fixed when WITH_BDB_VER=42
=> Note (probably harmless): No library found for -ldb42
- use BDB_LIB_VER instead of WITH_BDB_VER to library linking
PR: ports/69305
Submitted by: maintainer
|
Tue, 6 Apr 2004
|
[ 03:34 ijliao ]
add support for db42
Approved by: maintainer
|
Mon, 3 Nov 2003
|
[ 16:08 ijliao ]
upgrade to 0.25
assign maintainership
PR: 58822
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
Tue, 21 Oct 2003
|
[ 11:56 erwin ]
- Update to 0.24 [1]
- Reset bouncing maintainer address
PR: 58074
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> [1]
Approved by: bouncing maintainer address
|
Wed, 25 Jun 2003
|
[ 19:12 erwin ]
- Update to 0.23 [1]
- include support for Berkeley DB 4.x [2]
- point to the right webpage [2]
PR: 51573
Submitted by: Mathieu Arnold <m@absolight.fr> [1],
Oliver Eikemeier <eikemeier@fillmore-labs.com> [2]
Approved by: maintainer timeout (> 3 weeks)
|
Fri, 21 Feb 2003
|
[ 11:15 knu ] (Only the first 10 of 104 ports in this commit are shown above. )
De-pkg-comment.
|
Thu, 22 Aug 2002
|
[ 19:13 ade ] (Only the first 10 of 34 ports in this commit are shown above. )
BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
|
Sat, 30 Mar 2002
|
[ 04:18 petef ]
Install the manpage for this port.
PR: 35440
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Approved by: maintainer timeout
|
Wed, 20 Feb 2002
|
[ 07:52 petef ]
We need to use -ldb3 to link to the berkeley db libraries.
|
Wed, 1 Aug 2001
|
[ 12:56 knu ] (Only the first 10 of 15 ports in this commit are shown above. )
Back out the db3 port update because some of these dependent ports had been
broken by the incompatibility between db3.2 and db3.3.
|
Wed, 25 Jul 2001
|
[ 16:05 knu ] (Only the first 10 of 15 ports in this commit are shown above. )
Reflect databases/db3's shlib version bump from 2 to 3.
|
Sun, 20 May 2001
|
[ 03:18 vanilla ] (Only the first 10 of 18 ports in this commit are shown above. )
Upgrade to latest version:
|
Thu, 8 Mar 2001
|
[ 14:26 sf ]
update to 0.14.
|
Thu, 1 Mar 2001
|
[ 06:39 vanilla ] (Only the first 10 of 329 ports in this commit are shown above. )
Remove do-configure section, use PERL_CONFIGURE now.
|
Tue, 16 Jan 2001
|
[ 17:33 sobomax ] (Only the first 10 of 365 ports in this commit are shown above. )
Massive style enforcement - use ^I instead of spaces for variables identation.
|
Sun, 7 Jan 2001
|
[ 07:23 will ]
Add p5-BerkeleyDB 0.12, perl5 interface to the Berkeley DB package revision 3.
|
Number of commits found: 70 |