1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00

{main,community,testing}/*: rebuild against libffi.so.7

This commit is contained in:
Leo 2020-04-07 13:17:26 -03:00
parent 61de204159
commit d95e2bc826
33 changed files with 34 additions and 32 deletions

View file

@ -2,7 +2,7 @@
# Maintainer: Mitch Tishmack <mitch.tishmack@gmail.com> # Maintainer: Mitch Tishmack <mitch.tishmack@gmail.com>
pkgname=cabal pkgname=cabal
pkgver=3.0.0.0 pkgver=3.0.0.0
pkgrel=0 pkgrel=1
pkgdesc="The Haskell Cabal" pkgdesc="The Haskell Cabal"
url="https://haskell.org/" url="https://haskell.org/"
arch="x86_64" arch="x86_64"

View file

@ -29,7 +29,7 @@
pkgname=cloudi pkgname=cloudi
pkgver=1.8.0 pkgver=1.8.0
pkgrel=1 pkgrel=2
pkgdesc="Cloud computing framework for efficient, scalable, and stable soft-realtime event processing." pkgdesc="Cloud computing framework for efficient, scalable, and stable soft-realtime event processing."
url="https://cloudi.org/" url="https://cloudi.org/"
license="MIT" license="MIT"

View file

@ -2,7 +2,7 @@
# Maintainer: Lucas Ramage <ramage.lucas@openmailbox.org> # Maintainer: Lucas Ramage <ramage.lucas@openmailbox.org>
pkgname=ecl pkgname=ecl
pkgver=16.1.3 pkgver=16.1.3
pkgrel=3 pkgrel=4
pkgdesc="Embeddable Common Lisp" pkgdesc="Embeddable Common Lisp"
# not compatible with soft-float archs (like mips) # not compatible with soft-float archs (like mips)
arch="all !mips !mips64" arch="all !mips !mips64"

View file

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=firefox-esr pkgname=firefox-esr
pkgver=68.7.0 pkgver=68.7.0
pkgrel=0 pkgrel=1
pkgdesc="Firefox web browser - Extended Support Release" pkgdesc="Firefox web browser - Extended Support Release"
url="https://www.mozilla.org/en-US/firefox/organizations/" url="https://www.mozilla.org/en-US/firefox/organizations/"
# limited by rust and cargo on mips s390x, fails to build on armhf # limited by rust and cargo on mips s390x, fails to build on armhf

View file

@ -3,7 +3,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=firefox pkgname=firefox
pkgver=75.0 pkgver=75.0
pkgrel=0 pkgrel=1
pkgdesc="Firefox web browser" pkgdesc="Firefox web browser"
url="https://www.firefox.com/" url="https://www.firefox.com/"
# Limited on: # Limited on:

View file

@ -2,7 +2,7 @@
pkgname=ghc pkgname=ghc
pkgver=8.6.5 pkgver=8.6.5
_llvmver=9 _llvmver=9
pkgrel=3 pkgrel=4
# Normal non rc candidate # Normal non rc candidate
_urlprefix="$pkgver" _urlprefix="$pkgver"
_pkgprefix="$pkgname-$pkgver" _pkgprefix="$pkgname-$pkgver"

View file

@ -3,7 +3,7 @@
pkgname=java-jna pkgname=java-jna
_pkgname=${pkgname#java-} _pkgname=${pkgname#java-}
pkgver=5.5.0 pkgver=5.5.0
pkgrel=0 pkgrel=1
pkgdesc="JNA provides Java programs easy access to native shared libraries." pkgdesc="JNA provides Java programs easy access to native shared libraries."
url="https://github.com/java-native-access/jna" url="https://github.com/java-native-access/jna"
arch="all !mips !mips64" arch="all !mips !mips64"

View file

@ -6,7 +6,7 @@ _pkgname=llvm
pkgver=5.0.2 pkgver=5.0.2
_majorver=${pkgver%%.*} _majorver=${pkgver%%.*}
pkgname=$_pkgname$_majorver pkgname=$_pkgname$_majorver
pkgrel=3 pkgrel=4
pkgdesc="Low Level Virtual Machine compiler system, version $_majorver" pkgdesc="Low Level Virtual Machine compiler system, version $_majorver"
arch="all !mips !mips64" arch="all !mips !mips64"
url="https://llvm.org/" url="https://llvm.org/"

View file

@ -8,7 +8,7 @@ _pkgname=llvm
pkgver=8.0.1 pkgver=8.0.1
_majorver=${pkgver%${pkgver##[0-9]}} _majorver=${pkgver%${pkgver##[0-9]}}
pkgname=$_pkgname$_majorver pkgname=$_pkgname$_majorver
pkgrel=3 pkgrel=4
pkgdesc="Low Level Virtual Machine compiler system, version $_majorver" pkgdesc="Low Level Virtual Machine compiler system, version $_majorver"
arch="all" arch="all"
url="https://llvm.org/" url="https://llvm.org/"

View file

@ -3,7 +3,7 @@
_luaversions="5.1 5.2 5.3" _luaversions="5.1 5.2 5.3"
pkgname=lua-lgi pkgname=lua-lgi
pkgver=0.9.2 pkgver=0.9.2
pkgrel=0 pkgrel=1
pkgdesc="Dynamic Lua binding to GObject libraries using GObject-Introspection" pkgdesc="Dynamic Lua binding to GObject libraries using GObject-Introspection"
url="https://github.com/pavouk/lgi" url="https://github.com/pavouk/lgi"
arch="all" arch="all"

View file

@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=mozjs68 pkgname=mozjs68
pkgver=68.6.0 pkgver=68.6.0
pkgrel=2 pkgrel=3
pkgdesc="Standalone Mozilla JavaScript engine" pkgdesc="Standalone Mozilla JavaScript engine"
url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey" url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey"
arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # limited by rust and cargo arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # limited by rust and cargo

View file

@ -3,7 +3,7 @@
pkgname=ruby-ffi pkgname=ruby-ffi
_gemname=ffi _gemname=ffi
pkgver=1.12.2 pkgver=1.12.2
pkgrel=0 pkgrel=1
pkgdesc="Ruby FFI library" pkgdesc="Ruby FFI library"
url="https://github.com/ffi/ffi" url="https://github.com/ffi/ffi"
arch="all" arch="all"

View file

@ -5,6 +5,8 @@ pkgrel=1
pkgdesc="a static analysis tool for shell scripts" pkgdesc="a static analysis tool for shell scripts"
url="https://github.com/koalaman/shellcheck" url="https://github.com/koalaman/shellcheck"
arch="x86_64" # Limited by GHC / Cabal arch="x86_64" # Limited by GHC / Cabal
# Fails to build shellcheck.1
arch=""
license="GPL-3.0" license="GPL-3.0"
makedepends="cabal ghc" makedepends="cabal ghc"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"

View file

@ -4,7 +4,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=glib pkgname=glib
pkgver=2.64.2 pkgver=2.64.2
pkgrel=0 pkgrel=1
pkgdesc="Common C routines used by Gtk+ and other libs" pkgdesc="Common C routines used by Gtk+ and other libs"
url="https://developer.gnome.org/glib/" url="https://developer.gnome.org/glib/"
arch="all" arch="all"

View file

@ -3,7 +3,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gobject-introspection pkgname=gobject-introspection
pkgver=1.64.1 pkgver=1.64.1
pkgrel=0 pkgrel=1
pkgdesc="Introspection system for GObject-based libraries" pkgdesc="Introspection system for GObject-based libraries"
url="https://wiki.gnome.org/action/show/Projects/GObjectIntrospection" url="https://wiki.gnome.org/action/show/Projects/GObjectIntrospection"
arch="all" arch="all"

View file

@ -6,7 +6,7 @@
pkgname=guile pkgname=guile
pkgver=2.0.14 pkgver=2.0.14
pkgrel=0 pkgrel=1
pkgdesc="Guile is a portable, embeddable Scheme implementation written in C" pkgdesc="Guile is a portable, embeddable Scheme implementation written in C"
url="https://www.gnu.org/software/guile/" url="https://www.gnu.org/software/guile/"
arch="all" arch="all"

View file

@ -8,7 +8,7 @@ _pkgname=llvm
pkgver=10.0.0 pkgver=10.0.0
_majorver=${pkgver%%.*} _majorver=${pkgver%%.*}
pkgname=$_pkgname$_majorver pkgname=$_pkgname$_majorver
pkgrel=0 pkgrel=1
pkgdesc="Low Level Virtual Machine compiler system, version $_majorver" pkgdesc="Low Level Virtual Machine compiler system, version $_majorver"
arch="all" arch="all"
url="https://llvm.org/" url="https://llvm.org/"

View file

@ -8,7 +8,7 @@ _pkgname=llvm
pkgver=9.0.1 pkgver=9.0.1
_majorver=${pkgver%${pkgver##[0-9]}} _majorver=${pkgver%${pkgver##[0-9]}}
pkgname=$_pkgname$_majorver pkgname=$_pkgname$_majorver
pkgrel=1 pkgrel=2
pkgdesc="Low Level Virtual Machine compiler system, version $_majorver" pkgdesc="Low Level Virtual Machine compiler system, version $_majorver"
arch="all" arch="all"
url="https://llvm.org/" url="https://llvm.org/"

View file

@ -3,7 +3,7 @@
pkgname=mozjs60 pkgname=mozjs60
pkgver=60.9.0 pkgver=60.9.0
_majver=${pkgver%%.*} _majver=${pkgver%%.*}
pkgrel=3 pkgrel=4
pkgdesc="standalone mozilla javascript engine" pkgdesc="standalone mozilla javascript engine"
url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/60" url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/60"
arch="all" arch="all"

View file

@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=p11-kit pkgname=p11-kit
pkgver=0.23.20 pkgver=0.23.20
pkgrel=2 pkgrel=3
pkgdesc="Library for loading and sharing PKCS#11 modules" pkgdesc="Library for loading and sharing PKCS#11 modules"
url="https://p11-glue.freedesktop.org/" url="https://p11-glue.freedesktop.org/"
arch="all" arch="all"

View file

@ -3,7 +3,7 @@
pkgname=py3-cffi pkgname=py3-cffi
_pkgname=cffi _pkgname=cffi
pkgver=1.14.0 pkgver=1.14.0
pkgrel=0 pkgrel=1
pkgdesc="A foreign function interface for calling C code from Python3" pkgdesc="A foreign function interface for calling C code from Python3"
url="http://cffi.readthedocs.org/" url="http://cffi.readthedocs.org/"
arch="all" arch="all"

View file

@ -3,7 +3,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=py3-gobject3 pkgname=py3-gobject3
pkgver=3.36.0 pkgver=3.36.0
pkgrel=0 pkgrel=1
pkgdesc="Python bindings for the GObject library" pkgdesc="Python bindings for the GObject library"
url="https://wiki.gnome.org/Projects/PyGObject/" url="https://wiki.gnome.org/Projects/PyGObject/"
arch="all" arch="all"

View file

@ -6,7 +6,7 @@ pkgname=python3
pkgver=3.8.2 pkgver=3.8.2
_bluez_ver=5.53 _bluez_ver=5.53
_basever="${pkgver%.*}" _basever="${pkgver%.*}"
pkgrel=3 pkgrel=4
pkgdesc="A high-level scripting language" pkgdesc="A high-level scripting language"
url="https://www.python.org/" url="https://www.python.org/"
arch="all" arch="all"

View file

@ -36,7 +36,7 @@
pkgname=ruby pkgname=ruby
pkgver=2.6.6 pkgver=2.6.6
_abiver="${pkgver%.*}.0" _abiver="${pkgver%.*}.0"
pkgrel=2 pkgrel=3
pkgdesc="An object-oriented language for quick and easy programming" pkgdesc="An object-oriented language for quick and easy programming"
url="https://www.ruby-lang.org/" url="https://www.ruby-lang.org/"
arch="all" arch="all"

View file

@ -3,7 +3,7 @@
# Maintainer: Valery Kartel <valery.kartel@gmail.com> # Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=wayland pkgname=wayland
pkgver=1.18.0 pkgver=1.18.0
pkgrel=1 pkgrel=2
pkgdesc="A computer display server protocol" pkgdesc="A computer display server protocol"
url="https://wayland.freedesktop.org" url="https://wayland.freedesktop.org"
arch="all" arch="all"

View file

@ -2,7 +2,7 @@
# Maintainer: Milan P. Stanić <mps@arvanta.net> # Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=gforth pkgname=gforth
pkgver=0.7.3 pkgver=0.7.3
pkgrel=1 pkgrel=2
pkgdesc="Fast and portable implementation of the ANS Forth language" pkgdesc="Fast and portable implementation of the ANS Forth language"
url="http://www.gnu.org/software/gforth/" url="http://www.gnu.org/software/gforth/"
arch="all !x86" # build fail on x86 arch="all !x86" # build fail on x86

View file

@ -3,7 +3,7 @@
# Maintainer: Mitch Tishmack <mitch.tishmack@gmail.com> # Maintainer: Mitch Tishmack <mitch.tishmack@gmail.com>
pkgname=idris pkgname=idris
pkgver=1.3.0 pkgver=1.3.0
pkgrel=1 pkgrel=2
pkgdesc="A Language with Dependent Types" pkgdesc="A Language with Dependent Types"
url="https://www.idris-lang.org/" url="https://www.idris-lang.org/"
# Note: same as ghc, if it gets ported elsewhere this should run too. # Note: same as ghc, if it gets ported elsewhere this should run too.

View file

@ -6,7 +6,7 @@ _pkgname=llvm
pkgver=6.0.1 pkgver=6.0.1
_majorver=${pkgver%%.*} _majorver=${pkgver%%.*}
pkgname=$_pkgname$_majorver pkgname=$_pkgname$_majorver
pkgrel=5 pkgrel=6
pkgdesc="Low Level Virtual Machine compiler system, version $_majorver" pkgdesc="Low Level Virtual Machine compiler system, version $_majorver"
arch="all" arch="all"
url="https://llvm.org/" url="https://llvm.org/"

View file

@ -2,7 +2,7 @@
# Maintainer: Marian <marian.buschsieweke@ovgu.de> # Maintainer: Marian <marian.buschsieweke@ovgu.de>
pkgname=micropython pkgname=micropython
pkgver=1.12 pkgver=1.12
pkgrel=0 pkgrel=1
pkgdesc="A lean and efficient Python implementation for MCUs and constrained systems" pkgdesc="A lean and efficient Python implementation for MCUs and constrained systems"
url="https://www.micropython.org/" url="https://www.micropython.org/"

View file

@ -2,7 +2,7 @@
# Maintainer: Curt Tilmes <Curt.Tilmes@nasa.gov> # Maintainer: Curt Tilmes <Curt.Tilmes@nasa.gov>
pkgname=moarvm pkgname=moarvm
pkgver=2019.07.1 pkgver=2019.07.1
pkgrel=0 pkgrel=1
pkgdesc="A VM for NQP And Rakudo Perl 6" pkgdesc="A VM for NQP And Rakudo Perl 6"
url="http://moarvm.org/" url="http://moarvm.org/"
arch="all" arch="all"

View file

@ -2,7 +2,7 @@
# Maintainer: # Maintainer:
pkgname=polyml pkgname=polyml
pkgver=5.8 pkgver=5.8
pkgrel=0 pkgrel=1
pkgdesc="ML97 compatible Standard ML implementation" pkgdesc="ML97 compatible Standard ML implementation"
url="https://www.polyml.org/" url="https://www.polyml.org/"
arch="all !aarch64 !ppc64le !s390x" arch="all !aarch64 !ppc64le !s390x"

View file

@ -2,7 +2,7 @@
# Maintainer: Marc Vertes <mvertes@free.fr> # Maintainer: Marc Vertes <mvertes@free.fr>
pkgname=seamonkey pkgname=seamonkey
pkgver=2.49.5 pkgver=2.49.5
pkgrel=2 pkgrel=3
pkgdesc="all-in-one internet application suite" pkgdesc="all-in-one internet application suite"
url="https://www.seamonkey-project.org/" url="https://www.seamonkey-project.org/"
arch="x86_64 x86" arch="x86_64 x86"

View file

@ -5,7 +5,7 @@ pkgname=thunderbird
pkgver=68.6.0 pkgver=68.6.0
_pkgver=$pkgver _pkgver=$pkgver
_xulver=$pkgver _xulver=$pkgver
pkgrel=2 pkgrel=3
pkgdesc="Thunderbird email client" pkgdesc="Thunderbird email client"
url="https://www.thunderbird.net/" url="https://www.thunderbird.net/"
arch="all !s390x !armhf !mips !mips64" # limited by rust and cargo. Fails on armhf due to bad assembly arch="all !s390x !armhf !mips !mips64" # limited by rust and cargo. Fails on armhf due to bad assembly