diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2006-02-21 20:54:18 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2006-02-21 20:54:18 +0000 |
commit | 01ec5ea3399417cb5740964259c58a2220276a5f (patch) | |
tree | 6627c25d32879d4b295ed01e3cd7001f788b2d59 /dev-util/subversion/files | |
parent | New multiple sequence alignment package. Perhaps the most accurate and fastes... (diff) | |
download | gentoo-2-01ec5ea3399417cb5740964259c58a2220276a5f.tar.gz gentoo-2-01ec5ea3399417cb5740964259c58a2220276a5f.tar.bz2 gentoo-2-01ec5ea3399417cb5740964259c58a2220276a5f.zip |
Subversion does actually support the 0.25.5 neon library, if the configure script is told so
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-util/subversion/files')
-rw-r--r-- | dev-util/subversion/files/digest-subversion-1.3.0 | 2 | ||||
-rw-r--r-- | dev-util/subversion/files/subversion-neon-config.patch | 23 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-util/subversion/files/digest-subversion-1.3.0 b/dev-util/subversion/files/digest-subversion-1.3.0 index ae4e90fcb9de..06cdd1f3e1f9 100644 --- a/dev-util/subversion/files/digest-subversion-1.3.0 +++ b/dev-util/subversion/files/digest-subversion-1.3.0 @@ -1 +1,3 @@ MD5 a9e69910f648028a159f3886b254261b subversion-1.3.0.tar.bz2 6811793 +RMD160 da1d5a61e49c9337fc5d2ed31cf361b07a2d5f5c subversion-1.3.0.tar.bz2 6811793 +SHA256 c5837d2e7ee6ccfbe526b7dd624c2e09407160887707ed2c5fbe82b87109366d subversion-1.3.0.tar.bz2 6811793 diff --git a/dev-util/subversion/files/subversion-neon-config.patch b/dev-util/subversion/files/subversion-neon-config.patch new file mode 100644 index 000000000000..56b7054488b3 --- /dev/null +++ b/dev-util/subversion/files/subversion-neon-config.patch @@ -0,0 +1,23 @@ +--- subversion-1.3.0/build/ac-macros/neon.m4.orig 2006-02-21 21:25:07.000000000 +0100 ++++ subversion-1.3.0/build/ac-macros/neon.m4 2006-02-21 21:26:07.000000000 +0100 +@@ -174,6 +174,6 @@ + echo "unpack the archive using tar/gunzip and rename the resulting" + echo "directory from ./neon-${NEON_LATEST_WORKING_VER}/ to ./neon/" + echo "" +- AC_MSG_RESULT([no suitable neon found]) ++ AC_MSG_FAILURE([no suitable neon found]) + svn_lib_neon="no" + ]) +--- subversion-1.3.0/configure.in.orig 2006-02-21 21:51:41.000000000 +0100 ++++ subversion-1.3.0/configure.in 2006-02-21 21:52:08.000000000 +0100 +@@ -227,8 +227,8 @@ + + # Either a space-separated list of allowable Neon versions, or "any" to + # mean allow anything. +-NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4" +-NEON_LATEST_WORKING_VER=0.25.4 ++NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5" ++NEON_LATEST_WORKING_VER=0.25.5 + NEON_URL="http://www.webdav.org/neon/neon-${NEON_LATEST_WORKING_VER}.tar.gz" + dnl You can skip the neon version check only if you know what you are doing + AC_ARG_ENABLE(neon-version-check, |