aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-BerkeleyDB
Commit message (Collapse)AuthorAgeFilesLines
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* USE_BDB cleanup.Mathieu Arnold2016-08-081-2/+1
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=419843
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update USE_BDBSunpoet Po-Chuan Hsieh2016-03-061-1/+5
| | | | | | | | - Strip shared library - Bump PORTREVISION for package change Notes: svn path=/head/; revision=410254
* Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. TheAdam Weinberger2015-06-241-1/+0
| | | | | | | | | 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). Notes: svn path=/head/; revision=390487
* - Update to 0.55Sunpoet Po-Chuan Hsieh2015-02-223-5/+4
| | | | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/BerkeleyDB/Changes Notes: svn path=/head/; revision=379601
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-201-2/+0
| | | | Notes: svn path=/head/; revision=371255
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=365599
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* - Update to 0.54Sunpoet Po-Chuan Hsieh2013-11-103-5/+6
| | | | | | | | | - Fix shebang Changes: http://search.cpan.org/dist/BerkeleyDB/Changes Notes: svn path=/head/; revision=333396
* Support STAGEDIR.Vanilla I. Shu2013-11-032-5/+3
| | | | Notes: svn path=/head/; revision=332592
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Update to 0.53.Mathieu Arnold2013-08-202-3/+3
| | | | Notes: svn path=/head/; revision=325037
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Update to 0.52.Anton Berezin2013-06-072-8/+4
| | | | | | | Changes: http://search.cpan.org/dist/BerkeleyDB/Changes Notes: svn path=/head/; revision=320185
* - Update to 0.51Frederic Culot2012-03-222-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/BerkeleyDB/Changes Feature safe: yes Notes: svn path=/head/; revision=293673
* - Update to 0.50Sunpoet Po-Chuan Hsieh2011-12-112-6/+8
| | | | | | | | | | | - Pet portlint - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/BerkeleyDB/Changes Feature safe: yes Notes: svn path=/head/; revision=287199
* - Update to 0.49Steve Wills2011-08-062-3/+4
| | | | | | | Changes: http://search.cpan.org/dist/BerkeleyDB/Changes Notes: svn path=/head/; revision=279060
* - Update to 0.48 [1]Frederic Culot2011-06-213-4/+8
| | | | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/BerkeleyDB/Changes PR: ports/158079 [1] Submitted by: Jin-Sih Lin <linpct@gmail.com> Notes: svn path=/head/; revision=275971
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* With portmgr hat, reassign some ports from clsung to perl, since clsungMark Linimon2010-12-072-4/+1
| | | | | | | is apparently having some trouble with email. Notes: svn path=/head/; revision=265814
* - Require bdb 4.7+Philip M. Gollucci2010-10-111-1/+2
| | | | | | | | | | | - Bump PORTREVISION PR: ports/148494 Submitted by: gabor Approved by: maintainer timeout (clsung ; 43 days) Notes: svn path=/head/; revision=262835
* - Update to 0.43Philip M. Gollucci2010-09-092-4/+4
| | | | | | | | | | 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 Notes: svn path=/head/; revision=260870
* - Update to 0.42Philip M. Gollucci2010-08-233-5/+4
| | | | | | | | | | Changes: http://search.cpan.org/dist/BerkeleyDB/Changes PR: ports/147607 Submitted by: pgollucci (myself) Approved by: maintainer timeout (clsung; > 2.5 months) Notes: svn path=/head/; revision=259791
* - Update to 0.41Philip M. Gollucci2010-01-312-4/+4
| | | | | | | | | PR: ports/142628 Submitted by: myself (pgollucci@) Approved by: maintainer timeout (clsung; > 2 weeks) Notes: svn path=/head/; revision=248880
* - Update to 0.39Cheng-Lung Sung2009-06-182-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/BerkeleyDB/Changes Notes: svn path=/head/; revision=236198
* - Update to 0.38Cheng-Lung Sung2009-03-032-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/BerkeleyDB/Changes Notes: svn path=/head/; revision=229411
* - Update to 0.37Cheng-Lung Sung2009-03-012-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/BerkeleyDB/Changes Notes: svn path=/head/; revision=229267
* - Update to 0.36Cheng-Lung Sung2008-10-062-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/BerkeleyDB/Changes Notes: svn path=/head/; revision=221267
* - Update to 0.35Cheng-Lung Sung2008-09-262-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/BerkeleyDB/Changes Notes: svn path=/head/; revision=220799
* - Update to 0.34Cheng-Lung Sung2008-04-072-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/BerkeleyDB/Changes Notes: svn path=/head/; revision=210722
* - Update to 0.33Cheng-Lung Sung2008-03-282-6/+5
| | | | | | | Changes: http://search.cpan.org/dist/BerkeleyDB/Changes Notes: svn path=/head/; revision=209999
* - Update to 0.32Cheng-Lung Sung2007-07-122-4/+4
| | | | | | | - support BDB 4.6 (though, we don't have it (and 4.5) in ports now) Notes: svn path=/head/; revision=195471
* - Update to 0.31Cheng-Lung Sung2006-10-312-4/+4
| | | | Notes: svn path=/head/; revision=175846
* - This version (0.30) builds in gcc 2.95.2Cheng-Lung Sung2006-10-041-1/+0
| | | | | | | | PR: ports/103955 Submitted by: Jeremy Chadwick <freebsd_AT_jdc dot parodius dot com> Notes: svn path=/head/; revision=174420
* - Update to 0.30Cheng-Lung Sung2006-09-212-4/+4
| | | | Notes: svn path=/head/; revision=173524
* - now it builds on 4.xCheng-Lung Sung2006-08-281-7/+2
| | | | | | | | PR: ports/102564 Submitted by: Dan Lukes <dan@obluda dot cz> Notes: svn path=/head/; revision=171525
* - currently mark BROKEN on 4.XCheng-Lung Sung2006-07-051-1/+7
| | | | Notes: svn path=/head/; revision=167016
* - update to 0.29Cheng-Lung Sung2006-07-032-4/+4
| | | | Notes: svn path=/head/; revision=166793
* - update to 0.28Cheng-Lung Sung2006-06-152-5/+4
| | | | Notes: svn path=/head/; revision=165484
* - utilize USE_BDBYen-Ming Lee2006-04-061-35/+4
| | | | | | | | | PR: 89023 Submitted by: swhetzel at gmail.com Approved by: maintainer Notes: svn path=/head/; revision=158951
* - to support db44.Cheng-Lung Sung2006-01-251-4/+7
| | | | | | | | PR: 91987 Submitted by: Yoshisato YANAGISAWA Notes: svn path=/head/; revision=154405
* - prevision revision fails all BDB version, so roll back temporary.Cheng-Lung Sung2005-11-241-3/+30
| | | | Notes: svn path=/head/; revision=149249
* * Add SHA256.Cheng-Lung Sung2005-11-232-30/+4
| | | | | | | | | | * Use bsd.database.mk to decide BerkeleyDB version. PR: 89445 Submitted by: Gea-Suan Lin <gslin_AT_ccca dot nctu dot edu dot tw> Notes: svn path=/head/; revision=149157
* - update to 0.27Cheng-Lung Sung2005-11-022-3/+3
| | | | | | | - add support for BDB 4.4 (not yet in ports?) Notes: svn path=/head/; revision=146999
* - update to 0.26Cheng-Lung Sung2004-12-102-6/+9
| | | | | | | - add support to Berkeley DB 4.3 Notes: svn path=/head/; revision=123625
* replace .error to IGNORE.Cheng-Lung Sung2004-10-071-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=118574
* My territory, suggested by ijliao. :pCheng-Lung Sung2004-08-201-1/+1
| | | | | | | Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=116729