Jürgen Buchmüller
c31dd888f6
xbps-src: implement a 'check' stage
...
Add another stage 'check' between 'build' and 'install'. It is be enabled using the
variable XBPS_CHECK_PKGS=yes and disabled if unset, set to "0" or "no" in your
local etc/conf.
A new xbps-src option `-q` for `quick` will disable XBPS_CHECK_PKGS by overriding it to 0.
If enabled, `common/xbps-src/shutils/xbps-src-docheck.sh` checks for an existing
`do_check()` function in the package's template and, if it exists, calls it.
A new template variable `checkdepends` may be present and list packages required
to run the `do_check()` function. Example: `checkdepends="bc unittest-cpp"`.
2017-03-08 11:33:48 +01:00
Jürgen Buchmüller
f9dface61c
binutils: add do_check() and checkdepends
2017-03-08 11:33:48 +01:00
Enno Boland
21660919b9
rtmpdump: broken on aarch64-musl
2017-03-08 11:23:08 +01:00
Jürgen Buchmüller
fd97fe23a9
Merge pull request #5921 from pullmoll/cross-fortran
...
cross-*: enable fortran cross compilers and update glibc
2017-03-08 11:22:06 +01:00
Enno Boland
489444837c
Merge pull request #5909 from lyzech/qscintilla_update
...
qscintilla-qt5: update to 2.10.
2017-03-08 10:39:44 +01:00
Enno Boland
1a2dbf0bd5
mosquitto: broken on all musl platforms
2017-03-08 10:24:05 +01:00
Enno Boland
6ccdd6dfa4
mosquitto: broken on aarch64-musl
2017-03-08 10:22:53 +01:00
Enno Boland
9c32f1e965
Merge pull request #5632 from yopito/NetworkManager-1.6
...
NetworkManager: update to 1.6.2
2017-03-08 10:19:22 +01:00
Enno Boland
c02eccc033
Merge pull request #5834 from CMB/gdbcross
...
gdb: configure with --with-build-sysroot, not --with-sysroot.
2017-03-08 10:13:19 +01:00
Enno Boland
3b7286abe1
Merge pull request #5840 from Hoshpak/glibc-i686
...
glibc: revert upstream changes to memchr-sse2
2017-03-08 10:11:49 +01:00
Enno Boland
609e551bef
Merge pull request #5869 from Duncaen/vkpurge
...
base-files: fix vkpurge rm installed check
2017-03-08 10:08:13 +01:00
Enno Boland
fa9f16b1f4
Merge pull request #5878 from E100Beta/broadcom-wl-dkms
...
broadcom-wl-dkms: update distfiles URL
2017-03-08 10:07:46 +01:00
Enno Boland
83e91d9dbf
Merge pull request #5848 from Grauwolf/mosquitto
...
mosquitto: update to 1.4.11.
2017-03-08 10:05:24 +01:00
Enno Boland
e6fe17d017
Merge pull request #5897 from Sir-Boops/nodejs-update
...
nodejs: update to 7.7.1
2017-03-08 10:02:09 +01:00
Enno Boland
af03f1b6ed
Merge pull request #5875 from arete/oath
...
oath-toolkit : missing pam depedency
2017-03-08 10:00:58 +01:00
Toyam Cox
c592238631
Merge pull request #5845 from Grauwolf/i3blocks
...
i3blocks: add an INSTALL.msg
2017-03-08 03:56:15 -05:00
Jürgen Buchmüller
f6f380bee9
cross-vpkg-dummy: add gcc-fortran
2017-03-07 21:29:30 +01:00
Jürgen Buchmüller
3e89e48505
cross-x86_64-linux-musl: enable fortran
...
+ Enable cross fortran compiler
+ Add isl15-devel to makedepends
2017-03-07 21:29:30 +01:00
Jürgen Buchmüller
710e2431a6
cross-mipsel-linux-muslhf: enable fortran
...
+ Enable cross fortran compiler
+ Add isl15-devel to makedepends
2017-03-07 21:29:30 +01:00
Jürgen Buchmüller
5063a16993
cross-mipsel-linux-musl: enable fortran
...
+ Enable cross fortran compiler
+ Add isl15-devel to makedepends
2017-03-07 21:29:30 +01:00
Jürgen Buchmüller
37d2d5049d
cross-mips-linux-musl: enable fortran
...
+ Enable cross fortran compiler
+ Add isl15-devel to makedepends
2017-03-07 21:29:30 +01:00
Jürgen Buchmüller
3651ec2de9
cross-i686-pc-linux-gnu: fortran and glibc
...
+ Enable cross fortran compiler
+ Add isl15-devel to makedepends
+ Update glibc to 2.25
2017-03-07 21:29:30 +01:00
Jürgen Buchmüller
34b0eb8f73
srcpkgs/cross-i686-linux-musl: enable fortran
...
+ Enable cross fortran compiler
+ Add isl15-devel to makedepends
2017-03-07 21:29:30 +01:00
Jürgen Buchmüller
a6dc405594
cross-armv7l-linux-musleabihf: enable fortran
...
+ Enable cross fortran compiler
+ Add isl15-devel to makedepends
2017-03-07 21:29:30 +01:00
Jürgen Buchmüller
69f6f34e34
cross-armv7l-linux-gnueabihf: fortran and glibc
...
+ Enable cross fortran compiler
+ Add isl15-devel to makedepends
+ Update glibc to 2.25
2017-03-07 21:29:30 +01:00
Jürgen Buchmüller
b06fed1380
cross-arm-linux-musleabihf: enable fortran
...
+ Enable cross fortran compiler
+ Add isl15-devel to makedepends
2017-03-07 21:29:30 +01:00
Jürgen Buchmüller
97477a128d
cross-arm-linux-musleabi: enable fortran
...
+ Enable cross fortran compiler
+ Add isl15-devel to makedepends
2017-03-07 21:29:30 +01:00
Jürgen Buchmüller
be1e6ce9af
cross-arm-linux-gnueabihf: fortran and glibc
...
+ Enable cross fortran compiler
+ Add isl15-devel to makedepends
+ Update glibc to 2.25
2017-03-07 21:29:30 +01:00
Jürgen Buchmüller
858c4e9373
cross-arm-linux-gnueabi: fortran and glibc
...
+ Enable cross fortran compiler
+ Add isl15-devel to makedepends
+ Update glibc to 2.25
2017-03-07 21:29:30 +01:00
Jürgen Buchmüller
6291904614
cross-aarch64-linux-musl: enable fortran
...
+ Enable cross fortran compiler
+ Add isl15-devel to makedepends
2017-03-07 21:29:30 +01:00
Jürgen Buchmüller
6099ae40ea
cross-aarch64-linux-gnu: fortran and glibc
...
+ Enable cross fortran compiler
+ Add isl15-devel to makedepends
+ Update glibc to 2.25
2017-03-07 21:29:30 +01:00
Michael Gehring
5b96f9dc6e
newlisp: fix prefix (Gentoo patches)
...
Fixes #5055
2017-03-07 19:45:02 +00:00
Michael Gehring
b014f6bc45
bomi: cross build broken
2017-03-07 19:16:22 +00:00
Michael Gehring
17717576e4
xine-lib: rebuild against libbluray-1.0.0
2017-03-07 18:31:45 +00:00
Michael Gehring
73fe368a89
vlc: rebuild against libbluray-1.0.0
2017-03-07 18:31:45 +00:00
Michael Gehring
9812def5e7
mpv: rebuild against libbluray-1.0.0
2017-03-07 18:31:45 +00:00
Michael Gehring
abaf6932df
gvfs: rebuild against libbluray-1.0.0
2017-03-07 18:31:45 +00:00
Michael Gehring
b2a66df0c8
bomi: rebuild against libbluray-1.0.0
2017-03-07 18:31:45 +00:00
Michael Gehring
c161b2863b
libbluray: update to 1.0.0. (soname bump)
2017-03-07 18:31:45 +00:00
Michael Gehring
cf7faa6b4c
gtklp: update to 1.3.3.
2017-03-07 18:31:45 +00:00
Michael Gehring
86cfe6150b
NetworkManager: broken on aarch64-musl
2017-03-07 19:25:27 +01:00
Michael Gehring
aff19b2326
Merge pull request #5908 from lemmi/qdirstat
...
qdirstat: update to 1.3.
2017-03-07 19:14:38 +01:00
Duncaen
5fc76591ac
base-files: fix vkpurge rm installed check
2017-03-07 18:48:21 +01:00
Michael Gehring
8cd721d2a9
ImageMagick: update to 6.9.7.10.
2017-03-07 17:37:57 +00:00
Michael Gehring
3093f31bc6
harfbuzz: update to 1.4.4.
2017-03-07 17:37:57 +00:00
Michael Gehring
911653805e
geany: update to 1.30.
2017-03-07 17:37:57 +00:00
Michael Gehring
548674585b
libbson: update to 1.6.1.
2017-03-07 17:37:57 +00:00
Michael Gehring
73065b2874
exiftool: update to 10.45.
2017-03-07 17:37:57 +00:00
Michael Gehring
6932eb41c1
gnutls: update to 3.5.10.
2017-03-07 17:37:57 +00:00
Michael Gehring
b4cd98539c
dpkg: update to 1.18.23.
2017-03-07 17:37:57 +00:00