notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: databases/ruby-bdb/Makefile

Number of commits found: 101 (showing only 100 on this page)

1 | 2  »  

Thursday, 14 Sep 2023
14:22 Dirk Meyer (dinoex) search for other commits by this committer
databases/ruby-bdb: fix build with db18
commit hash: 597e7072e9815fdcee74a453ae1626e5968cec15 commit hash: 597e7072e9815fdcee74a453ae1626e5968cec15 commit hash: 597e7072e9815fdcee74a453ae1626e5968cec15 commit hash: 597e7072e9815fdcee74a453ae1626e5968cec15 597e707
Wednesday, 26 Jul 2023
00:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: 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
commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 95274bf
Thursday, 13 Jul 2023
14:34 Dirk Meyer (dinoex) search for other commits by this committer
databases/ruby-bdb: fix build with clang16, fix build with ruby3.2
commit hash: 5ebb18384791d5285f07174a9f665eacf1650a43 commit hash: 5ebb18384791d5285f07174a9f665eacf1650a43 commit hash: 5ebb18384791d5285f07174a9f665eacf1650a43 commit hash: 5ebb18384791d5285f07174a9f665eacf1650a43 5ebb183
Monday, 26 Jun 2023
00:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/ruby-bdb: Fix build with llvm16

Sponsored by:	The FreeBSD Foundation
commit hash: ebbe58b2d34b12c299a3c80051d325a7b63c2d81 commit hash: ebbe58b2d34b12c299a3c80051d325a7b63c2d81 commit hash: ebbe58b2d34b12c299a3c80051d325a7b63c2d81 commit hash: ebbe58b2d34b12c299a3c80051d325a7b63c2d81 ebbe58b
Wednesday, 7 Jun 2023
04:55 Yasuhiro Kimura (yasu) search for other commits by this committer
databases/ruby-bdb: Mark BROKEN with Ruby 3.3

This port is also BROKEN with Ruby 3.3.

