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

CVS log for ports/java/berkeley-db/Makefile

[BACK] Up to [FreeBSD] / ports / java / berkeley-db

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:38:26 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0, HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri May 16 22:34:46 2008 UTC (3 years, 8 months ago) by mi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -3 lines
Upgrade from 3.2.13 to 3.2.76.

PR:		ports/123699
Submitted by:	Lapo Luchini

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Aug 4 11:40:58 2007 UTC (4 years, 6 months ago) by gabor
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat May 19 20:12:32 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Apr 22 01:36:37 2007 UTC (4 years, 9 months ago) by kris
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Switch defaults to not running self-tests since the maintainer has not
been able to figure out why they fail in package build environments.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Dec 11 18:34:58 2006 UTC (5 years, 2 months ago) by mi
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Update from 3.1.0 to 3.2.13. This should fix all of the self-test failures
observed so far (spurious and real). Update WWW.

Although supposedly a minor bug-fix release, this one still comes with a
file-format change, unfortunately. See vendor's announcement at:

	http://forums.oracle.com/forums/ann.jspa?annID=372

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Nov 23 06:21:15 2006 UTC (5 years, 2 months ago) by mi
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3 lines
Unbreak by adding another patch from the vendor.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Nov 17 06:34:23 2006 UTC (5 years, 2 months ago) by kris
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -0 lines
BROKEN: Self-tests fail

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Oct 20 12:49:45 2006 UTC (5 years, 3 months ago) by mi
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -4 lines
Fix the test-target to, actually, succeed, when the tests
succeed...

Approved by:	portmgr (erwin)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Oct 18 01:44:15 2006 UTC (5 years, 3 months ago) by mi
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1 lines
Disable two more self-tests, which may hang in rare circumstance.
According to SleepyCat/Oracle, these will be fixed in the next release.

Provide two explicit download sites for those, whose FETCH_CMD is set to
NOT follow redirects (as is the default). Oracle uses such redirects to
facilitate downloads from the server closer to the downloader, but the
scheme breaks, when the redirects are not followed.

Approved by:	portmgr (erwin)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Oct 8 19:20:52 2006 UTC (5 years, 4 months ago) by mi
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Be sure to fail our test-target, if the vendor's self-test fails.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Oct 8 15:17:11 2006 UTC (5 years, 4 months ago) by mi
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Tune the port a little finer:

	. Java-1.5 is required to build (although the result is usable
	  with 1.4 as well) -- reflect this in pkg-descr for the user
	  and in Makefile for the build process
	. add a patch for the "occasionaly" failing test -- on advice
	  from Oracle:

		http://forums.oracle.com/forums/thread.jspa?threadID=431242

	. enable automatic testing post-build -- the tests stress out
	  both Java and JE and their failure may be a nice canary for
	  our mine.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Oct 7 01:40:23 2006 UTC (5 years, 4 months ago) by mi
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +58 -10 lines
Upgrade from 1.7.1 to 3.1.0, thanks largely to the diffs supplied by ijliao
(for the earlier version 3.0.12).

Make post-build test possible (via OPTIONS) and, unfortunately, disable it
by default due to several test failures. (Java-maintainers may want to take
a look.)

Switch to an auto-generated pkg-plist (HUGE amount of examples and
documentation).

Ying-Chieh is planning to delete his databases/java-db and is invited to
take over this port.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Mar 25 00:59:41 2005 UTC (6 years, 10 months ago) by mi
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Upgrade from 1.7.0 to 1.7.1. The former is no longer available on the
vendor's site.

Approved by:	portmgr	(kris)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Feb 5 00:26:57 2005 UTC (7 years ago) by mi
Branches: MAIN
This is a port of 'JE', or Berkeley DB Java Edition -- a pure Java
implementation of "db". See:

	http://www.sleepycat.com/products/je.shtml

for more information.

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