mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Bump revisions of recipes that depend on ncurses.
This commit is contained in:
@@ -5,7 +5,7 @@ language."
|
||||
HOMEPAGE="https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html"
|
||||
COPYRIGHT="2001-2018 J. Marcel van der Veer"
|
||||
LICENSE="GNU LGPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://jmvdveer.home.xs4all.nl/algol68g-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0f757c64a8342fe38ec501bde68b61d26d051dffd45742ca58b7288a99c7e2d8"
|
||||
SOURCE_URI_2="http://downloads.sourceforge.net/project/algol68/algol68g/algol68g-2.0.0/a68g-doc.pdf#noarchive"
|
||||
|
||||
@@ -7,7 +7,7 @@ concurrency, distribution and fault tolerance."
|
||||
HOMEPAGE="http://www.erlang.org/"
|
||||
COPYRIGHT="1997-2017 Ericsson AB"
|
||||
LICENSE="EPL"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="http://www.erlang.org/download/otp_src_$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="fe4a00651db39b8542b04530a48d24b2f2e7e0b77cbe93d728c9f05325bdfe83"
|
||||
SOURCE_DIR="otp_src_$portVersion"
|
||||
|
||||
@@ -7,7 +7,7 @@ concurrency, distribution and fault tolerance."
|
||||
HOMEPAGE="http://www.erlang.org/"
|
||||
COPYRIGHT="1997-2017 Ericsson AB"
|
||||
LICENSE="EPL"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://www.erlang.org/download/otp_src_$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="900d35eb563607785a8e27f4b4c03cf6c98b4596028c5d6958569ddde5d4ddbf"
|
||||
SOURCE_DIR="otp_src_$portVersion"
|
||||
@@ -76,7 +76,7 @@ BUILD()
|
||||
--disable-hipe \
|
||||
--enable-builtin-zlib \
|
||||
--disable-threads
|
||||
|
||||
|
||||
HOME=$sourceDir make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.haskell.org/ghc/"
|
||||
COPYRIGHT="The Glasgow Haskell Team"
|
||||
LICENSE="BSD (3-clause)
|
||||
GNU LGPL v2.1"
|
||||
REVISION="12"
|
||||
REVISION="13"
|
||||
SOURCE_URI_1="https://www.haskell.org/ghc/dist/7.8.3/ghc-7.8.3-src.tar.bz2"
|
||||
CHECKSUM_SHA256_1="2358826f8424bf571dcc313bd882422fe108a340d6e37db4339ff6d5d6ac3f37"
|
||||
SOURCE_URI_2="https://pulkomandy.tk/drop/ghc-7.8.3-i386-unknown-haiku.tar.gz"
|
||||
@@ -80,11 +80,11 @@ BUILD()
|
||||
make install
|
||||
popd
|
||||
popd
|
||||
|
||||
|
||||
# 2. Build GHC using the bootstrap compiler; we create a "dyn" only install
|
||||
echo "Building GHC proper..."
|
||||
if [ ! -e flag.configured ] ; then
|
||||
|
||||
|
||||
cat > mk/build.mk <<-EOF
|
||||
V = 0
|
||||
GhcLibWays = dyn
|
||||
@@ -93,9 +93,9 @@ BUILD()
|
||||
GhcStage2HcOpts = -O2 -fasm
|
||||
GhcHcOpts = -Rghc-timing
|
||||
GhcLibHcOpts = -O2
|
||||
|
||||
|
||||
DYNAMIC_BY_DEFAULT = YES
|
||||
|
||||
|
||||
NoFibWays =
|
||||
STRIP_CMD = :
|
||||
EOF
|
||||
@@ -118,7 +118,7 @@ INSTALL()
|
||||
# 1. Install our new GHC
|
||||
echo "Installing GHC!"
|
||||
make install
|
||||
|
||||
|
||||
# 2. Move package.conf.d to settings
|
||||
sed -i -e '/^PKGCONF=/c\
|
||||
PKGCONF='"$settingsDir"'/ghc/package.conf.d' $prefix/bin/ghc-pkg-$portVersion
|
||||
|
||||
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.haskell.org/ghc/"
|
||||
COPYRIGHT="The Glasgow Haskell Team"
|
||||
LICENSE="BSD (3-clause)
|
||||
GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://www.haskell.org/ghc/dist/$portVersion/ghc-$portVersion-src.tar.bz2"
|
||||
CHECKSUM_SHA256="59e3bd514a1820cc1c03e1808282205c0b8518369acae12645ceaf839e6f114b"
|
||||
SOURCE_DIR="ghc-$portVersion"
|
||||
@@ -74,7 +74,7 @@ BUILD()
|
||||
{
|
||||
# 2. Build GHC using the bootstrap compiler; we create a "dyn" only install
|
||||
echo "Building GHC proper..."
|
||||
|
||||
|
||||
cat > mk/build.mk <<-EOF
|
||||
V = 0
|
||||
GhcLibWays = dyn
|
||||
@@ -83,9 +83,9 @@ BUILD()
|
||||
GhcStage2HcOpts = -O2 -fasm
|
||||
GhcHcOpts = -Rghc-timing
|
||||
GhcLibHcOpts = -O2
|
||||
|
||||
|
||||
DYNAMIC_BY_DEFAULT = YES
|
||||
|
||||
|
||||
NoFibWays =
|
||||
STRIP_CMD = :
|
||||
EOF
|
||||
@@ -104,7 +104,7 @@ INSTALL()
|
||||
# 1. Install our new GHC
|
||||
echo "Installing GHC!"
|
||||
make install
|
||||
|
||||
|
||||
# 2. Move package.conf.d to settings
|
||||
sed -i -e '/^PKGCONF=/c\
|
||||
PKGCONF='"$settingsDir"'/ghc/package.conf.d' $prefix/bin/ghc-pkg-$portVersion
|
||||
|
||||
@@ -6,7 +6,7 @@ HOMEPAGE="http://haskell.org/hugs/"
|
||||
COPYRIGHT="1994-2001 Mark P Jones, Alastair Reid, the Yale Haskell Group, \
|
||||
and the Oregon Graduate Institute of Science and Technology"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://ftp.twaren.net/OpenBSD/distfiles/hugs98-Dec2001.tar.gz"
|
||||
CHECKSUM_SHA256="7a7663b5b21425087775c1206b8d5f186a20a3ef537188d49300176f71057f17"
|
||||
SOURCE_DIR="hugs98-Dec2001"
|
||||
|
||||
@@ -11,7 +11,7 @@ OSI-approved open source license.
|
||||
HOMEPAGE="https://www.python.org/"
|
||||
COPYRIGHT="1990-2018 Python Software Foundation"
|
||||
LICENSE="Python"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="f222ef602647eecb6853681156d32de4450a2c39f4de93bd5b20235f2e660ed7"
|
||||
SOURCE_DIR="Python-$portVersion"
|
||||
|
||||
@@ -11,7 +11,7 @@ OSI-approved open source license.
|
||||
HOMEPAGE="https://www.python.org"
|
||||
LICENSE="Python"
|
||||
COPYRIGHT="1990-2018 Python Software Foundation"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="da60b54064d4cfcd9c26576f6df2690e62085123826cff2e667e72a91952d318"
|
||||
SOURCE_DIR="Python-$portVersion"
|
||||
|
||||
@@ -11,7 +11,7 @@ OSI-approved open source license.
|
||||
HOMEPAGE="https://www.python.org"
|
||||
LICENSE="Python"
|
||||
COPYRIGHT="1990-2018 Python Software Foundation"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="35446241e995773b1bed7d196f4b624dadcadc8429f26282e756b2fb8a351193"
|
||||
SOURCE_DIR="Python-$portVersion"
|
||||
@@ -141,7 +141,7 @@ INSTALL()
|
||||
|
||||
# TODO: drop __pycache__ folders as well?
|
||||
find . -name __pycache__ | xargs rm -rf
|
||||
|
||||
|
||||
rm $commandBinDir/2to3 $commandBinDir/idle3 $commandBinDir/pydoc3 \
|
||||
$commandBinDir/python3 $commandBinDir/python3-config \
|
||||
$commandBinDir/pyvenv $manDir/man1/python3.1
|
||||
|
||||
@@ -13,7 +13,7 @@ variety of specific purposes but are not distributed with this package."
|
||||
HOMEPAGE="https://www.r-project.org/"
|
||||
COPYRIGHT="1993-2017 The R Core Team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://cloud.r-project.org/src/base/R-3/R-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7a3cb831de5b4151e1f890113ed207527b7d4b16df9ec6b35e0964170007f426"
|
||||
SOURCE_DIR="R-$portVersion"
|
||||
|
||||
@@ -13,7 +13,7 @@ HOMEPAGE="https://www.ruby-lang.org/"
|
||||
COPYRIGHT="1993-2018 Yukihiro Matsumoto"
|
||||
LICENSE="Ruby
|
||||
BSD (3-clause)"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://cache.ruby-lang.org/pub/ruby/2.2/ruby-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="bf77bcb7e6666ccae8d0882ea12b05f382f963f0a9a5285a328760c06a9ab650"
|
||||
PATCHES="ruby-$portVersion.patchset"
|
||||
|
||||
@@ -13,7 +13,7 @@ HOMEPAGE="https://www.ruby-lang.org/"
|
||||
COPYRIGHT="1993-2019 Yukihiro Matsumoto"
|
||||
LICENSE="Ruby
|
||||
BSD (3-clause)"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://cache.ruby-lang.org/pub/ruby/2.6/ruby-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="11a83f85c03d3f0fc9b8a9b6cad1b2674f26c5aaa43ba858d4b0fcc2b54171e1"
|
||||
PATCHES="ruby-$portVersion.patchset"
|
||||
|
||||
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.swi-prolog.org/"
|
||||
COPYRIGHT="1985-2012, University of Amsterdam, VU University Amsterdam"
|
||||
LICENSE="GNU LGPL v2.1
|
||||
SWI-Prolog"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://www.swi-prolog.org/download/stable/src/pl-6.2.0.tar.gz"
|
||||
CHECKSUM_SHA256="be358eacd50bc7013cdcdd1aa763e67c5b1d40f7bbf1833a7a48c0123a6455a8"
|
||||
SOURCE_DIR="pl-6.2.0"
|
||||
|
||||
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.swi-prolog.org/"
|
||||
COPYRIGHT="1985-2012, University of Amsterdam, VU University Amsterdam"
|
||||
LICENSE="GNU LGPL v2.1
|
||||
SWI-Prolog"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://www.swi-prolog.org/download/stable/src/pl-6.6.6.tar.gz"
|
||||
CHECKSUM_SHA256="9f80bb274e2f31fd68b0acbe35982c012d5f8311dbe44ec1d8d04351a776996d"
|
||||
SOURCE_DIR="pl-6.6.6"
|
||||
|
||||
@@ -9,7 +9,7 @@ easier for the developer."
|
||||
HOMEPAGE="https://swift.org"
|
||||
COPYRIGHT="2017 Apple Inc"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
srcGitRev="94e444f22015d32b81e6dc1a0316a8243360559b"
|
||||
SOURCE_URI="https://github.com/return/swift/archive/$srcGitRev.zip"
|
||||
CHECKSUM_SHA256="e0d3e048e57ee0fc85b41392d5d075dc037ce5c03f13e41f15bd45d647322155"
|
||||
|
||||
@@ -9,7 +9,7 @@ easier for the developer."
|
||||
HOMEPAGE="https://swift.org"
|
||||
COPYRIGHT="2017 Apple Inc"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
srcGitRev="2ee9fdff636f17aa6ee749050ce373a3ecdc7b78"
|
||||
SOURCE_URI="https://github.com/apple/swift/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="fcbe48372b783d30b3de30b184d5e70103edcf11c92579dd7451a00279413b97"
|
||||
|
||||
Reference in New Issue
Block a user