aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-BDB
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.91Sunpoet Po-Chuan Hsieh2016-04-232-6/+4
| | | | | | | Changes: http://search.cpan.org/dist/BDB/Changes Notes: svn path=/head/; revision=413817
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Strip shared librarySunpoet Po-Chuan Hsieh2015-08-171-1/+4
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=394465
* - Add LICENSESunpoet Po-Chuan Hsieh2015-03-251-0/+3
| | | | Notes: svn path=/head/; revision=382244
* - Update USE_BDBSunpoet Po-Chuan Hsieh2015-03-251-3/+3
| | | | | | | | - Use -lpthread instead of -pthread - Cleanup -lpthread/-pthread manipulation Notes: svn path=/head/; revision=382240
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+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
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-3/+1
| | | | Notes: svn path=/head/; revision=328812
* 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
* - Remove deprecated PTHREAD_*Sunpoet Po-Chuan Hsieh2013-09-071-2/+2
| | | | Notes: svn path=/head/; revision=326676
* - Cleanup Makefile headerSunpoet Po-Chuan Hsieh2013-08-211-5/+1
| | | | Notes: svn path=/head/; revision=325163
* - Use RUN_DEPENDS:=BUILD_DEPENDSSunpoet Po-Chuan Hsieh2013-08-211-3/+2
| | | | | | | | - Add BUILD_DEPENDS - Cosmetic change Notes: svn path=/head/; revision=325148
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Update to 1.9Sunpoet Po-Chuan Hsieh2011-12-263-16/+4
| | | | | | | Changes: http://search.cpan.org/dist/BDB/Changes Notes: svn path=/head/; revision=288042
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Fix build with new db5 (Oracle Berkeley DB 5.2)Sunpoet Po-Chuan Hsieh2011-08-261-0/+13
| | | | Notes: svn path=/head/; revision=280488
* - Add BUILD_DEPENDSSunpoet Po-Chuan Hsieh2011-08-221-0/+1
| | | | | | | | PR: ports/159887 Submitted by: swills Notes: svn path=/head/; revision=280154
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2011-08-051-0/+2
| | | | Notes: svn path=/head/; revision=278934
* - Update to 1.89Sunpoet Po-Chuan Hsieh2011-07-313-229/+3
| | | | | | | Changes: http://search.cpan.org/dist/BDB/Changes Notes: svn path=/head/; revision=278602
* - Add p5-BDB 1.88Sunpoet Po-Chuan Hsieh2011-07-175-0/+267
BDB is a Perl module to provide asynchronous Berkeley DB access. WWW: http://search.cpan.org/dist/BDB/ Notes: svn path=/head/; revision=277829