mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
distcc, switch to python3.9 (#8519)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
SUMMARY="Distribute compilation of C code across several machines on a network"
|
||||
DESCRIPTION="
|
||||
distcc is a program to distribute builds of C, C++, Objective C or Objective \
|
||||
DESCRIPTION="distcc is a program to distribute builds of C, C++, Objective C or Objective \
|
||||
C++ code across several machines on a network. distcc should always generate \
|
||||
the same results as a local build, is simple to install and use, and is \
|
||||
usually much faster than a local compile.
|
||||
@@ -8,13 +7,12 @@ usually much faster than a local compile.
|
||||
distcc does not require all machines to share a filesystem, have synchronized \
|
||||
clocks, or to have the same libraries or header files installed. They can even \
|
||||
have different processors or operating systems, if cross-compilers are \
|
||||
installed.
|
||||
"
|
||||
installed."
|
||||
HOMEPAGE="http://distcc.org/"
|
||||
COPYRIGHT="2002-2004 by Martin Pool
|
||||
2005 Google Inc."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/distcc/distcc/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="13a4b3ce49dfc853a3de550f6ccac583413946b3a2fa778ddf503a9edc8059b0"
|
||||
SOURCE_DIR="distcc-$portVersion"
|
||||
@@ -24,7 +22,7 @@ PATCHES="distcc-$portVersion.patchset"
|
||||
ARCHITECTURES="all !x86_gcc2 ?x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PYTHON_VERSION="3.7"
|
||||
PYTHON_VERSION="3.9"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/default/distcc keep-old
|
||||
@@ -34,7 +32,7 @@ GLOBAL_WRITABLE_FILES="
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
distcc = $portVersion
|
||||
distcc$secondaryArchSuffix = $portVersion
|
||||
cmd:distcc$secondaryArchSuffix = $portVersion
|
||||
cmd:distccd$secondaryArchSuffix = $portVersion
|
||||
cmd:distccmon_text$secondaryArchSuffix = $portVersion
|
||||
@@ -45,13 +43,13 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libpopt$secondaryArchSuffix
|
||||
lib:libpython${PYTHON_VERSION}m$secondaryArchSuffix
|
||||
lib:libpython${PYTHON_VERSION}$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libpopt$secondaryArchSuffix
|
||||
devel:libpython${PYTHON_VERSION}m$secondaryArchSuffix
|
||||
devel:libpython${PYTHON_VERSION}$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
|
||||
Reference in New Issue
Block a user