aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-bdb1
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - fix build with ruby25Dirk Meyer2019-04-282-3/+1
| | | | Notes: svn path=/head/; revision=500313
* Mark BROKEN with ruby 2.5.Matthias Fechner2019-04-191-0/+2
| | | | | | | PR: 233901 Notes: svn path=/head/; revision=499351
* Remove outdate RUBY_VER checkSunpoet Po-Chuan Hsieh2017-12-282-7/+1
| | | | Notes: svn path=/head/; revision=457455
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+1
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450351
* - Fix shebangsMartin Wilke2017-04-221-1/+3
| | | | Notes: svn path=/head/; revision=439170
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-3/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* databases/rubygem-bdb1: fix build with Ruby 2.2 and 2.3Steve Wills2016-02-032-4/+18
| | | | Notes: svn path=/head/; revision=407969
* - fix build with ruby-2.1Dirk Meyer2016-01-192-1/+21
| | | | Notes: svn path=/head/; revision=406632
* mark ports that don't work with Ruby 2.3Steve Wills2016-01-171-0/+1
| | | | | | | PR: 205774 Notes: svn path=/head/; revision=406285
* - Use BROKEN_RUBY21 and BROKEN_RUBY22Sunpoet Po-Chuan Hsieh2015-09-031-8/+4
| | | | Notes: svn path=/head/; revision=395993
* devel/rubygem-bdb1: also does not build with ruby 2.2Steve Wills2015-04-031-2/+2
| | | | Notes: svn path=/head/; revision=383153
* Mark broken with Ruby 2.1Steve Wills2014-11-121-1/+7
| | | | | | | With hat: ruby@ Notes: svn path=/head/; revision=372478
* - Add LICENSESunpoet Po-Chuan Hsieh2014-08-281-0/+3
| | | | Notes: svn path=/head/; revision=366422
* USES=execinfoBaptiste Daroussin2014-08-051-1/+1
| | | | Notes: svn path=/head/; revision=364076
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | LIB_DEPENDS in databases Notes: svn path=/head/; revision=336187
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332031
* 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
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325562
* Ruby-bdb1 is an interface to Berkeley DB revision 1.85 and 1.86.Dirk Meyer2013-03-033-0/+33
This library includes support for the following access methods: * B+tree * Hashing * Fixed and Variable-Length Records And the following interfaces: * Hash like interface - BDB1::Btree and BDB1::Hash * Array like interface - BDB1::Recnum(Recno) WWW: https://github.com/knu/ruby-bdb1 Notes: svn path=/head/; revision=313365