PR:		271435
Approved by:	Maintainer timeout
commit hash: 5728ccd38c8f065d5cdba5a7df67dc1b613b0bbd commit hash: 5728ccd38c8f065d5cdba5a7df67dc1b613b0bbd commit hash: 5728ccd38c8f065d5cdba5a7df67dc1b613b0bbd commit hash: 5728ccd38c8f065d5cdba5a7df67dc1b613b0bbd 5728ccd
Saturday, 14 Jan 2023
23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae 18c6e18
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
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>
  *  Aldis Berjoza <graudeejs@gmail.com>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Logvinov <ports@logvinov,com>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Novitsky
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexey Degtyarev <alexey@renatasystems.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@fix.no>
  *  Andrei Antoukh <niwi@niwi.be>
  *  Andrew McNaughton <andrew@scoop.co.nz>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Kostenko <andrey@kostenko.name>
  *  Andrey Simonenko
  *  Andrey Zakhvatov
  *  Anes Mukhametov <anes@anes.su>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Antonio Carlos Venancio Junior (<antonio@php.net>)
  *  Autrijus Tang <autrijus@autrijus.org>
  *  Babak Farrokhi <farrokhi@FreeBSD.org>
  *  Bartek Rutkowski <r@robakdesign.com>
  *  Bernard Spil <brnrd@FreeBSD.org>
  *  Brent J. Nordquist <bjn@visi.com>
  *  Cezary Morga <cm@therek.net>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Choe, Cheng-Dae
  *  Chris D. Faulhaber <jedgar@FreeBSD.org>
  *  Chris Larsen <darth@vader.dk>
  *  Damian Gerow <dgerow@afflictions.org>
  *  Daniel O'Connor
  *  Daniel Wijnands <daniel@itxl.nl>
  *  Dave Green <dg@fastmail.co.uk>
  *  David Thiel <lx@FreeBSD.org>
  *  Davíð Steinn Geirsson <david@isnic.is>
  *  Denis Generalov <gd.workbox@gmail.com>
  *  Denis Generalov <gd@rambler-co.ru>
  *  Denis Shaposhnikov <dsh@bamus.cz>
  *  Dermot Tynan <dtynan@kalopa.com>
  *  Dmitry Liakh <dliakh@ukr.net>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Dmitry Sivachenko <mitya@yandex-team.ru>
  *  Domas Mituzas <midom@dammit.lt>
  *  Dominic Mitchell
  *  Don Owens <don@regexguy.com>
  *  Dryice Dong Liu <dryice@dryice.name>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Espen Tagestad <espen@tagestad.no>
  *  Espen Volden aka voldern <voldern@hoeggen.net>
  *  Evan Sarmiento <bsdports@wayfair.com>
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Frank Wall <fw@moov.de>
  *  Ganbold Tsagaankhuu <ganbold@FreeBSD.org>
  *  Gary Palmer <gpalmer@FreeBSD.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geraud CONTINSOUZAS <geraud@gcu.info>
  *  Gerrit Beine <tux@pinguru.net>
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
  *  Henk van Oers <hvo.pm@xs4all.nl>
  *  Henrik Hodne <henrik@hodne.io>
  *  Hiroyuki Hanai <hanai@FreeBSD.org>
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@python.or.kr>
  *  Ilia Chipitsine <ilia@jane.cgu.chel.su>
  *  Ivan Voras <ivoras@FreeBSD.org>
  *  J.F. Dockes
  *  Jaap Boender <jaapb@kerguelen.org>
  *  Jake Smith <jake@xz.cx>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Janos Mohacsi <janos.mohacsi@bsd.hu>
  *  Janos.Mohacsi@bsd.hu
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jens Rehsack <rehsack@liwing.de>
  *  Jeremy Chadwick <koitsu@FreeBSD.org>
  *  Jev Björsell <ports@ecadlabs.com>
  *  Jim Ohlstein <jim@ohlste.in>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Horn <joehorn@gmail.com>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Chen <johnpupu@gmail.com>
  *  John Marino <marino@FreeBSD.org>
  *  John Merryweather Cooper
  *  John Merryweather Cooper et al
  *  Jon Nistor <nistor@snickers.org>
  *  Jonathan Weiss (<jw@innerewut.de>)
  *  Jose Jachuf <jjachuf@gmail.com>
  *  Joshua D. Abraham <jabra@ccs.neu.edu>
  *  Jov <amutu@amutu.com>
  *  Jov amutu@amutu.com
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Julien Laffaye <kimelto@gmail.com>
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  Keith Gaughan <k@sterechro.me>
  *  Kevin Bowling <kbowling@freebsd.org>
  *  Kimo <kimor79@yahoo.com>
  *  Kimura Fuyuki <fuyuki@nigredo.org>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Lars Balker Rasmussen <lbr@FreeBSD.org
  *  Lars Balker Rasmussen <lbr@FreeBSD.org>
  *  Lars Eggert <larse@isi.edu>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Loïc BARTOLETTI
  *  Loïc BARTOLETTI <lbartoletti@FreeBSD.org>
  *  Lubomir Marinov <lubomir_m@abv.bg>
  *  Mahdi Mokhtari <mokhi64@gmail.com>
  *  Mahlon E. Smith <mahlon@martini.nu>
  *  Marc G. Fournier <scrappy@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Markus Brueffer <markus@FreeBSD.org>
  *  Martin Matuska <martin@matuska.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Mathieu Arnold <m@absolight.net>
  *  Matthew Seaman
  *  Matthias Andree <mandree@FreeBSD.org>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Matthias Petermann <matthias@petermann-it.de>
  *  Max Khon
  *  Max Khon <fjoe@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Winking <mwfp@foldl.net>
  *  Mikael URANKAR and Loïc BARTOLETTI
  *  Mike Carlson (carlson39@llnl.gov)
  *  Mikhail T. <michael@fun-box.ru>
  *  Mikhail Teterin
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Mikolaj Golub <trociny@FreeBSD.org>
  *  Mirko Zinn <mail@derzinn.de>
  *  Mohammad S. Babaei <info@babaei.net>
  *  Muhammad Moinur Rahman <bofh@FreeBSD.org>
  *  Nick Hibma <n_hibma@freebsd.org>
  *  Nick Hilliard <nick@foobar.org>
  *  Nick Sayer <nsayer@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nicolas Embriz <nbari@tequila.io>
  *  Nicolas de Bari Embriz <nbari@dalmp.com>
  *  Oleg Sharoiko <os@rsu.ru>
  *  Olexander Melnyk <olexander.v.melnyk@gmail.com>
  *  Oliver Eikemeier <eikemeier@fillmore-labs.com>
  *  Olivier Duchateau <duchateau.olivier@gmail.com>
  *  Palle Girgensohn <girgen@FreeBSD.org>
  *  Palle Girgensohn <girgen@partitur.se>
  *  Palle Girgensohn <girgen@pingpong.net>
  *  Parv <parv@pair.org>
  *  Pete Fritchman <petef@databits.net>
  *  Peter Avalos <pavalos@theshell.com>
  *  Philip M. Gollucci
  *  Philip M. Gollucci <philip@p6m7g8.com>
  *  Philip Stoev <philip.stoev@galeracluster.com>
  *  Pierre-Emmanuel Andre <pea@raveland.org>
  *  Pietro Cerutti <gahr@FreeBSD.org>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Qing Feng <qingfeng@douban.com>
  *  Quinton Dolan <q@onthenet.com.au>
  *  Radim Kolar
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Rick Miller
  *  Robert Kruus <rob.kruus@gmail.com>
  *  Rod Taylor <ports@rbt.ca>
  *  Roland van Laar <roland@micite.net>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Roy Boerner
  *  Rozhuk Ivan <rozhuk.im@gmail.com>
  *  Rusty Nejdl
  *  Ryan Steinmetz <rpsfa@rit.edu>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Ryan T. Dean <rtdean@cytherianage.net>
  *  Sam Lawrance <boris@brooknet.com.au>
  *  Scott McWhirter <scott@surreytech.co.uk>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sean Chittenden <seanc@FreeBSD.org>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergei Vyshenski <svysh.fbsd@gmail.com>
  *  Sergey A. Osokin <osa@FreeBSD.org.ru>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sevan Janiyan <venture37@geeklan.co.uk>
  *  Sheldon Hearn <sheldonh@FreeBSD.org>
  *  Stanislav Svirid <count@211.ru>
  *  Stefan Schmidt <stefan.schmidt@stadtbuch.de>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steve Wills <swills@freebsd.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  T. William Wells <bill@twwells.com>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Timur I. Bakeyev <bat@cpan.org>
  *  Tom Judge <tj@FreeBSD.org>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Torsten Zuhlsdorff <ports@toco-domains.de>
  *  Toshiya Saitoh (<toshiya@saitoh.nu>)
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Vasil Dimov <vd@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vladimir Timofeev <vovkasm@gmail.com>
  *  Wen Heping
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen heping <wenheping@gmail.com>
  *  William Grzybowski <wg@FreeBSD.org>
  *  Xin Li <delphij@FreeBSD.org>
  *  Yarema <yds@CoolRat.org>
  *  Yarema <yds@Necessitu.de>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yoichi NAKAYAMA <yoichi@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Thompson <hideo@lastamericanempire.com>
  *  Zach Thompson <lin-chi@lastamericanempire.com>
  *  ache@FreeBSD.org
  *  alfred
  *  alp@sfedu.ru
  *  andrew@scoop.co.nz
  *  andrey@kostenko.name
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  clive
  *  clive@FreeBSD.org
  *  clsung@dragon2.net
  *  dcf@aracnet.com
  *  elvstone@gmail.com
  *  erikhb@bgnett.no
  *  erwin@FreeBSD.org
  *  gahr
  *  ijliao
  *  ijlioa
  *  ivoras
  *  johnpupu <johnpupu@gmail.com>
  *  kirk@daycos.com
  *  kuriyama
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  loïc bartoletti <lbartoletti@FreeBSD.org>
  *  mharo@FreeBSD.org
  *  michael johnson <ahze@ahze.net>
  *  milki <milki@rescomp.berkeley.edy>
  *  mm@FreeBSD.org
  *  nbm
  *  nectar@FreeBSD.org
  *  nork@FreeBSD.org
  *  nork@cityfujisawa.ne.jp
  *  olevole@olevole.ru
  *  proler@gmail.com
  *  sergey@migsoft.com.ua
  *  sobomax
  *  spam@rm-rf.kiev.ua
  *  stas
  *  tobez
  *  tremere@cainites.net
  *  vanilla
  *  vanilla@
  *  wen@FreeBSD.org
  *  wenheping<wenheping@gmail.com>
  *  wolman@cs.washington.edu
  * # Created by Kevin Bowling <kbowling@FreeBSD.org>
  * # Created by Matthias Fechner <mfechner@FreeBSD.org>

