summaryrefslogtreecommitdiff
path: root/databases/rubygem-bdb1
Commit message (Collapse)AuthorAgeFilesLines
* databases/rubygem-bdb1: fix runtime error with ruby 3.2Dirk Meyer2024-03-252-2/+29
|
* databases/rubygem-bdb1: fix build with clang16Dirk Meyer2023-07-103-10/+200
|
* Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=rubyMuhammad Moinur Rahman2023-01-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk Notable changes are. - Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk. - USE_RUBY=yes is replaced with USES=ruby. - USE_RUBY_EXTCONF is replaced with USES=ruby:extconf. - USE_RUBY_RDOC is replaced with USES=ruby:rdoc. - USE_RUBY_SETUP is replaces with USES=ruby:setup. - RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with USES=ruby:{build,none,run}. - RUBY_REQUIRE isn't used anywhere, so removed. - USES=gem now implies USES=ruby. This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863 I have just made some cosmetic changes and ran exp-run to test that the tree is not in a BROKEN state. Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D37925
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* databases/rubygem-bdb1: fix runtime error with ruby 3.0: Undefined symbol ↵Dirk Meyer2022-05-093-6/+79
| | | | "rb_secure"
* 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