Michael Gehring
989f9b594f
afl: update to 2.11b.
2016-04-28 07:09:16 +02:00
Christopher Brannon
4ccf9b0101
go-ipfs: update to 0.4.1.
2016-04-27 12:43:13 -07:00
Christopher Brannon
ae05f8dc33
New package: fs-repo-migrations-1.0.0
2016-04-27 12:05:08 -07:00
Juan RP
326c989c7c
xbps-src/show: resolve virtual dependencies correctly.
2016-04-27 20:56:55 +02:00
Juan RP
d2bac19750
xbps-src: re-introduce etc/virtual.
...
The `etc/virtual` file declares the default package to be built for
virtual dependencies declared as "virtual?foo" in $depends.
Before this change, the run-time dependency was added as is to the final
binary package but no pkg providing this virtual pkg was built.
With this file we declare the *default* pkg to be built.
NOTE: "virtual?foo" is only applicable to *run* time dependencies, i.e
only those declared in $depends.
2016-04-27 20:16:59 +02:00
Juan RP
78c601e18e
firefox: switch to gtk2; multiple issues with gtk-3.20.
2016-04-27 18:01:18 +02:00
Jürgen Buchmüller
6914817067
mame: fix binaries names and manpage source
2016-04-27 17:42:27 +02:00
Juan RP
af11e6c891
xbps-src: set XBPS_CHROOT_CMD=uchroot with -t; improve desc for -a.
2016-04-27 17:03:24 +02:00
Juan RP
5bfd84163b
common/xbps-src/shutils/purge_distfiles.sh: does not need to executable.
2016-04-27 16:56:17 +02:00
Juan RP
2defe2ff17
cross-profiles: get rid of musl-gnulibfix (unused).
2016-04-27 16:55:16 +02:00
Juan RP
e97de5b5d3
env/build: get rid of timestamp-macros.sh (dangling symlink).
2016-04-27 16:53:47 +02:00
Juan RP
b722ed3c8b
cross-profiles: simplify and rename some of them to match XBPS_TARGET_MACHINE.
...
- XBPS_TARGET_ARCH var renamed to XBPS_TARGET_MACHINE (gets rid of an extra var).
- Renamed cross profiles to match XBPS_TARGET_MACHINE.
- Added symlinks to keep compatibility with old profiles.
2016-04-27 16:47:05 +02:00
Jürgen Buchmüller
2269952b63
mame: update to 0.173
...
Test if building on i686 works again; if it doesn't, disable
i686 again as in 0.172
2016-04-27 16:34:11 +02:00
Juan RP
3bd892ad2d
gnome-themes-standard: update to 3.20.
2016-04-27 16:12:07 +02:00
Juan RP
2e30d2b0c5
adwaita-icon-theme: update to 3.20.
2016-04-27 16:11:59 +02:00
Christian Neukirchen
09e5f9eb42
ruby: update to 2.3.1.
2016-04-27 15:59:08 +02:00
Christian Neukirchen
cd2571f390
hwloc: update to 1.11.3.
2016-04-27 15:59:08 +02:00
Toyam Cox
34f1c69028
ffmpeg: enable more decoders ( #4083 )
2016-04-27 15:21:01 +02:00
Jannis Christ
c943c79cd0
swift: update to 2.2.1. ( #4086 )
2016-04-27 15:19:19 +02:00
Juan RP
c086e52332
xbps-static: build on mipselhf-musl; enable verbose compilation output.
2016-04-27 15:07:45 +02:00
Juan RP
882f23cf98
env/hardening: fix hardening on MIPS.
...
Thanks to @chneukirchen for finding the correct solution:
gcc sets -mno-shared by default when compiling non-PIC, and because
we are overriding the builtin specs, this internal rule set for gnu/mips
does not trigger:
gcc/config/mips/gnu-user.h:/* Default to -mno-shared for non-PIC. */
gcc/config/mips/gnu-user.h: " %{mshared|mno-shared|fpic|fPIC|fpie|fPIE:;:-mno-shared}"
So that we now use a specific specs file just for mips that sets -mshared for PIC.
This fixes building packages with hardening enabled for MIPS.
2016-04-27 15:01:40 +02:00
Juan RP
0e99e3b00d
ci20-base: added wifi/bt fw from https://github.com/ZubairLK/ci20_other_files
2016-04-27 13:04:21 +02:00
Juan RP
7e117fb96d
env/hardening: reenable hardening for MIPS.
...
I just booted a full PIE base-system successfully on my CI20 Creator.
For now we set -fPIE again in C{,XX}FLAGS to fix the build in attr/acl/coreutils, etc.
2016-04-27 12:47:56 +02:00
Toyam Cox
2ec3075932
Manual.md: mention make_dirs ( #4082 )
2016-04-27 11:51:06 +02:00
Enno Boland
734ac21884
xbps{,-static}: updated patch from master to fix https://github.com/voidlinux/xbps/issues/172
2016-04-27 11:06:37 +02:00
Michael Gehring
ab04e869c7
nilfs-utils: fix musl build (Alpine patch)
2016-04-27 10:44:31 +02:00
Michael Gehring
3c8f807e4d
nilfs-utils: update to 2.2.4.
2016-04-27 10:44:31 +02:00
Juan RP
c1c7f2b39d
cross-*-linux-musl: use shared gcc-4.9.x patch for musl; update toolchain components.
2016-04-27 10:37:51 +02:00
Andrea Brancaleoni
4e870ccff5
winetricks: update to 20160425.
2016-04-27 10:30:22 +02:00
Juan RP
e5e89aa1ab
cross-arm*-linux-musl*: update toolchain components.
...
- binutils-2.6
- gcc-4.9.3
- musl-1.1.14
- linux-3.18.25
2016-04-27 10:22:11 +02:00
Juan RP
7082b7edcb
cross-mips*-linux-musl*: update toolchain components.
...
- binutils-2.6
- gcc-4.9.3
- musl-1.1.14
- linux-3.18.25
2016-04-27 10:17:28 +02:00
Juan RP
cf2976d213
gdb: fix mips/musl builds.
2016-04-27 10:12:19 +02:00
Juan RP
d821125b8b
lxc: lxc-autostart service requires cgmanager ( close #4018 ).
2016-04-27 08:37:43 +02:00
Juan RP
0a279cad1c
xf86-video-intel: update to 2.99.917.42.
2016-04-27 08:30:39 +02:00
Juan RP
1aedca06b1
firefox: update to 46.0.
2016-04-27 08:20:27 +02:00
Juan RP
6c5e5815bf
enlightenment: update to 0.20.7.
2016-04-27 07:41:38 +02:00
lemmi
7dc7cc2e3f
mpv: add motion estimation
2016-04-27 07:23:31 +02:00
lemmi
be4f55037e
New package: vapoursynth-mvtools-13
2016-04-27 07:23:31 +02:00
lemmi
5be8f45d5b
New package: vapoursynth-R32
2016-04-27 07:23:31 +02:00
lemmi
08cb48c5a2
New package: zimg-2.0.4
2016-04-27 07:23:31 +02:00
Michael Gehring
31573802e0
dovecot-plugin-pigeonhole: update to 0.4.14.
2016-04-27 06:42:52 +02:00
Michael Gehring
0920f497f9
ntp: update to 4.2.8p7.
2016-04-27 06:42:52 +02:00
Michael Gehring
4132f2dff4
yad: update to 0.36.0.
2016-04-27 06:19:49 +02:00
Michael Gehring
0b6a2a8d05
gzip: update to 1.8.
2016-04-27 06:18:02 +02:00
Michael Gehring
7844882b14
bleachbit: update to 1.11.
2016-04-27 06:14:10 +02:00
Michael Gehring
601e465ce4
xfce4-whiskermenu-plugin: update to 1.5.3.
2016-04-27 06:12:50 +02:00
Michael Gehring
5ba4f6168c
httrack: update to 3.48.22.
2016-04-27 06:10:53 +02:00
Michael Gehring
90aa87bf06
xfce4-dict: update to 0.7.2.
2016-04-27 06:09:17 +02:00
Michael Gehring
6ab7e40632
davfs2: update to 1.5.4.
2016-04-27 06:05:44 +02:00
oliver cfc
eb2babb8bb
New package: bvi-1.4.0
2016-04-26 23:06:04 -04:00