You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/06/10 08:18:34 UTC

svn commit: r953222 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

Author: stsp
Date: Thu Jun 10 06:18:34 2010
New Revision: 953222

URL: http://svn.apache.org/viewvc?rev=953222&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Oracle is removing old BDB releases
   from their download site in order to make life really hard for people
   who write automated build scripts for software using BDB, so use the
   FreeBSD distfiles archive as the source of BDB releases instead.

Modified:
    subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=953222&r1=953221&r2=953222&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Thu Jun 10 06:18:34 2010
@@ -82,7 +82,7 @@ DISTFILES	= $(DISTDIR)/$(NEON_DIST) \
 FETCH_CMD	= wget -c
 
 SUBVERSION_REPOS_URL = https://svn.apache.org/repos/asf/subversion
-BDB_URL		= http://download.oracle.com/berkeley-db/$(BDB_DIST)
+BDB_URL		= http://ftp2.de.freebsd.org/pub/FreeBSD/distfiles/bdb/$(BDB_DIST)
 APR_URL		= http://svn.apache.org/repos/asf/apr/apr
 APR_ICONV_URL	= ftp://ftp.fu-berlin.de/unix/www/apache/apr/$(APR_ICONV_DIST)
 GNU_ICONV_URL	= ftp://ftp.fu-berlin.de/unix/gnu/libiconv/$(GNU_ICONV_DIST)