Juan RP
849d22e46d
xbps-src: refactor build logic into its own script (build.sh).
...
The build.sh script is now responsible to handle all the logic to build
a source package and its subpackages, as well as all its required
build dependencies. Thanks to this and subshells, dependencies are now
built into its own child process, creating a process tree that can go
nested as long as your system allows forking and has enough memory :-)
This fixes some issues that have been while building pkgs that have lots
of nested dependencies.
2015-03-14 07:52:29 +01:00
Enno Boland
1ef8624ab4
New package: protobuf-c-1.1.0
2015-03-13 11:58:11 +01:00
Juan RP
891b7e661e
xbps-src: move xbps repo conf files to etc/.
2015-03-13 09:53:30 +01:00
Andrea Brancaleoni
2bee6cdc9c
New package: usbredir-0.7
...
Signed-off-by: Andrea Brancaleoni <miwaxe@gmail.com>
2015-03-13 08:20:47 +01:00
Juan RP
4eeef66233
libva-glx: also enable egl backend and update common/shlibs.
2015-03-12 22:39:01 +01:00
Juan RP
fdfb9fc9ae
libva: disable glx/egl backends; now provided by libva-glx.
2015-03-12 22:35:07 +01:00
Juan RP
5c177c7b67
Require xbps>=0.44 for xbps-uunshare(8) to simplify code.
2015-03-12 18:56:14 +01:00
Juan RP
d694d022d1
xbps-src: use xbps-uunshare(8) to sync remote cross repos too.
2015-03-12 18:49:21 +01:00
Enno Boland
8dc6e62e01
libucl: update to 0.7.3.
2015-03-12 11:49:20 +01:00
Juan RP
388c3143ac
xbps-src: tweak the order of LDFLAGS set in templates.
...
Rather than appending to the final LDFLAGS, add it to the head,
this way packages that use LDFLAGS="-lfoo" will still work with --as-needed.
This fixes hsetroot build, at least.
2015-03-12 10:46:36 +01:00
Juan RP
548b0825d0
libXaw: unbreak installation by disabling soname checks in 99-pkglint.
2015-03-12 09:37:18 +01:00
Juan RP
62841d165c
libcdio: update libiso9660 soname for 0.93.
2015-03-12 07:24:34 +01:00
Enno Boland
677eba003d
poppler: update to 0.32.0.
2015-03-11 18:29:48 +01:00
Juan RP
b181f41497
hooks/script-wrapper: fix mysql_config and others.
2015-03-11 12:14:00 +01:00
Juan RP
31b544020f
xbps-src/libexec: remove double slash from shebang.
2015-03-11 08:28:13 +01:00
Eivind Uggedal
087b1303ce
openconnect: update to 7.05.
2015-03-11 06:53:05 +00:00
Juan RP
0c3416cd85
llvm: update to 3.6; make libllvm versioned (libllvm3.6).
2015-03-10 18:32:32 +01:00
Alessio Sergi
70ea975e1e
common/shlibs: fix libpyside-python soname
2015-03-10 12:55:22 +01:00
Juan RP
8c90be615b
retroarch: misc tweaks to the configure options for rpi/rpi2/x86.
2015-03-09 18:05:39 +01:00
Juan RP
1bdec0b24b
options.description: added description for the rpi option.
2015-03-09 17:44:54 +01:00
Juan RP
319c04eb0d
options: add description for ffmpeg, sdl and sdl2.
2015-03-09 17:13:51 +01:00
Christian Neukirchen
2e3c281fb3
common/options.description: add libao.
2015-03-09 15:25:44 +01:00
Christian Neukirchen
29d45f1f17
common/options.description: add sndio.
2015-03-09 15:20:04 +01:00
Christian Neukirchen
3aa1cbfa7c
New package: sndio-0.0.8.20150308
2015-03-09 15:20:03 +01:00
Juan RP
87d91f0594
xbps-src: fix previous.
2015-03-09 09:52:35 +01:00
Juan RP
c74c204a6e
xbps-src: do not sync repodata with -N.
2015-03-09 09:50:09 +01:00
Alessio Sergi
6597221359
python-pyside: split due to file conflicts; rebuild against shiboken-1.2.2_2
2015-03-09 00:29:34 +01:00
Alessio Sergi
5b2792548c
New package: shiboken-1.2.2; replaces python-shiboken<1.2.2_1
2015-03-09 00:29:34 +01:00
Christian Neukirchen
cd01759127
defaults.conf: move -z now to hardened-ld only.
2015-03-08 19:57:01 +01:00
Juan RP
1ba766a760
glew: update to 1.12.0 (soname bump) and rebuild revdeps.
2015-03-08 11:56:39 +01:00
Christian Neukirchen
3f43576971
06-strip-and-debug-pkgs.sh: detect PIE binaries.
2015-03-07 20:59:51 +01:00
Christian Neukirchen
ea96fc3cce
xbps-src: pass PIE flags via -specs mechanism, avoids breaking static build.
2015-03-07 20:59:50 +01:00
Enno Boland
c9a304cc8a
libgphoto2: update to 2.5.7.
2015-03-06 23:41:16 +01:00
Juan RP
3cb08dd17b
cross-profiles/i686-musl: also disable _FORTIFY_SOURCE.
2015-03-06 10:33:53 +01:00
Juan RP
020fa3827f
cross-profiles/i686-musl: force disable SSP.
...
whrlpool/.libs/libcrypto_la-wp_block.o: In function `whirlpool_block':
/builddir/libressl-2.1.4/crypto/whrlpool/wp_block.c:634: undefined reference to `__stack_chk_fail_local'
2015-03-06 10:31:09 +01:00
Juan RP
ee5d8644be
cross-profiles/i686-musl: disable SSP completely.
2015-03-06 10:29:40 +01:00
Juan RP
3774e0e061
cross-profile: i686-musl: disable fstack-protector-strong for now.
...
crc32.lo: In function `crc32_combine_':
crc32.c:(.text+0x1d1): undefined reference to `__stack_chk_fail_local'
2015-03-06 10:28:26 +01:00
Juan RP
9000a1e907
cross-profiles: use working C{,XX}FLAGS for cross pkgs that use gcc-4.7.x.
2015-03-06 08:23:46 +01:00
Juan RP
b095cbfbfe
cross-profiles: i686: use -fstack-protector for now ( close #1061 ).
...
The cross-i686-pc-linux-gnu pkg uses gcc-4.7.x and does not support
-fstack-protector-strong, so use a more relaxed approach for now.
2015-03-06 08:21:21 +01:00
Juan RP
b7063fa1bc
xbps-src: fix previous.
2015-03-05 21:47:41 +01:00
Juan RP
3d21df48e7
xbps-src: use xbps-uunshare(8) if it's available.
2015-03-05 21:44:22 +01:00
Juan RP
a786acf4d2
hooks/distfiles: do not respect perms/owner when extracting via tar.
...
With user namespaces and uid/gid == 0, tar will try to respect them
and will fail with EINVAL.
2015-03-05 20:27:28 +01:00
Enno Boland
182d1917a3
New package: k3b-2.0.3a
2015-03-05 19:47:51 +01:00
Enno Boland
b146605df7
New package: libkcddb-14.12.3
2015-03-05 19:47:50 +01:00
Juan RP
40efca7875
build_style/gnu-makefile: set STRIP=true in do_build() too.
2015-03-04 19:43:46 +01:00
Juan RP
766bcf7ac1
common/shlibs: fix libucl soname.
2015-03-04 19:41:53 +01:00
Juan RP
9870868948
xbps-src: added "build_pie" var to build PIE binaries.
2015-03-04 17:00:19 +01:00
Juan RP
0561a3dbf1
libressl: update to 2.1.4 (soname bumps).
...
libcrypto30 -> libcrypto32
libssl30 -> libssl32
libtls1 -> libtls3
Let's start the rebuild party.
2015-03-04 16:54:12 +01:00
Juan RP
50a116d27a
xbps-src: set default compiler/preprocessor/linker flags via etc/conf.
...
Rather than setting them in the build profile, just set them in
etc/defaults.conf (overridable via etc/conf) to simplify the code.
- Also enable _FORTIFY_SOURCE=2 in CPPFLAGS.
- Also enable -z,relro in LDFLAGS.
As suggested by @chneukirchen.
2015-03-04 15:18:46 +01:00
Alessio Sergi
427d9ed95a
New package: poppler-qt5-0.31.0
2015-03-04 01:21:39 +01:00