With hat:	portmgr
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 d076ad9
Monday, 2 May 2022
11:14 Yasuhiro Kimura (yasu) search for other commits by this committer
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]
    version = rb_tainted_str_new2(db_version(&major, &minor, &patch));
              ^
bdb.c:672:5: warning: 'HAVE_CONST_BDB_TXN_COMMIT' is not defined, evaluates to 0
[-Wundef]
 #if HAVE_CONST_BDB_TXN_COMMIT
    ^
bdb.c:960:18: error: implicit declaration of function 'rb_tainted_str_new' is
invalid in C99 [-Werror,-Wimplicit-function-declaration]
    bdb_errstr = rb_tainted_str_new(0, 0);
                 ^
bdb.c:960:18: note: did you mean 'rb_tainted_str_new2'?
bdb.c:168:15: note: 'rb_tainted_str_new2' declared here
    version = rb_tainted_str_new2(db_version(&major, &minor, &patch));
              ^
4 warnings and 2 errors generated.
*** Error code 1

Stop.

While I'm here,

* Pet portlint and portclippy.
* Tidy up Makefile with portfmt.

PR:		263360
Approved by:	maintainer timeout
commit hash: 794781e423e93b29cdd0c4604bc8236d2069d110 commit hash: 794781e423e93b29cdd0c4604bc8236d2069d110 commit hash: 794781e423e93b29cdd0c4604bc8236d2069d110 commit hash: 794781e423e93b29cdd0c4604bc8236d2069d110 794781e
11:14 Yasuhiro Kimura (yasu) search for other commits by this committer
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
commit hash: e4a56e48d471fef7f8a2c20fb7e4463af4e892d6 commit hash: e4a56e48d471fef7f8a2c20fb7e4463af4e892d6 commit hash: e4a56e48d471fef7f8a2c20fb7e4463af4e892d6 commit hash: e4a56e48d471fef7f8a2c20fb7e4463af4e892d6 e4a56e4
Thursday, 15 Jul 2021
20:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/ruby-bdb: Remove USE_RUBY_RDOC and set MAKE_ENV
commit hash: 10bc8cb8bfb1f6c12892e4064321216335e5b87a commit hash: 10bc8cb8bfb1f6c12892e4064321216335e5b87a commit hash: 10bc8cb8bfb1f6c12892e4064321216335e5b87a commit hash: 10bc8cb8bfb1f6c12892e4064321216335e5b87a 10bc8cb
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 13 Oct 2020
02:25 meta search for other commits by this committer
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)
Original commitRevision:552172 
Tuesday, 28 Apr 2020
10:23 ume search for other commits by this committer
suppress deprecate warning with Ruby 2.7

