Skip site navigation (1)Skip section navigation (2)

CVS log for ports/databases/ruby-bdb/Makefile

[BACK] Up to [FreeBSD] / ports / databases / ruby-bdb

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Feb 8 18:54:33 2012 UTC (2 days, 16 hours ago) by pgollucci
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -0 lines
- 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

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Apr 22 11:38:15 2011 UTC (9 months, 3 weeks ago) by knu
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +8 -8 lines
Update to 0.6.6 which I've just released.

Ruby 1.9.2 is now supported.

PR:		ports/156018
Submitted by:	swills

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Jun 7 20:48:38 2010 UTC (20 months ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -2 lines
- Convert to RF macro

With Hat:   ruby@

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sat May 16 07:54:40 2009 UTC (2 years, 8 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -3 lines
Update MASTER_SITES.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu May 7 16:12:59 2009 UTC (2 years, 9 months ago) by stas
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -0 lines
- 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

Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Mar 9 11:21:40 2009 UTC (2 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +4 -2 lines
Update to 0.6.5.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Jun 25 17:38:51 2008 UTC (3 years, 7 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +33 -20 lines
Update to 0.6.4.

PR:		ports/122508
Submitted by:	bf <bf2006a@yahoo.com>

Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Aug 27 03:06:53 2007 UTC (4 years, 5 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
Update to 0.6.2.

This is just 0.6.1 + files/patch-src::bdb.c, but anyway.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Aug 10 11:57:41 2007 UTC (4 years, 6 months ago) by knu
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
Update to version 0.6.1, which reportedly supports the DB 4.6 series.

Submitted by:	matusita

Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Apr 27 03:48:23 2007 UTC (4 years, 9 months ago) by knu
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +0 -3 lines
Ri files are no longer installed, so fix plist.

PR:		ports/111289
Submitted by:	Christopher Shumway <cshumway@titan-project.org>

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Feb 4 15:52:47 2007 UTC (5 years ago) by knu
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -2 lines
Update to 0.6.0.

PR:		ports/108672
Submitted by:	clsung

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Jul 15 19:31:45 2006 UTC (5 years, 6 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
- Fix the last commit: --with-db-lib -> --with-db-version

Reported by:	remko

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Jul 15 19:06:05 2006 UTC (5 years, 6 months ago) by sem
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +0 -0 lines
- Forced commit to note the last commit was:

Approved by:	maintainer(knu) timeout (2 weeks)

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Jul 15 19:03:05 2006 UTC (5 years, 6 months ago) by sem
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -1 lines
- 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>

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Jun 7 05:57:47 2006 UTC (5 years, 8 months ago) by knu
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +7 -22 lines
- 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

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Nov 30 15:01:52 2005 UTC (6 years, 2 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
Fix an installation bug when WITH_BDB_VER is set to 42 or 43.

Submitted by:	Jarrod Sayers <jarrod@netleader.com.au>

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Nov 14 12:21:57 2005 UTC (6 years, 2 months ago) by knu
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2 lines
Update to 0.5.7.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Nov 11 01:17:21 2005 UTC (6 years, 3 months ago) by linimon
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
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.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Sep 10 21:16:04 2005 UTC (6 years, 5 months ago) by pav
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -0 lines
- Support bdb43

PR:		ports/82924
Submitted by:	delphij
Approved by:	maintainer timeout (knu; 2 months)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Dec 23 18:54:25 2004 UTC (7 years, 1 month ago) by knu
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Update to 0.5.3.

Submitted by:	sumikawa

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Aug 12 09:50:28 2004 UTC (7 years, 6 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +7 -2 lines
Update to 0.5.1.

Build ri documents.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed May 12 18:05:39 2004 UTC (7 years, 9 months ago) by knu
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +11 -3 lines
Add support for db2 and db42 in addition to db3, db4 and db41.
Add CONFLICTS entries.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed May 12 17:55:00 2004 UTC (7 years, 9 months ago) by knu
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +12 -19 lines
- Build with db4 instead of db3 by default.
- Always suffix db's version number to PKGNAME.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Dec 23 17:33:32 2003 UTC (8 years, 1 month ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
Update to 0.5.0.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Dec 15 06:53:24 2003 UTC (8 years, 1 month ago) by knu
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
Update to 0.4.9.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Sep 6 17:22:05 2003 UTC (8 years, 5 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
Update to 0.4.8.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Jul 29 12:14:20 2003 UTC (8 years, 6 months ago) by knu
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +7 -4 lines
Update to 0.4.7.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Jun 26 03:36:45 2003 UTC (8 years, 7 months ago) by knu
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Update to 0.4.3.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Jun 15 22:01:06 2003 UTC (8 years, 7 months ago) by knu
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
Update to 0.4.3.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Jun 1 12:14:14 2003 UTC (8 years, 8 months ago) by knu
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
Update to 0.4.2.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Apr 5 11:48:54 2003 UTC (8 years, 10 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
Update to 0.4.1.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Mar 3 17:39:27 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Update to 0.4.0.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Feb 18 04:37:36 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -0 lines
De-pkg-comment.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Feb 7 20:37:12 2003 UTC (9 years ago) by knu
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -2 lines
Update to 0.3.9.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Jan 1 16:21:55 2003 UTC (9 years, 1 month ago) by knu
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +15 -3 lines
Update to 0.3.8, which is compatible with the latest ruby 1.8.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Oct 6 21:03:51 2002 UTC (9 years, 4 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -4 lines
Use RUBY_MOD*.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Sep 19 18:56:10 2002 UTC (9 years, 4 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Update to 0.3.5. (adapted for db 4.1.24)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Sep 8 04:53:20 2002 UTC (9 years, 5 months ago) by knu
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -5 lines
Update to 0.3.4.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Aug 22 19:13:23 2002 UTC (9 years, 5 months ago) by ade
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -1 lines
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

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Aug 16 10:15:12 2002 UTC (9 years, 5 months ago) by knu
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -4 lines
Update to 0.3.3. (now supports db 4.1.16)

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Jul 14 18:13:11 2002 UTC (9 years, 7 months ago) by knu
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -1 lines
Update to 0.3.2.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Mar 16 17:40:49 2002 UTC (9 years, 10 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -2 lines
Update to 0.3.1.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Feb 13 02:38:17 2002 UTC (10 years ago) by knu
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +5 -2 lines
Build a module with a correct combination of headers and library on a
system where db3 and db4 are both installed.

For those who have built dysfunctional modules, bump the PORTREVISION.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Feb 10 21:14:54 2002 UTC (10 years ago) by knu
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Update to 0.3.0.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Jan 15 21:56:52 2002 UTC (10 years ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +12 -2 lines
Add a WITH_BDB4 knob.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Jan 15 21:46:17 2002 UTC (10 years ago) by knu
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +0 -3 lines
Remove an obsolete patch (Perl substitution) against extconf.rb.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Jan 15 15:50:32 2002 UTC (10 years ago) by knu
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Update to 0.2.9.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Dec 13 05:09:40 2001 UTC (10 years, 2 months ago) by knu
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Update to 0.2.7.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Nov 28 14:00:14 2001 UTC (10 years, 2 months ago) by knu
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -3 lines
Update to 0.2.6.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Sep 17 17:54:08 2001 UTC (10 years, 4 months ago) by knu
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
Bump the PORTREVISION's of the ports which install architecture
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Sep 12 15:10:41 2001 UTC (10 years, 5 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Update to 0.2.5.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Aug 28 14:37:26 2001 UTC (10 years, 5 months ago) by knu
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Update to 0.2.4.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Aug 18 14:11:53 2001 UTC (10 years, 5 months ago) by knu
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -3 lines
Update to 0.2.3.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Aug 2 08:37:36 2001 UTC (10 years, 6 months ago) by knu
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -1 lines
Link with -ldb3 instead of -ldb.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Aug 1 11:56:15 2001 UTC (10 years, 6 months ago) by knu
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -2 lines
Back out the db3 port update because some of these dependent ports had
been broken by the incompatibility between db3.2 and db3.3.

I am unconditionally bumping the PORTREVISION's to eliminate possible
troubles that should not happen before the coming release.

Sorry for inconvenience.  I'll try to check compatibility hard before
committing next time.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jul 29 15:44:55 2001 UTC (10 years, 6 months ago) by knu
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -3 lines
Update to 0.2.2.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jul 25 15:05:07 2001 UTC (10 years, 6 months ago) by knu
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
Reflect databases/db3's shlib version bump from 2 to 3.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jul 24 16:14:55 2001 UTC (10 years, 6 months ago) by knu
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Update to 0.2.1.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jul 8 15:29:30 2001 UTC (10 years, 7 months ago) by knu
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Update to 0.2.0.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jun 21 12:15:13 2001 UTC (10 years, 7 months ago) by knu
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Update to 0.1.9.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Apr 16 13:17:18 2001 UTC (10 years, 9 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Update to 0.1.8.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Apr 11 05:17:53 2001 UTC (10 years, 10 months ago) by knu
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Update to 0.1.7.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Mar 7 19:10:52 2001 UTC (10 years, 11 months ago) by knu
Branches: MAIN
Add ruby-bdb, a Ruby interface to Sleepycat's Berkeley DB revision 2
or later.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options