mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
subversion: also pass libsvn_fs_x-1 to prepareInstalledDevelLibs.
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user