PR:		245339
Approved by:	maintainer timeout
Original commitRevision:533243 
Saturday, 7 Sep 2019
19:54 mfechner search for other commits by this committer
Added rdoc as build dependency which is required for ruby 2.6.

PR:		240161
Approved by:	maintainer timeout
Original commitRevision:511416 
Saturday, 20 Apr 2019
19:55 mfechner search for other commits by this committer
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
Original commitRevision:499463 
Friday, 29 Jun 2018
08:37 amdmi3 search for other commits by this committer
- Switch to new test framework

Approved by:	portmgr blanket
Original commitRevision:473534 
Friday, 12 Jan 2018
14:28 swills search for other commits by this committer
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)
Original commitRevision:458847 
Tuesday, 9 Jan 2018
07:40 mat search for other commits by this committer
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
Original commitRevision:458513 
Thursday, 28 Dec 2017
13:41 sunpoet search for other commits by this committer
Remove outdate RUBY_VER check

With hat:	ruby
Original commitRevision:457454 
Friday, 13 Jan 2017
14:44 sunpoet search for other commits by this committer
Remove always-true RUBY_VER check

- Pet portlint: fix diff header of patch files
- Convert to options target helper

With hat:	ruby
Original commitRevision:431392 
Thursday, 5 Jan 2017
13:54 knu search for other commits by this committer
Make good use of ALL_TARGET

