Commit Graph

16995 Commits

Author SHA1 Message Date
Tuomas Tynkkynen
6b829e7302 libxcomp: Fix build
The mkdirs were failing since the 'out' and 'lib' directories are
already created by 'make install' (#7524 fallout). And in fact, the
entire postInstall script is doing the exact same thing as installPhase,
so it can be simply dropped.
2015-06-27 23:53:49 +03:00
Vladimír Čunát
58f7bf5b68 gsl: fix i686 tests by upstream patch 2015-06-27 11:28:50 +02:00
Vladimír Čunát
637873d8fb crypto++: fix tests by not using -O3, refactor
Tests were segfaulting due to compilation with -O3,
most likely since building with gcc-4.9.
AFAIK it isn't generally safe/advisable to use -O3 anyway.

Also do some cleanup and expression refactoring, mostly.
2015-06-27 10:57:03 +02:00
William A. Kennington III
12102562f7 Merge branch 'master.upstream' into staging.upstream 2015-06-27 00:18:18 -07:00
William A. Kennington III
7297255019 Convert all jack references to libjack2 2015-06-27 00:17:52 -07:00
William A. Kennington III
9c5ef0469c krb5: 1.13.1 -> 1.13.2 2015-06-26 23:02:20 -07:00
William A. Kennington III
943b282800 heimdal: Always install hcrypto 2015-06-26 22:45:20 -07:00
William A. Kennington III
a13fe2db47 Fix redundancy 2015-06-26 22:41:58 -07:00
William A. Kennington III
769ea09360 heimdal: Use the git version and breakout into a library 2015-06-26 22:41:25 -07:00
William A. Kennington III
b6322e1215 krb5: Break out into a lib and not lib version 2015-06-26 22:05:47 -07:00
William A. Kennington III
ef253212f4 Merge branch 'master.upstream' into staging.upstream 2015-06-26 17:25:49 -07:00
William A. Kennington III
fa1bdb8cbd Migrate all krb5 -> libkrb5 2015-06-26 17:21:49 -07:00
Jude Taylor
20268f6382 darwin purity: libusb1 (depend on udev on linux only) 2015-06-26 09:53:28 -07:00
Jude Taylor
616ed6ee15 darwin purity: libev 2015-06-26 09:53:10 -07:00
Charles Strahan
d51a81690c libtsm: fix building with clang for darwin 2015-06-25 21:06:55 -05:00
Jude Taylor
4fd74930ce darwin purity: gdk-pixbuf 2015-06-25 16:36:05 -07:00
Jude Taylor
bf95812c99 darwin purity: pixman 2015-06-25 16:36:05 -07:00
Jude Taylor
d2167b3f5d darwin purity: libnatspec 2015-06-25 16:36:05 -07:00
Thomas Tuegel
a8c52d0958 Merge branch 'master' into staging 2015-06-25 09:15:05 -05:00
Thomas Tuegel
6c1d645bd0 kde5: propagate plugin and QML dependencies 2015-06-25 09:03:42 -05:00
Thomas Tuegel
09a53440f1 qt54: don't propagate build inputs
This disables propagated of Qt 5 build inputs at the request of
@edolstra. If this breaks your build, you need to add the missing
dependencies yourself. If this breaks your package at runtime, you need
to wrap your package to set either the plugin path or the QML import
path.
2015-06-25 09:03:41 -05:00
Thomas Tuegel
fa9ed76122 qt54: regenerate manifest 2015-06-25 09:03:41 -05:00
Thomas Tuegel
8862d8d9c9 autonix: JSON manifest format 2015-06-25 09:03:40 -05:00
Thomas Tuegel
0aa8e64967 kde5: JSON manifest format 2015-06-25 09:03:40 -05:00
Lluís Batlle i Rossell
e7d10c4190 Updating podofo to 0.9.3. 2015-06-25 15:40:04 +02:00
Luca Bruno
4bc436ca3a libusb1: fix .la file 2015-06-25 15:14:54 +02:00
Luca Bruno
4736b3b1ae spice-gtk: update to 0.27 2015-06-25 11:38:32 +02:00
William A. Kennington III
45a7d4829e phonon: Fix building (on gcc5 maybe) 2015-06-24 21:57:59 -07:00
William A. Kennington III
f80dc98ca9 nss: 3.19.1 -> 3.19.2 2015-06-24 18:14:17 -07:00
William A. Kennington III
24f47ac4be libevdev: 1.4.1 - 1.4.3 2015-06-24 18:09:10 -07:00
William A. Kennington III
5edbc2846e librdmacm: 1.0.19.1 -> 1.0.21 2015-06-24 17:52:15 -07:00
William A. Kennington III
63448b5dac rocksdb: 3.11 -> 3.11.2 2015-06-24 17:51:51 -07:00
William A. Kennington III
9031daf806 gflags: 2.0 -> 2.1.2 2015-06-24 17:51:47 -07:00
William A. Kennington III
42bd1dc12f accelio: 1.3 -> 1.4 2015-06-24 17:51:07 -07:00
Rok Garbas
dbdc9eee05 cygwin: apr-util now also building on cygwin 2015-06-24 15:49:59 +02:00
William A. Kennington III
fb0bc10de4 ncurses: Fix includedir in the pkgconfig referencing ${out} 2015-06-22 23:45:10 -07:00
William A. Kennington III
bdd88582e3 ncurses: Add a symlink to the fully suffixed directory which was incorrectly skipped when this code was modified 2015-06-22 20:25:26 -07:00
William A. Kennington III
7f9a4957ee openssl: Make 1.0.2 conform to the 1.0.1 derivation 2015-06-22 20:00:44 -07:00
William A. Kennington III
c6e512b80c Merge branch 'master.upstream' into staging.upstream 2015-06-22 12:43:12 -07:00
Mike Sperber
bd003198b3 openssl: patch not needed anymore for darwin platform, closes #8456
The darwin-arch.patch that was needed for previous releases doesn't
apply, and also doesn't work anymore. It builds fine without.
2015-06-22 19:59:28 +02:00
William A. Kennington III
282d03befa Merge branch 'master.upstream' into staging.upstream 2015-06-22 10:57:36 -07:00
Michael Raitza
7907a8bcba dialog: init at 1.2-20150225, closes #8457
Generate ncurses dialogs from shell scripts.
2015-06-22 18:11:05 +02:00
Vladimír Čunát
d8c91a6d27 mesa: maintenance update 2015-06-22 18:04:44 +02:00
Jude Taylor
d28e5f1c61 fix ncurses pkgconfig path a final time 2015-06-21 00:57:17 -07:00
Jude Taylor
26da697f73 darwin purity: libuv, again 2015-06-21 00:56:48 -07:00
Jude Taylor
72737118fd darwin purity: libuv 2015-06-20 15:29:55 -07:00
William A. Kennington III
507bb016cc openssl: Clean up the cross compile arguments
Also add a check to make sure we don't depend on perl in the output
2015-06-20 14:30:18 -07:00
William A. Kennington III
c49301b2f7 ncurses: Cleanup some old hacks 2015-06-20 13:59:11 -07:00
Jude Taylor
faf33749ce install ncurses headers in the correct place 2015-06-20 13:13:42 -07:00
koral
db2b0ce90d libasr: 1.0.1 -> 1.0.2 2015-06-20 12:45:26 +00:00