13 Commits

Author SHA1 Message Date
J0WI
16f8ceb8e2 testing: (Bulk change) Update urls to https using HTTPS Everywhere and bump pkgrel 2018-10-06 17:19:31 +00:00
Oliver Smith
9d9f981a2c aports: add support for armv7 [skip ci]
This makes it possible to provide armv7 as additional architecture in
Alpine, next to armhf. See the discussion in this ML thread:
<https://lists.alpinelinux.org/alpine-devel/6271.html>

It's done by adding armv7 next to armhf in the arch line and also
!armv7 where the arch line said !armhf. The following script was used:
2018-09-24 10:19:24 +03:00
prspkt
0ac04b71cb testing/ffcall: upgrade to 2.1 2018-03-31 22:51:41 +03:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
This commit updates $license variable in all APKBUILDs to comply with
short names specified by SPDX version 3.0 [1] where possible. It was
done using find-and-replace method on substrings inside $license
variables.

Only license names were updated, not "expressions" specifying relation
between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or
exceptions (e.g. "X with exceptions").

Many licenses have a version or multiple variants, e.g. MPL-2.0,
BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not
contain license version or variant. Since there's no way how to infer
this information just from abuild, it were left without the variant
suffix or version, i.e. non SPDX compliant.

GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They
exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later
(formerly e.g. GPL-2.0+). We did not systematically noted distinguish
between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean
GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g.
GPL2+) were left without the variant suffix, i.e. non SPDX compliant.

Note: This commit just fixes format of the license names, no
verification has been done if the specified license information is
actually correct!

[1]: https://spdx.org/licenses/
2017-12-30 21:05:50 +01:00
Jakub Jirutka
4c6f8e1fdf testing/ffcall: disable on armhf due to build failure
gcc -Os -fomit-frame-pointer -pipe -x none minitests.o libvacall.a -Wl,--as-needed -o minitests
  /usr/lib/gcc/armv6-alpine-linux-musleabihf/6.4.0/../../../../armv6-alpine-linux-musleabihf/bin/ld: libvacall.a(vacall.o): relocation R_ARM_MOVW_ABS_NC against `vacall_function' can not be used when making a shared object; recompile with -fPIC
  libvacall.a: error adding symbols: Bad value
  collect2: error: ld returned 1 exit status
  make[1]: *** [Makefile:271: minitests] Error 1
2017-11-05 01:56:55 +01:00
Jakub Jirutka
3ef3d4f1d6 testing/ffcall: disable on x86 due to segfault in test
gcc -Os -fomit-frame-pointer -x none minitests.o libvacall.a -Wl,--as-needed -o minitests
  i586-alpine-linux-musl-g++ -Os -fomit-frame-pointer -x none minitests-c++.o libvacall.a -Wl,--as-needed -o minitests-c++
  ./minitests > minitests.out
  Segmentation fault
  make[1]: *** [Makefile:280: check] Error 139
2017-11-01 22:02:27 +01:00
Roberto Oliveira
11f1b9c8ab testing/ffcall: bump pkgrel to run check 2017-10-27 00:48:25 +00:00
Roberto Oliveira
08caba0cba testing/ffcall: add check function 2017-10-27 00:44:22 +00:00
Roberto Oliveira
0774ccde5d testing/ffcall: upgrade to 2.0 2017-10-27 00:39:10 +00:00
Carlo Landmeter
999240389e testing/ffcall: upgrade to 1.13 2017-07-06 11:16:39 +02:00
Timo Teräs
1874287cfd testing/ffcall: disable on armhf
Fails with (apparently due to new gcc toolchain):

gcc -E `if test false = true; then echo '-DASM_UNDERSCORE'; fi` ./vacall-arm.S | grep -v '^ *#line' | grep -v '^#' | sed -e 's,% ,%,g' -e 's,//,@,g' -e 's,\$,#,g' > vacall-arm.s
gcc -x none -c vacall-arm.s
vacall-arm.s: Assembler messages:
vacall-arm.s:3: Warning: ignoring attempt to redefine built-in register 'sl'
vacall-arm.s:4: Warning: ignoring attempt to redefine built-in register 'fp'
vacall-arm.s:5: Warning: ignoring attempt to redefine built-in register 'ip'
vacall-arm.s:6: Warning: ignoring attempt to redefine built-in register 'sp'
vacall-arm.s:7: Warning: ignoring attempt to redefine built-in register 'lr'
vacall-arm.s:8: Warning: ignoring attempt to redefine built-in register 'pc'
vacall-arm.s:80: Error: selected processor does not support `ldfeqs f0,[sp,#20]' in ARM mode
vacall-arm.s:84: Error: selected processor does not support `ldfeqd f0,[sp,#20]' in ARM mode
Makefile:105: recipe for target 'vacall-arm.o' failed
make[1]: *** [vacall-arm.o] Error 1

See also:
https://wiki.debian.org/ArmEabiProblems (search for ffcall)
2016-04-05 16:17:06 +00:00
Bartłomiej Piotrowski
b4a13e7314 Do not delete *.la files manually
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
2015-09-10 13:59:03 +02:00
Carlo Landmeter
87250f8296 testing/ffcall: new aport 2015-02-11 11:37:54 +00:00