PR:		215547
Submitted by:	Raphael Kubo da Costa
Original commitRevision:430639 
Sunday, 18 Sep 2016
21:43 swills search for other commits by this committer
databases/ruby-bdb: fix rdoc parse issue

While here, fix a stage permission issue with the docs
Original commitRevision:422410 
Monday, 8 Aug 2016
13:46 mat search for other commits by this committer
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
Original commitRevision:419843 
Tuesday, 28 Jun 2016
17:05 swills search for other commits by this committer
databases/ruby-bdb: Use rdoc included with ruby

With hat:	ruby@
Original commitRevision:417738 
Tuesday, 2 Feb 2016
01:26 swills search for other commits by this committer
databases/ruby-bdb: fix build with Ruby 2.3

PR:		206232
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Original commitRevision:407789 
Sunday, 17 Jan 2016
07:06 swills search for other commits by this committer
mark ports that don't work with Ruby 2.3

PR:		205774
Original commitRevision:406285 
Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
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
Original commitRevision:394508 
Monday, 30 Mar 2015
13:16 swills search for other commits by this committer
databases/ruby-bdb: fix build with ruby 2.1 and 2.2

With hat:	ruby@
Original commitRevision:382655 
Monday, 25 Aug 2014
18:49 antoine search for other commits by this committer
Allow ports using ruby extconf to be built as non root

PR:		ports/191313
Original commitRevision:366129 
Thursday, 21 Aug 2014
22:50 mandree search for other commits by this committer
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)
Original commitRevision:365599 
Tuesday, 22 Jul 2014
15:02 ume search for other commits by this committer
Make it buildable with Ruby 2.1.

PR:		187652
Submitted by:	Yasuhiro KIMURA <yasu__at__utahime.org>
Approved by:	knu (maintainer timeout)
Original commitRevision:362546 
Tuesday, 15 Jul 2014
21:41 mandree search for other commits by this committer
Modernize USE_BZIP2 -> USES=tar:bzip2 to fix DEVELOPER=yes warning.

Approved by: portmgr (blanket)
Original commitRevision:362010 
Friday, 3 Jan 2014
02:28 mandree search for other commits by this committer
Convert to staging, and fix a few quirks along the way:
- fix shebang lines in example scripts
- strip the installed bdb.so file
Original commitRevision:338518 
01:59 swills search for other commits by this committer
- Minimize patches to just remove the comparison

Pointed out by:		mandree
Pointyhat to:		swills
Original commitRevision:338517 
Thursday, 2 Jan 2014
20:12 swills search for other commits by this committer
- Make check for bdb version ignore the patch level

PR:		ports/184921
Original commitRevision:338488 
Friday, 20 Sep 2013
16:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Original commitRevision:327717 
Thursday, 25 Apr 2013
08:34 knu search for other commits by this committer
- 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>
Original commitRevision:316506 
Tuesday, 23 Apr 2013
10:08 knu search for other commits by this committer
Correct the credit as follows, and bump PORTREVISION for the previous change.

PR:		ports/177342
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Original commitRevision:316332 
10:04 knu search for other commits by this committer
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
Original commitRevision:316330 
Wednesday, 8 Feb 2012
18:54 pgollucci search for other commits by this committer
- 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
Original commit
Friday, 22 Apr 2011
11:38 knu search for other commits by this committer
Update to 0.6.6 which I've just released.

Ruby 1.9.2 is now supported.

