summaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2017-12-24 19:39:56 +1100
committerDanny Rawlins <monster.romster@gmail.com>2017-12-24 19:39:56 +1100
commitdeab068a683e39bf3f0f640415a0fe9e5b3b2166 (patch)
treeef3e834983a43ecfd5e4aff6a6f83fd4cfa58b40 /boost
parent0ceafc43cfa23fe61a459179063bf689174cd88b (diff)
downloadcontrib-deab068a683e39bf3f0f640415a0fe9e5b3b2166.tar.gz
contrib-deab068a683e39bf3f0f640415a0fe9e5b3b2166.tar.xz
boost: update source, fix JOBS
Diffstat (limited to 'boost')
-rw-r--r--boost/.signature4
-rw-r--r--boost/Pkgfile8
2 files changed, 4 insertions, 8 deletions
diff --git a/boost/.signature b/boost/.signature
index 0894ca146..074950d52 100644
--- a/boost/.signature
+++ b/boost/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3ym5JFzDi6byANkr8NkVDjHRWGq1pRkgfBsIAVZL0R5fZhlcfpl6kcDw7YkIC27bWVVGT24fKu/Sz0ziRpq6QAI=
-SHA256 (Pkgfile) = 80e1b0997ab5d2d071ef992af495033af2a1d962bc160f385eae682a89f02f5b
+RWSagIOpLGJF3wHEewZUNylaga0qRF7Hq8QMWlV/G7UY9J0/9rZZvlXFMN66UPhqfZqFpvGriBrCIbzyRkJYgKN+/esioIsyiws=
+SHA256 (Pkgfile) = 92ab8f6b5a14cb83db73c22c33ce3110307e67b44c737ddb36a1b00e2ca52653
SHA256 (.footprint) = 7456d77687c649d8987adf8b0f0582455ac02750f53f04866d545d40404d4a3b
SHA256 (boost_1_65_1.tar.bz2) = 9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81
diff --git a/boost/Pkgfile b/boost/Pkgfile
index 464260dd0..01fd8f80b 100644
--- a/boost/Pkgfile
+++ b/boost/Pkgfile
@@ -1,20 +1,16 @@
# Description: Free peer-reviewed portable C++ source libraries.
# URL: http://www.boost.org/
# Maintainer: Danny Rawlins, crux at romster dot me
-# Packager: sten, nick dot steeves at shaw dot ca
# Depends on: icu python
name=boost
version=1.65.1
release=1
-source=(http://downloads.sourceforge.net/project/$name/$name/$version/${name}_${version//./_}.tar.bz2)
+source=(https://dl.bintray.com/boostorg/release/$version/source/${name}_${version//./_}.tar.bz2)
build() {
cd ${name}_${version//./_}
- local JOBS=$(awk 'BEGIN{RS="-j|--jobs="} NR==2 {print $1}' <<< $MAKEFLAGS)
- test -n "$JOBS" && export JOBS="-j $JOBS"
-
./bootstrap.sh --prefix=$PKG/usr --with-toolset=gcc --with-icu
./b2 stage \
@@ -23,7 +19,7 @@ build() {
runtime-link=shared \
link=shared,static \
debug-symbols=off \
- $JOBS
+ -j ${JOBS-1}
./b2 install threading=multi link=shared
}

Generated by cgit