aboutsummaryrefslogtreecommitdiff
path: root/databases/ruby-bdb
Commit message (Collapse)AuthorAgeFilesLines
* Remove always-true RUBY_VER checkSunpoet Po-Chuan Hsieh2017-01-138-18/+18
| | | | | | | | | | - Pet portlint: fix diff header of patch files - Convert to options target helper With hat: ruby Notes: svn path=/head/; revision=431392
* Make good use of ALL_TARGETAkinori MUSHA2017-01-051-4/+1
| | | | | | | | PR: 215547 Submitted by: Raphael Kubo da Costa Notes: svn path=/head/; revision=430639
* databases/ruby-bdb: fix rdoc parse issueSteve Wills2016-09-182-1/+31
| | | | | | | While here, fix a stage permission issue with the docs Notes: svn path=/head/; revision=422410
* USE_BDB cleanup.Mathieu Arnold2016-08-081-3/+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
* databases/ruby-bdb: Use rdoc included with rubySteve Wills2016-06-281-1/+1
| | | | | | | With hat: ruby@ Notes: svn path=/head/; revision=417738
* databases/ruby-bdb: fix build with Ruby 2.3Steve Wills2016-02-022-7/+1
| | | | | | | | PR: 206232 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=407789
* mark ports that don't work with Ruby 2.3Steve Wills2016-01-171-0/+2
| | | | | | | PR: 205774 Notes: svn path=/head/; revision=406285
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-1/+0
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* databases/ruby-bdb: fix build with ruby 2.1 and 2.2Steve Wills2015-03-309-5/+329
| | | | | | | With hat: ruby@ Notes: svn path=/head/; revision=382655
* Allow ports using ruby extconf to be built as non rootAntoine Brodin2014-08-251-2/+0
| | | | | | | PR: ports/191313 Notes: svn path=/head/; revision=366129
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-1/+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
* Make it buildable with Ruby 2.1.Hajimu UMEMOTO2014-07-221-8/+6
| | | | | | | | | PR: 187652 Submitted by: Yasuhiro KIMURA <yasu__at__utahime.org> Approved by: knu (maintainer timeout) Notes: svn path=/head/; revision=362546
* Modernize USE_BZIP2 -> USES=tar:bzip2 to fix DEVELOPER=yes warning.Matthias Andree2014-07-151-2/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=362010
* Convert to staging, and fix a few quirks along the way:Matthias Andree2014-01-031-6/+28
| | | | | | | | - fix shebang lines in example scripts - strip the installed bdb.so file Notes: svn path=/head/; revision=338518
* - Minimize patches to just remove the comparisonSteve Wills2014-01-035-57/+11
| | | | | | | | Pointed out by: mandree Pointyhat to: swills Notes: svn path=/head/; revision=338517
* - Make check for bdb version ignore the patch levelSteve Wills2014-01-025-3/+125
| | | | | | | PR: ports/184921 Notes: svn path=/head/; revision=338488
* 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
* - Fix problem that options dialog is popd up even if there is alreadyAkinori MUSHA2013-04-251-2/+1
| | | | | | | | | | | | | saved file. - Remove CONFLICTS because it matches databases/ruby-bdb itself (Spotted by portlint). PR: ports/178107 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=316506
* Correct the credit as follows, and bump PORTREVISION for the previous change.Akinori MUSHA2013-04-231-0/+1
| | | | | | | | PR: ports/177342 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> Notes: svn path=/head/; revision=316332
* Fix build with Ruby 2.0 and follow the ports framework updates.Akinori MUSHA2013-04-232-34/+26
| | | | | | | | | | | | | | - Update COMMENT - Update pkg-descr - Convert to new options framework - Minor Makefile cleanup - Pet portlint PR: ports/177342 Submitted by: tentative Notes: svn path=/head/; revision=316330
* - Allow regression tests to be run under ruby 1.9Philip M. Gollucci2012-02-081-0/+1
| | | | | | | | | | | | still has issues w/ it, stick to 1.8 for now PR: ports/160402 Submitted by: Mikhail T. <mi@aldan.algebra.com> Approved by: maintainer timeout (knu ; 159 days) Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=290726
* - Use correct rdoc binary when building docs. This is required for non-defaultStanislav Sedov2011-08-231-0/+11
| | | | | | | ruby18 which doesn't install bin/rdoc any longer. Notes: svn path=/head/; revision=280242
* Update to 0.6.6 which I've just released.Akinori MUSHA2011-04-223-30/+10
| | | | | | | | | | Ruby 1.9.2 is now supported. PR: ports/156018 Submitted by: swills Notes: svn path=/head/; revision=273036
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Convert to RF macroPhilip M. Gollucci2010-06-071-2/+1
| | | | | | | With Hat: ruby@ Notes: svn path=/head/; revision=256049
* Update MASTER_SITES.Akinori MUSHA2009-05-161-3/+2
| | | | Notes: svn path=/head/; revision=233983
* - Don't generate exceptions on faliures in bdb close call. This fixesStanislav Sedov2009-05-072-0/+21
| | | | | | | | | | unprivileged user mode in portupgrade (-s switch) and fixes ruby-bdb's 'close' method. Reviewed by: knu Notes: svn path=/head/; revision=233367
* Update to 0.6.5.Akinori MUSHA2009-03-092-5/+7
| | | | Notes: svn path=/head/; revision=229744
* Update to 0.6.4.Akinori MUSHA2008-06-253-52/+36
| | | | | | | | PR: ports/122508 Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=215771
* Update to 0.6.2.Akinori MUSHA2007-08-273-18/+4
| | | | | | | This is just 0.6.1 + files/patch-src::bdb.c, but anyway. Notes: svn path=/head/; revision=198350
* Add a patch to fix build with Berkeley db 4.2-4.3.Akinori MUSHA2007-08-141-0/+14
| | | | | | | | | Tested with the bundled test suite. Reported by: many.. Notes: svn path=/head/; revision=197665
* Update to version 0.6.1, which reportedly supports the DB 4.6 series.Akinori MUSHA2007-08-103-12/+12
| | | | | | | Submitted by: matusita Notes: svn path=/head/; revision=197415
* Ri files are no longer installed, so fix plist.Akinori MUSHA2007-04-272-309/+0
| | | | | | | | PR: ports/111289 Submitted by: Christopher Shumway <cshumway@titan-project.org> Notes: svn path=/head/; revision=190986
* Update to 0.6.0.Akinori MUSHA2007-02-043-5/+17
| | | | | | | | PR: ports/108672 Submitted by: clsung Notes: svn path=/head/; revision=184136
* - Fix the last commit: --with-db-lib -> --with-db-versionSergey Matveychuk2006-07-151-2/+2
| | | | | | | Reported by: remko Notes: svn path=/head/; revision=167924
* - Fix a bug when databases/ruby-bdb port links only with highest version ofSergey Matveychuk2006-07-151-1/+3
| | | | | | | | | | | | databases/db* ports. If user sets other version with WITH_BDB_VER ruby-bdb builds with a port that user set, but links with highest version. it's caused ruby-bdb unworkable. PR: ports/99697 Submitted: Matthias Andree <matthias.andree_at_gmx.de> Notes: svn path=/head/; revision=167921
* Add SHA256 sums. I'll upgrade my 4.x box to 6 soon...Akinori MUSHA2006-06-071-0/+1
| | | | Notes: svn path=/head/; revision=164669
* - Update to 0.5.9, which now supports bdb 4.4.Akinori MUSHA2006-06-073-349/+19
| | | | | | | | | | | | | - Make good use of USE_BDB instead of tedious WITH_BDB* knobs. - Use 'PORTDOCS=*' to avoid maintaining a list of automatically generated document files that are renumbered on every release. PR: ports/98059 (update to 0.5.8) Submitted by: skv Notes: svn path=/head/; revision=164667
* Fix an installation bug when WITH_BDB_VER is set to 42 or 43.Akinori MUSHA2005-11-301-2/+2
| | | | | | | Submitted by: Jarrod Sayers <jarrod@netleader.com.au> Notes: svn path=/head/; revision=150054
* Update to 0.5.7.Akinori MUSHA2005-11-143-12/+13
| | | | Notes: svn path=/head/; revision=148222
* With portmgr hat on, reset maintainership of knu's ports since he hasMark Linimon2005-11-111-1/+1
| | | | | | | been inactive more than 6 months. We hope to see him back sometime. Notes: svn path=/head/; revision=147872
* - Support bdb43Pav Lucistnik2005-09-101-0/+3
| | | | | | | | | PR: ports/82924 Submitted by: delphij Approved by: maintainer timeout (knu; 2 months) Notes: svn path=/head/; revision=142387
* Update to 0.5.3.Akinori MUSHA2004-12-233-49/+82
| | | | | | | Submitted by: sumikawa Notes: svn path=/head/; revision=124995
* Update to 0.5.1.Akinori MUSHA2004-08-123-192/+448
| | | | | | | Build ri documents. Notes: svn path=/head/; revision=116012
* Add support for db2 and db42 in addition to db3, db4 and db41.Akinori MUSHA2004-05-121-3/+11
| | | | | | | Add CONFLICTS entries. Notes: svn path=/head/; revision=109027
* - Build with db4 instead of db3 by default.Akinori MUSHA2004-05-121-19/+12
| | | | | | | - Always suffix db's version number to PKGNAME. Notes: svn path=/head/; revision=109026
* Add SIZE data.Akinori MUSHA2004-03-221-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104943
* Update to 0.5.0.Akinori MUSHA2003-12-232-2/+2
| | | | Notes: svn path=/head/; revision=96489
* Update to 0.4.9.Akinori MUSHA2003-12-153-3/+4
| | | | Notes: svn path=/head/; revision=95840
* Chase a repack and add another checksum to distinfo.Akinori MUSHA2003-09-141-0/+1
| | | | | | | | | | The difference is a trivial fix against README.en and debug print removal from examples/lock.rb. Submitted by: bento Notes: svn path=/head/; revision=88982