PR:             ports/156018
Submitted by:   swills
Original commit
Monday, 7 Jun 2010
20:48 pgollucci search for other commits by this committer
- Convert to RF macro

With Hat:   ruby@
Original commit
Saturday, 16 May 2009
07:54 knu search for other commits by this committer
Update MASTER_SITES.
Original commit
Thursday, 7 May 2009
16:12 stas search for other commits by this committer
- 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
Original commit
Monday, 9 Mar 2009
11:21 knu search for other commits by this committer
Update to 0.6.5.
Original commit
Wednesday, 25 Jun 2008
17:38 knu search for other commits by this committer
Update to 0.6.4.

PR:             ports/122508
Submitted by:   bf <bf2006a@yahoo.com>
Original commit
Monday, 27 Aug 2007
03:06 knu search for other commits by this committer
Update to 0.6.2.

This is just 0.6.1 + files/patch-src::bdb.c, but anyway.
Original commit
Friday, 10 Aug 2007
11:57 knu search for other commits by this committer
Update to version 0.6.1, which reportedly supports the DB 4.6 series.

Submitted by:   matusita
Original commit
Friday, 27 Apr 2007
03:48 knu search for other commits by this committer
Ri files are no longer installed, so fix plist.

PR:             ports/111289
Submitted by:   Christopher Shumway <cshumway@titan-project.org>
Original commit
Sunday, 4 Feb 2007
15:52 knu search for other commits by this committer
Update to 0.6.0.

PR:             ports/108672
Submitted by:   clsung
Original commit
Saturday, 15 Jul 2006
19:31 sem search for other commits by this committer
- Fix the last commit: --with-db-lib -> --with-db-version

Reported by:    remko
Original commit
19:06 sem search for other commits by this committer
- Forced commit to note the last commit was:

Approved by:    maintainer(knu) timeout (2 weeks)
Original commit
19:03 sem search for other commits by this committer
- 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>
Original commit
Wednesday, 7 Jun 2006
05:57 knu search for other commits by this committer
- 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
Original commit
Wednesday, 30 Nov 2005
15:01 knu search for other commits by this committer
Fix an installation bug when WITH_BDB_VER is set to 42 or 43.

Submitted by:   Jarrod Sayers <jarrod@netleader.com.au>
Original commit
Monday, 14 Nov 2005
12:21 knu search for other commits by this committer
Update to 0.5.7.
Original commit
Friday, 11 Nov 2005
01:18 linimon search for other commits by this committer
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.
Original commit
Saturday, 10 Sep 2005
21:16 pav search for other commits by this committer
- Support bdb43

PR:             ports/82924
Submitted by:   delphij
Approved by:    maintainer timeout (knu; 2 months)
Original commit
Thursday, 23 Dec 2004
18:54 knu search for other commits by this committer
Update to 0.5.3.

Submitted by:   sumikawa
Original commit
Thursday, 12 Aug 2004
09:50 knu search for other commits by this committer
Update to 0.5.1.

