subversion: also pass libsvn_fs_x-1 to prepareInstalledDevelLibs.

This commit is contained in:
fbrosson
2016-05-12 21:58:44 +00:00
parent 2e4c8b9e1b
commit 15451d94ea
2 changed files with 8 additions and 8 deletions

View File

@@ -1,14 +1,14 @@
From b65259cbeda97f1bfe0549803bac4d497f21d3db Mon Sep 17 00:00:00 2001
From d08de8ead42bf201be4a4c591bf70f14fdce24b8 Mon Sep 17 00:00:00 2001
From: Adrien Destugues <pulkomandy@gmail.com>
Date: Wed, 17 Sep 2014 16:54:23 +0200
Subject: fix COMMON directory reference.
diff --git a/subversion/libsvn_subr/config_file.c b/subversion/libsvn_subr/config_file.c
index 9969b8e..a08410b 100644
index eede717..1eddfd5 100644
--- a/subversion/libsvn_subr/config_file.c
+++ b/subversion/libsvn_subr/config_file.c
@@ -401,7 +401,7 @@ svn_config__sys_config_path(const char **path_p,
@@ -422,7 +422,7 @@ svn_config__sys_config_path(const char **path_p,
{
char folder[B_PATH_NAME_LENGTH];

View File

@@ -4,12 +4,13 @@ as an open-source, centralized version control system characterized by its \
reliability as a safe haven for valuable data; the simplicity of its model \
and usage; and its ability to support the needs of a wide variety of users \
and projects, from individuals to large-scale enterprise operations."
HOMEPAGE="http://subversion.apache.org"
COPYRIGHT="2010-2015 The Apache Software Foundation"
HOMEPAGE="https://subversion.apache.org/"
COPYRIGHT="2010-2016 The Apache Software Foundation"
LICENSE="Apache-Subversion"
REVISION="1"
REVISION="2"
SOURCE_URI="http://wwwftp.ciril.fr/pub/apache/subversion/subversion-$portVersion.tar.bz2"
CHECKSUM_SHA256="1267f9e2ab983f260623bee841e6c9cc458bf4bf776238ed5f100983f79e9299"
PATCHES="subversion-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
@@ -105,8 +106,6 @@ USER_SETTINGS_FILES="
settings/subversion directory
"
PATCHES="subversion-$portVersion.patchset"
BUILD()
{
CFLAGS=-std=c9x LIBS="-lcrypto -lssl" runConfigure ./configure \
@@ -143,6 +142,7 @@ INSTALL()
libsvn_fs-1 \
libsvn_fs_fs-1 \
libsvn_fs_util-1 \
libsvn_fs_x-1 \
libsvn_ra-1 \
libsvn_ra_local-1 \
libsvn_ra_svn-1 \