notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/rubygem-bdb1/Makefile
SVNWeb

Number of commits found: 24

Sat, 14 Jan 2023
[ 23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  18c6e18  (Only the first 10 of 2869 ports in this commit are shown above. View all ports for this commit)
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

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
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 9 May 2022
[ 10:27 Dirk Meyer (dinoex) search for other commits by this committer ]    commit hash:892450efb3055d3e962acfa008c99e6580b61575  commit hash:892450efb3055d3e962acfa008c99e6580b61575  commit hash:892450efb3055d3e962acfa008c99e6580b61575  892450e 
databases/rubygem-bdb1: fix runtime error with ruby 3.0: Undefined symbol
"rb_secure"
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 28 Apr 2019
[ 12:47 dinoex search for other commits by this committer ] Original commit   Revision:500313
- fix build with ruby25
Fri, 19 Apr 2019
[ 13:14 mfechner search for other commits by this committer ] Original commit   Revision:499351
Mark BROKEN with ruby 2.5.

PR:		233901
Thu, 28 Dec 2017
[ 13:42 sunpoet search for other commits by this committer ] Original commit   Revision:457455
Remove outdate RUBY_VER check
Fri, 22 Sep 2017
[ 10:48 mat search for other commits by this committer ] Original commit   Revision:450351 (Only the first 10 of 175 ports in this commit are shown above. View all ports for this commit)
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Sat, 22 Apr 2017
[ 12:45 miwi search for other commits by this committer ] Original commit   Revision:439170
- Fix shebangs
Wed, 27 Apr 2016
[ 21:57 swills search for other commits by this committer ] Original commit   Revision:414136 (Only the first 10 of 1194 ports in this commit are shown above. View all ports for this commit)
Convert USES=gem:autoplist to USES=gem since autoplist is default
[ 16:36 swills search for other commits by this committer ] Original commit   Revision:414118 (Only the first 10 of 1196 ports in this commit are shown above. View all ports for this commit)
create USES=gem and update rubygem- ports to use it

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
Wed, 3 Feb 2016
[ 19:07 swills search for other commits by this committer ] Original commit   Revision:407969
databases/rubygem-bdb1: fix build with Ruby 2.2 and 2.3
Tue, 19 Jan 2016
[ 04:50 dinoex search for other commits by this committer ] Original commit   Revision:406632
- fix build with ruby-2.1
Sun, 17 Jan 2016
[ 07:06 swills search for other commits by this committer ] Original commit   Revision:406285 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
mark ports that don't work with Ruby 2.3

PR:		205774
Thu, 3 Sep 2015
[ 16:23 sunpoet search for other commits by this committer ] Original commit   Revision:395993
- Use BROKEN_RUBY21 and BROKEN_RUBY22
Fri, 3 Apr 2015
[ 17:04 swills search for other commits by this committer ] Original commit   Revision:383153
devel/rubygem-bdb1: also does not build with ruby 2.2
Wed, 12 Nov 2014
[ 02:58 swills search for other commits by this committer ] Original commit   Revision:372478
Mark broken with Ruby 2.1

With hat:	ruby@
Thu, 28 Aug 2014
[ 16:24 sunpoet search for other commits by this committer ] Original commit   Revision:366422
- Add LICENSE
Tue, 5 Aug 2014
[ 06:36 bapt search for other commits by this committer ] Original commit   Revision:364076
USES=execinfo
Wed, 11 Dec 2013
[ 18:08 bapt search for other commits by this committer ] Original commit   Revision:336187 (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
Wed, 30 Oct 2013
[ 02:20 swills search for other commits by this committer ] Original commit   Revision:332031 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Add stage support
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Sun, 3 Mar 2013
[ 16:09 dinoex search for other commits by this committer ] Original commit   Revision:313365
Ruby-bdb1 is an interface to Berkeley DB revision 1.85 and 1.86.

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

Number of commits found: 24