Jürgen Buchmüller
272114cd05
xbps-src: trying to fix FFLAGS construction
...
This still isn't perfect. When the common/xbps-src/shutils/chroot.sh
function chroot_init() is called, the value for $XBPS_FFLAGS, which is
defined in common/build-profiles/bootstrap.sh, is empty.
Put the immediate value into the generated /etc/xbps/xbps-src.conf
file until someone finds out where passing the value of $XBPS_FFLAGS
throughout the scripts is missing.
2017-03-08 17:36:22 +01:00
Jürgen Buchmüller
f7558c16aa
common: lost the FCC to FC change somehow
...
Should now be conforming to GNU make.
2017-03-08 16:06:54 +01:00
Jürgen Buchmüller
60603dd0a5
common: rename FCC to FC and introduce FFLAGS
2017-03-08 16:04:42 +01:00
Jürgen Buchmüller
6d0d142d15
xbps-src common.sh: add FCC for gfortran
...
Introduce an environment variable `FCC` for fortran, just as CC,
CXX etc. are defined for the other compilers.
It is set to `${XBPS_CROSS_TRIPLET}-gfortran` when cross compiling, or
to just `gfortran` when building for the native architecture.
Use just "$FCC" now when specifying the fortran compiler in a template.
2017-03-08 15:18:14 +01:00
Enno Boland
deeea3f797
Merge pull request #4845 from diogoleal/openmsx-0.13.0
...
openmsx: update to 0.13
2017-03-08 14:42:23 +01:00
Enno Boland
88d58b0c2d
Merge pull request #5898 from E100Beta/slop
...
slop: update to 5.3.37
2017-03-08 14:37:49 +01:00
Enno Boland
3303e881c9
Merge pull request #5581 from Duncaen/elfutils
...
elfutils: update to 0.168.
2017-03-08 14:26:49 +01:00
Enno Boland
7020c4dbe0
Merge pull request #5592 from ayghor/master
...
elasticsearch: update to 5.2.1
2017-03-08 13:43:34 +01:00
Leah Neukirchen
2a846aeebd
mosquitto: fix musl.
2017-03-08 13:32:47 +01:00
Leah Neukirchen
f43e839b44
haproxy: unbreak musl.
2017-03-08 13:26:32 +01:00
Pavel Kiselev
17ce3518e2
slop: update to 5.3.37
2017-03-08 15:24:39 +03:00
Leah Neukirchen
0d33eaad90
rtmpdump: unbreak musl.
2017-03-08 13:23:06 +01:00
Leah Neukirchen
6bd6acf934
courier-unicode: fix update-check.
2017-03-08 13:16:16 +01:00
Michael Gehring
9c1c9bf582
Merge pull request #5928 from diogoleal/fix_stella_url
...
stella: fix url and distfiles
2017-03-08 13:15:15 +01:00
Michael Gehring
146a8a8cf4
Merge pull request #5925 from lemmi/obs
...
obs: update to 18.0.1.
2017-03-08 13:14:47 +01:00
Diogo Leal
e20e5901c7
stella: fix url and distfiles
2017-03-08 08:08:04 -03:00
Enno Boland
da1a8c3297
haproxy: broken on aarch64-musl
2017-03-08 11:56:02 +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
lemmi
73029b8dc7
obs: update to 18.0.1.
2017-03-08 10:22:04 +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