Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.6_9 08 Sep 2024 18:40:17 |
Po-Chuan Hsieh (sunpoet) |
databases/ruby-bdb: Clean up Makefile |
0.6.6_9 14 Sep 2023 14:22:35 |
Dirk Meyer (dinoex) |
databases/ruby-bdb: fix build with db18 |
0.6.6_9 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
0.6.6_9 13 Jul 2023 14:34:26 |
Dirk Meyer (dinoex) |
databases/ruby-bdb: fix build with clang16, fix build with ruby3.2 |
0.6.6_8 13 Jul 2023 14:32:11 |
Dirk Meyer (dinoex) |
databases/ruby-bdb: rename patchfiles |
0.6.6_8 26 Jun 2023 00:09:48 |
Muhammad Moinur Rahman (bofh) |
databases/ruby-bdb: Fix build with llvm16
Sponsored by: The FreeBSD Foundation |
0.6.6_8 07 Jun 2023 04:55:32 |
Yasuhiro Kimura (yasu) |
databases/ruby-bdb: Mark BROKEN with Ruby 3.3
This port is also BROKEN with Ruby 3.3.
PR: 271435
Approved by: Maintainer timeout |
0.6.6_8 19 Feb 2023 08:47:12 |
Hajimu UMEMOTO (ume) |
databases/ruby-bdb: fix build on recent 14-CURRENT |
0.6.6_8 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
0.6.6_8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.6.6_8 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
0.6.6_8 02 May 2022 11:14:06 |
Yasuhiro Kimura (yasu) |
Mk/bsd.ruby.mk: Remove RUBY_RDOC
After lang/ruby26 is removed the value of it is same with all
supported ruby versions. So ports need not use it to specify full
patch of rdoc executable.
PR: 263386
Approved by: maintainer timeout |
0.6.6_8 02 May 2022 11:14:06 |
Yasuhiro Kimura (yasu) |
databases/ruby-bdb: Mark BROKEN_RUBY32
compiling bdb.c
In file included from bdb.c:1:
In file included from ./bdb.h:1:
/usr/local/include/db5/db.h:2725:5: warning: 'DB_DBM_HSEARCH' is not defined,
evaluates to 0 [-Wundef]
#if DB_DBM_HSEARCH != 0
^
/usr/local/include/db5/db.h:3081:5: warning: 'DB_DBM_HSEARCH' is not defined,
evaluates to 0 [-Wundef]
#if DB_DBM_HSEARCH != 0
^
/usr/local/include/db5/db.h:3102:5: warning: 'DB_DBM_HSEARCH' is not defined,
evaluates to 0 [-Wundef]
#if DB_DBM_HSEARCH != 0
^
bdb.c:168:15: error: implicit declaration of function 'rb_tainted_str_new2' is
invalid in C99 [-Werror,-Wimplicit-function-declaration] (Only the first 15 lines of the commit message are shown above ) |
0.6.6_8 15 Jul 2021 20:47:43 |
Po-Chuan Hsieh (sunpoet) |
databases/ruby-bdb: Remove USE_RUBY_RDOC and set MAKE_ENV |
0.6.6_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.6_8 13 Oct 2020 02:25:17 |
meta |
databases/ruby-bdb: Fix build with upcoming databases/db18
While here, return to pool due to more than 3 years of consecutive
maintainer timeouts.
PR: 248416
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: maintainer timeout (> 2 months) |
0.6.6_8 28 Apr 2020 10:23:07 |
ume |
suppress deprecate warning with Ruby 2.7
PR: 245339
Approved by: maintainer timeout |
0.6.6_7 07 Sep 2019 19:54:34 |
mfechner |
Added rdoc as build dependency which is required for ruby 2.6.
PR: 240161
Approved by: maintainer timeout |
0.6.6_6 20 Apr 2019 19:55:08 |
mfechner |
Fix build problem with ruby 2.5.
This patch should be included upstream.
PR: 237410
Submitted by: ume@
Reported by: mbeis@xs4all.nl
Reviewed by: mbeis@xs4all.nl, w.schwarzenfeld@utanet.at |
0.6.6_5 29 Jun 2018 08:37:21 |
amdmi3 |
- Switch to new test framework
Approved by: portmgr blanket |
0.6.6_5 12 Jan 2018 14:28:36 |
swills |
databases/ruby-bdb: mark broken with ruby 2.5
PR: 224625
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: maintainer timeout (knu, >2 weeks) |
0.6.6_5 09 Jan 2018 07:40:56 |
mat |
Remove support for variables that have been deprecated for a while.
variables deprecation revision
WITHOUT_NLS 2013-12-13 r336337
WITH_/WITHOUT_ 2014-02-24 r345870
NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587
WITH_BDB_VER 2016-05-02 r414444
OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387
WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965
While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.
Cleanup bsd.sanity.mk a bit.
Fix fallout.
PR: 224613
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13490 |
0.6.6_5 28 Dec 2017 13:41:56 |
sunpoet |
Remove outdate RUBY_VER check
With hat: ruby |
0.6.6_5 13 Jan 2017 14:44:55 |
sunpoet |
Remove always-true RUBY_VER check
- Pet portlint: fix diff header of patch files
- Convert to options target helper
With hat: ruby |
0.6.6_5 05 Jan 2017 13:54:22 |
knu |
Make good use of ALL_TARGET
PR: 215547
Submitted by: Raphael Kubo da Costa |
0.6.6_5 18 Sep 2016 21:43:47 |
swills |
databases/ruby-bdb: fix rdoc parse issue
While here, fix a stage permission issue with the docs |
0.6.6_4 08 Aug 2016 13:46:50 |
mat |
USE_BDB cleanup.
- 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 |
0.6.6_4 28 Jun 2016 17:05:16 |
swills |
databases/ruby-bdb: Use rdoc included with ruby
With hat: ruby@ |
0.6.6_4 02 Feb 2016 01:26:00 |
swills |
databases/ruby-bdb: fix build with Ruby 2.3
PR: 206232
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
0.6.6_4 17 Jan 2016 07:06:25 |
swills |
mark ports that don't work with Ruby 2.3
PR: 205774 |
0.6.6_4 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
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 |
0.6.6_4 30 Mar 2015 13:16:21 |
swills |
databases/ruby-bdb: fix build with ruby 2.1 and 2.2
With hat: ruby@ |
0.6.6_4 25 Aug 2014 18:49:35 |
antoine |
Allow ports using ruby extconf to be built as non root
PR: ports/191313 |
0.6.6_4 21 Aug 2014 22:50:30 |
mandree |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- 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) |
0.6.6_3 22 Jul 2014 15:02:20 |
ume |
Make it buildable with Ruby 2.1.
PR: 187652
Submitted by: Yasuhiro KIMURA <yasu__at__utahime.org>
Approved by: knu (maintainer timeout) |
0.6.6_3 15 Jul 2014 21:41:31 |
mandree |
Modernize USE_BZIP2 -> USES=tar:bzip2 to fix DEVELOPER=yes warning.
Approved by: portmgr (blanket) |
0.6.6_3 03 Jan 2014 02:28:49 |
mandree |
Convert to staging, and fix a few quirks along the way:
- fix shebang lines in example scripts
- strip the installed bdb.so file |
0.6.6_3 03 Jan 2014 01:59:32 |
swills |
- Minimize patches to just remove the comparison
Pointed out by: mandree
Pointyhat to: swills |
0.6.6_2 02 Jan 2014 20:12:09 |
swills |
- Make check for bdb version ignore the patch level
PR: ports/184921 |
0.6.6_1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.6.6_1 25 Apr 2013 08:34:19 |
knu |
- Fix problem that options dialog is popd up even if there is already
saved file.
- Remove CONFLICTS because it matches databases/ruby-bdb itself
(Spotted by portlint).
PR: ports/178107
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
0.6.6_1 23 Apr 2013 10:08:09 |
knu |
Correct the credit as follows, and bump PORTREVISION for the previous change.
PR: ports/177342
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> |
0.6.6 23 Apr 2013 10:04:39 |
knu |
Fix build with Ruby 2.0 and follow the ports framework updates.
- Update COMMENT
- Update pkg-descr
- Convert to new options framework
- Minor Makefile cleanup
- Pet portlint
PR: ports/177342
Submitted by: tentative |
0.6.6 08 Feb 2012 18:54:33 |
pgollucci |
- Allow regression tests to be run under ruby 1.9
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 |
0.6.6 23 Aug 2011 06:24:17 |
stas |
- Use correct rdoc binary when building docs. This is required for non-default
ruby18 which doesn't install bin/rdoc any longer. |
0.6.6 22 Apr 2011 11:38:16 |
knu |
Update to 0.6.6 which I've just released.
Ruby 1.9.2 is now supported.
PR: ports/156018
Submitted by: swills |
0.6.5_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.6.5_1 07 Jun 2010 20:48:42 |
pgollucci |
- Convert to RF macro
With Hat: ruby@ |
0.6.5_1 16 May 2009 07:54:40 |
knu |
Update MASTER_SITES. |
0.6.5_1 07 May 2009 16:12:59 |
stas |
- Don't generate exceptions on faliures in bdb close call. This fixes
unprivileged user mode in portupgrade (-s switch) and fixes ruby-bdb's
'close' method.
Reviewed by: knu |
0.6.5 09 Mar 2009 11:21:40 |
knu |
Update to 0.6.5. |
0.6.4 25 Jun 2008 17:38:51 |
knu |
Update to 0.6.4.
PR: ports/122508
Submitted by: bf <bf2006a@yahoo.com> |
0.6.2 27 Aug 2007 03:06:53 |
knu |
Update to 0.6.2.
This is just 0.6.1 + files/patch-src::bdb.c, but anyway. |
0.6.1 14 Aug 2007 13:40:34 |
knu |
Add a patch to fix build with Berkeley db 4.2-4.3.
Tested with the bundled test suite.
Reported by: many.. |
0.6.1 10 Aug 2007 11:57:41 |
knu |
Update to version 0.6.1, which reportedly supports the DB 4.6 series.
Submitted by: matusita |
0.6.0 27 Apr 2007 03:48:23 |
knu |
Ri files are no longer installed, so fix plist.
PR: ports/111289
Submitted by: Christopher Shumway <cshumway@titan-project.org> |
0.6.0 04 Feb 2007 15:52:47 |
knu |
Update to 0.6.0.
PR: ports/108672
Submitted by: clsung |
0.5.9_2 15 Jul 2006 19:31:45 |
sem |
- Fix the last commit: --with-db-lib -> --with-db-version
Reported by: remko |
0.5.9_1 15 Jul 2006 19:06:05 |
sem |
- Forced commit to note the last commit was:
Approved by: maintainer(knu) timeout (2 weeks) |
0.5.9_1 15 Jul 2006 19:03:05 |
sem |
- Fix a bug when databases/ruby-bdb port links only with highest version of
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> |
0.5.9 07 Jun 2006 06:07:32 |
knu |
Add SHA256 sums. I'll upgrade my 4.x box to 6 soon... |
0.5.9 07 Jun 2006 05:57:47 |
knu |
- Update to 0.5.9, which now supports bdb 4.4.
- 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 |
0.5.7 30 Nov 2005 15:01:52 |
knu |
Fix an installation bug when WITH_BDB_VER is set to 42 or 43.
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> |
0.5.7 14 Nov 2005 12:21:57 |
knu |
Update to 0.5.7. |
0.5.3 11 Nov 2005 01:18:01 |
linimon |
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime. |
0.5.3 10 Sep 2005 21:16:05 |
pav |
- Support bdb43
PR: ports/82924
Submitted by: delphij
Approved by: maintainer timeout (knu; 2 months) |
0.5.3 23 Dec 2004 18:54:25 |
knu |
Update to 0.5.3.
Submitted by: sumikawa |
0.5.1 12 Aug 2004 09:50:28 |
knu |
Update to 0.5.1.
Build ri documents. |
0.5.0 12 May 2004 18:05:40 |
knu |
Add support for db2 and db42 in addition to db3, db4 and db41.
Add CONFLICTS entries. |
0.5.0 12 May 2004 17:55:00 |
knu |
- Build with db4 instead of db3 by default.
- Always suffix db's version number to PKGNAME. |
0.5.0 22 Mar 2004 15:05:32 |
knu |
Add SIZE data.
Submitted by: trevor |
0.5.0 23 Dec 2003 17:33:32 |
knu |
Update to 0.5.0. |
0.4.9 15 Dec 2003 06:53:24 |
knu |
Update to 0.4.9. |
0.4.8 14 Sep 2003 18:50:19 |
knu |
Chase a repack and add another checksum to distinfo.
The difference is a trivial fix against README.en and debug print
removal from examples/lock.rb.
Submitted by: bento |
0.4.8 06 Sep 2003 17:22:05 |
knu |
Update to 0.4.8. |
0.4.7 29 Jul 2003 12:14:20 |
knu |
Update to 0.4.7. |
0.4.4 26 Jun 2003 03:36:45 |
knu |
Update to 0.4.3. |
0.4.3 15 Jun 2003 22:01:06 |
knu |
Update to 0.4.3. |
0.4.2 01 Jun 2003 12:14:14 |
knu |
Update to 0.4.2. |
0.4.1 05 Apr 2003 11:48:54 |
knu |
Update to 0.4.1. |
0.4.0 03 Mar 2003 17:39:28 |
knu |
Update to 0.4.0. |
0.3.9 18 Feb 2003 04:37:40 |
knu |
De-pkg-comment. |
0.3.9 07 Feb 2003 20:37:12 |
knu |
Update to 0.3.9. |
0.3.8 01 Jan 2003 16:21:56 |
knu |
Update to 0.3.8, which is compatible with the latest ruby 1.8. |
0.3.5 06 Oct 2002 21:03:53 |
knu |
Use RUBY_MOD*. |
0.3.5 19 Sep 2002 18:56:10 |
knu |
Update to 0.3.5. (adapted for db 4.1.24) |
0.3.4 08 Sep 2002 04:53:21 |
knu |
Update to 0.3.4. |
0.3.3_1 22 Aug 2002 19:13:46 |
ade |
BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x |
0.3.3 16 Aug 2002 10:15:12 |
knu |
Update to 0.3.3. (now supports db 4.1.16) |
0.3.2 14 Jul 2002 18:13:12 |
knu |
Update to 0.3.2. |
0.3.1 16 Mar 2002 17:40:49 |
knu |
Update to 0.3.1. |
13 Feb 2002 02:38:18 |
knu |
Build a module with a correct combination of headers and library on a system
where db3 and db4 are both installed. |
10 Feb 2002 21:14:54 |
knu |
Update to 0.3.0. |
15 Jan 2002 21:56:52 |
knu |
Add a WITH_BDB4 knob. |
15 Jan 2002 21:46:17 |
knu |
Remove an obsolete patch (Perl substitution) against extconf.rb. |
15 Jan 2002 15:50:32 |
knu |
Update to 0.2.9. |
13 Dec 2001 05:09:41 |
knu |
Update to 0.2.7. |
28 Nov 2001 14:00:15 |
knu |
Update to 0.2.6. |
17 Sep 2001 18:54:32 |
knu |
Bump the PORTREVISION's of the ports which install architecture dependent ruby
modules, due to the RUBY_ARCH change I've just committed. |