Build ri documents.
Original commit
Wednesday, 12 May 2004
18:05 knu search for other commits by this committer
Add support for db2 and db42 in addition to db3, db4 and db41.
Add CONFLICTS entries.
Original commit
17:55 knu search for other commits by this committer
- Build with db4 instead of db3 by default.
- Always suffix db's version number to PKGNAME.
Original commit
Tuesday, 23 Dec 2003
17:33 knu search for other commits by this committer
Update to 0.5.0.
Original commit
Monday, 15 Dec 2003
06:53 knu search for other commits by this committer
Update to 0.4.9.
Original commit
Saturday, 6 Sep 2003
17:22 knu search for other commits by this committer
Update to 0.4.8.
Original commit
Tuesday, 29 Jul 2003
12:14 knu search for other commits by this committer
Update to 0.4.7.
Original commit
Thursday, 26 Jun 2003
03:36 knu search for other commits by this committer
Update to 0.4.3.
Original commit
Sunday, 15 Jun 2003
22:01 knu search for other commits by this committer
Update to 0.4.3.
Original commit
Sunday, 1 Jun 2003
12:14 knu search for other commits by this committer
Update to 0.4.2.
Original commit
Saturday, 5 Apr 2003
11:48 knu search for other commits by this committer
Update to 0.4.1.
Original commit
Monday, 3 Mar 2003
17:39 knu search for other commits by this committer
Update to 0.4.0.
Original commit
Tuesday, 18 Feb 2003
04:37 knu search for other commits by this committer
De-pkg-comment.
Original commit
Friday, 7 Feb 2003
20:37 knu search for other commits by this committer
Update to 0.3.9.
Original commit
Wednesday, 1 Jan 2003
16:21 knu search for other commits by this committer
Update to 0.3.8, which is compatible with the latest ruby 1.8.
Original commit
Sunday, 6 Oct 2002
21:03 knu search for other commits by this committer
Use RUBY_MOD*.
Original commit
Thursday, 19 Sep 2002
18:56 knu search for other commits by this committer
Update to 0.3.5. (adapted for db 4.1.24)
Original commit
Sunday, 8 Sep 2002
04:53 knu search for other commits by this committer
Update to 0.3.4.
Original commit
Thursday, 22 Aug 2002
19:13 ade search for other commits by this committer
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
Original commit
Friday, 16 Aug 2002
10:15 knu search for other commits by this committer
Update to 0.3.3. (now supports db 4.1.16)
Original commit
Sunday, 14 Jul 2002
18:13 knu search for other commits by this committer
Update to 0.3.2.
Original commit
Saturday, 16 Mar 2002
17:40 knu search for other commits by this committer
Update to 0.3.1.
Original commit
Wednesday, 13 Feb 2002
02:38 knu search for other commits by this committer
Build a module with a correct combination of headers and library on a   system
where db3 and db4 are both installed.    
Original commit
Sunday, 10 Feb 2002
21:14 knu search for other commits by this committer
Update to 0.3.0.    
Original commit
Tuesday, 15 Jan 2002
21:56 knu search for other commits by this committer
Add a WITH_BDB4 knob.    
Original commit
21:46 knu search for other commits by this committer
Remove an obsolete patch (Perl substitution) against extconf.rb.    
Original commit
15:50 knu search for other commits by this committer
Update to 0.2.9.    
Original commit
Thursday, 13 Dec 2001
05:09 knu search for other commits by this committer
Update to 0.2.7.    
Original commit
Wednesday, 28 Nov 2001
14:00 knu search for other commits by this committer
Update to 0.2.6.    
Original commit
Monday, 17 Sep 2001
18:54 knu search for other commits by this committer
Bump the PORTREVISION's of the ports which install architecture   dependent ruby
modules, due to the RUBY_ARCH change I've just   committed.    
Original commit
Wednesday, 12 Sep 2001
16:10 knu search for other commits by this committer
Update to 0.2.5.    
Original commit
Tuesday, 28 Aug 2001
15:37 knu search for other commits by this committer
Update to 0.2.4.    
Original commit
Thursday, 2 Aug 2001
09:37 knu search for other commits by this committer
Link with -ldb3 instead of -ldb.    
Original commit
Wednesday, 1 Aug 2001
12:56 knu search for other commits by this committer
Back out the db3 port update because some of these dependent ports had   been
broken by the incompatibility between db3.2 and db3.3.    
Original commit
Wednesday, 25 Jul 2001
16:05 knu search for other commits by this committer
Reflect databases/db3's shlib version bump from 2 to 3.    
Original commit
Tuesday, 24 Jul 2001
17:14 knu search for other commits by this committer
Update to 0.2.1.    
Original commit
Sunday, 8 Jul 2001
16:29 knu search for other commits by this committer
Update to 0.2.0.    
Original commit
Thursday, 21 Jun 2001
13:15 knu search for other commits by this committer
Update to 0.1.9.    
Original commit
Monday, 16 Apr 2001
14:17 knu search for other commits by this committer
Update to 0.1.8.    
Original commit
Wednesday, 11 Apr 2001
06:17 knu search for other commits by this committer
Update to 0.1.7.    
Original commit

Number of commits found: 101 (showing only 100 on this page)

1 | 2  »