diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-10-08 22:53:32 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-10-09 08:59:54 +0200 |
commit | 20ed243b56ade59a2033588a28335148e4b44169 (patch) | |
tree | 5610a97da6db73f43df1c05f250cc177b52933bd /source | |
parent | d9d3692e2b144d38d5cff9979b33442d90de51e3 (diff) | |
download | current-20ed243b56ade59a2033588a28335148e4b44169.tar.gz |
Thu Oct 8 22:53:32 UTC 202020201008225332
ap/cups-filters-1.28.4-x86_64-1.txz: Upgraded.
d/rust-1.47.0-x86_64-1.txz: Upgraded.
l/ocl-icd-2.2.13-x86_64-1.txz: Upgraded.
n/libqmi-1.26.6-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-x | source/d/rust/rust.SlackBuild | 8 | ||||
-rw-r--r-- | source/d/rust/rust.url | 14 | ||||
-rwxr-xr-x | source/l/ocl-icd/ocl-icd.SlackBuild | 9 | ||||
-rw-r--r-- | source/l/ocl-icd/ocl-icd.url | 1 | ||||
-rw-r--r-- | source/l/ocl-icd/slack-desc | 2 |
5 files changed, 21 insertions, 13 deletions
diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild index 9d0160f0..00287a5e 100755 --- a/source/d/rust/rust.SlackBuild +++ b/source/d/rust/rust.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=rust SRCNAM="${PKGNAM}c" -VERSION=${VERSION:-1.46.0} +VERSION=${VERSION:-1.47.0} BUILD=${BUILD:-1} # Set this to YES to build with the system LLVM, or NO to use the bundled LLVM. @@ -34,9 +34,9 @@ BUILD=${BUILD:-1} SYSTEM_LLVM=${SYSTEM_LLVM:-YES} # Bootstrap variables (might not be kept updated for latest Rust): -RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.45.2} -RSTAGE0_DIR=${RSTAGE0_DIR:-2020-08-03} -CSTAGE0_VERSION=${CSTAGE0_VERSION:-0.46.1} +RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.46.0} +RSTAGE0_DIR=${RSTAGE0_DIR:-2020-08-27} +CSTAGE0_VERSION=${CSTAGE0_VERSION:-0.47.0} CSTAGE0_DIR=${CSTAGE0_DIR:-$RSTAGE0_DIR} # Automatically determine the architecture we're building on: diff --git a/source/d/rust/rust.url b/source/d/rust/rust.url index e88857ae..c9982da0 100644 --- a/source/d/rust/rust.url +++ b/source/d/rust/rust.url @@ -1,5 +1,5 @@ # Source code (repacked to .tar.lz): -VERSION=1.46.0 +VERSION=1.47.0 rm -f rustc-${VERSION}-src.tar.* lftpget https://static.rust-lang.org/dist/rustc-${VERSION}-src.tar.gz lftpget https://static.rust-lang.org/dist/rustc-${VERSION}-src.tar.gz.asc @@ -21,12 +21,12 @@ fi exit 0 # i686 bootstrap: -lftpget https://static.rust-lang.org/dist/2020-08-03/cargo-0.46.1-i686-unknown-linux-gnu.tar.gz -lftpget https://static.rust-lang.org/dist/2020-08-03/rust-std-1.45.2-i686-unknown-linux-gnu.tar.gz -lftpget https://static.rust-lang.org/dist/2020-08-03/rustc-1.45.2-i686-unknown-linux-gnu.tar.gz +lftpget https://static.rust-lang.org/dist/2020-08-27/cargo-0.47.0-i686-unknown-linux-gnu.tar.gz +lftpget https://static.rust-lang.org/dist/2020-08-27/rust-std-1.46.0-i686-unknown-linux-gnu.tar.gz +lftpget https://static.rust-lang.org/dist/2020-08-27/rustc-1.46.0-i686-unknown-linux-gnu.tar.gz # x86_64 bootstrap: -lftpget https://static.rust-lang.org/dist/2020-08-03/cargo-0.46.1-x86_64-unknown-linux-gnu.tar.gz -lftpget https://static.rust-lang.org/dist/2020-08-03/rust-std-1.45.2-x86_64-unknown-linux-gnu.tar.gz -lftpget https://static.rust-lang.org/dist/2020-08-03/rustc-1.45.2-x86_64-unknown-linux-gnu.tar.gz +lftpget https://static.rust-lang.org/dist/2020-08-27/cargo-0.47.0-x86_64-unknown-linux-gnu.tar.gz +lftpget https://static.rust-lang.org/dist/2020-08-27/rust-std-1.46.0-x86_64-unknown-linux-gnu.tar.gz +lftpget https://static.rust-lang.org/dist/2020-08-27/rustc-1.46.0-x86_64-unknown-linux-gnu.tar.gz diff --git a/source/l/ocl-icd/ocl-icd.SlackBuild b/source/l/ocl-icd/ocl-icd.SlackBuild index bb381f4f..b9476b6e 100755 --- a/source/l/ocl-icd/ocl-icd.SlackBuild +++ b/source/l/ocl-icd/ocl-icd.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=ocl-icd VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -84,6 +84,13 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ +if [ ! -r configure ]; then + if [ -x ./autogen.sh ]; then + NOCONFIGURE=1 ./autogen.sh + else + autoreconf -vif + fi +fi CFLAGS="$SLKCFLAGS" \ CPPFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/source/l/ocl-icd/ocl-icd.url b/source/l/ocl-icd/ocl-icd.url new file mode 100644 index 00000000..ed9b107a --- /dev/null +++ b/source/l/ocl-icd/ocl-icd.url @@ -0,0 +1 @@ +https://github.com/OCL-dev/ocl-icd diff --git a/source/l/ocl-icd/slack-desc b/source/l/ocl-icd/slack-desc index c224aa92..317cfffb 100644 --- a/source/l/ocl-icd/slack-desc +++ b/source/l/ocl-icd/slack-desc @@ -13,7 +13,7 @@ ocl-icd: Driver). An OpenCL program can use several ICD thanks to the use of ocl-icd: an ICD Loader as provided by this project. This free ICD Loader can ocl-icd: load any (free or non free) ICD. ocl-icd: -ocl-icd: Homepage: https://forge.imag.fr/projects/ocl-icd/ +ocl-icd: Homepage: https://github.com/OCL-dev/ocl-icd ocl-icd: ocl-icd: ocl-icd: |