Work towards getting subversion with all dependencies built. The remaining

problem is that apr-util won't build yet, due to it relying on the sources of apr being around. We need support for source packages to solve that, so that will be the next step.
This commit is contained in:
Oliver Tappe
2013-04-14 22:06:31 +00:00
parent 93daa4e027
commit 66cce01b0c
7 changed files with 258 additions and 70 deletions

View File

@@ -1,12 +1,20 @@
SUMMARY="Open source version control system"
DESCRIPTION="Subversion is an open source version control system."
DESCRIPTION="
Subversion exists to be universally recognized and adopted 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"
SRC_URI="http://subversion.tigris.org/downloads/subversion-1.6.15.tar.bz2"
CHECKSUM_MD5="113fca1d9e4aa389d7dc2b210010fa69"
REVISION="2"
REVISION="3"
ARCHITECTURES="x86_gcc2 ?x86"
PROVIDES="subversion = $portVersion compat >= 1.6
PROVIDES="
subversion = $portVersion compat >= 1.6
cmd:svn = $portVersion compat >= 1.6
cmd:svnadmin = $portVersion compat >= 1.6
cmd:svndumpfilter = $portVersion compat >= 1.6
@@ -15,8 +23,10 @@ PROVIDES="subversion = $portVersion compat >= 1.6
cmd:svnsync = $portVersion compat >= 1.6
cmd:svnversion = $portVersion compat >= 1.6
lib:libiconv = 2.5.0 compat >= 2
lib:libcharset = 1.0.0 compat >= 1"
REQUIRES="haiku >= $haikuVersion
lib:libcharset = 1.0.0 compat >= 1
"
REQUIRES="
haiku >= $haikuVersion
apr >= 1.3
apr-util >= 1.3
expat >= 2.0
@@ -24,14 +34,20 @@ REQUIRES="haiku >= $haikuVersion
libxml2 >= 2.7
neon >= 0.29
sqlite >= 3.4
zlib"
BUILD_REQUIRES="cmd:aclocal
zlib
"
BUILD_REQUIRES="
$REQUIRES
cmd:aclocal
cmd:autoconf
cmd:gcc
cmd:ld
cmd:libtoolize
cmd:make"
BUILD_PREREQUIRES="haiku-devel >= $haikuVersion"
cmd:make
"
BUILD_PREREQUIRES="
haiku-devel >= $haikuVersion
"
SOURCE_DIR="$portVersionedName"