Commit graph

5839 commits

Author SHA1 Message Date
Karol Kosek e8c187c7d6 gumbo-parser: depend -devel package on the base and fixes
- Installing gumbo-parser-devel didn't provide .so files,
  because they are in the base package, so packages depending on
  this library used the static one instead.

- add libgumbo to shlibs

- fix checks

- remove starting an article
2021-04-01 11:00:25 -03:00
Florian Warzecha 53974aaaa2 New package: ldacBT-2.0.2.3 2021-03-31 15:37:49 -03:00
Evgeny Ermakov f4510d057d libofx: update to 0.10.1. 2021-03-30 22:35:47 -03:00
Andrew Benson 2311bd0774 zeek: update to 4.0.0. 2021-03-30 17:25:31 -05:00
Duncaen ea2d8e647a
New package: libmd-1.0.3 2021-03-30 19:30:42 +02:00
Leah Neukirchen e81e121126 liburing: update to 2.0.
Disable building tests and examples.

Closes #29622.
2021-03-30 17:17:29 +02:00
Đoàn Trần Công Danh 6ed8a3559a New package: libgcroots-0.3.2 2021-03-29 21:23:16 +07:00
Đoàn Trần Công Danh 700c49292e anthy: update to 0.4. 2021-03-29 21:23:16 +07:00
Đoàn Trần Công Danh 97a4afa006 build-style/cmake: do not require ninja if make_cmd is make 2021-03-25 06:58:07 +07:00
Érico Rolim e1091a5c5b gettext: reorganize so gettext-libs only ships versioned libintl.so.
Move unrelated libraries to gettext package, since they are only used by
it and by gtranslator, which will for the most part be installed
alongside gtranslator already.

The main purpose with this PR is to stop shipping unversioned libintl.so
in gettext-libs. What happens in this case is that packages built
natively for musl with localization support will have gettext in
hostmakedepends, which will lead to gettext-libs being in the host, and,
consequently, /usr/lib/libintl.so being available.

Due to CMake's FindIntl being bad, CMake projects will assume they
should use libintl.so instead of the gettext support from libc, and link
against it unnecessarily (and sometimes innefectively: CMake points the
compiler at /usr/include/libintl.h instead of our
/usr/include/gettext/libintl.h, which means the musl header will be used
instead, and unless the main executable is linked against libintl, the
library's functions won't even be used). Leaving only the essential
libraries in gettext-libs (versioned libintl.so files) and guaranteeing
gettext doesn't pull in the unversioned one means many packages won't
depend on libintl unnecessarily any more. As a matter of fact, this is a
case where our cross builds were more "correct" than native ones, since
libintl.so in the host won't be found for the target.

Furthermore, some packages require autopoint(1) in order to run
autoreconf; to avoid depending on gettext-devel for it, and ending up
linking in libintl into the final binary, we split it into the
gettext-devel-tools subpackage as well.

Also pull in Alpine patches fixing test failures.
2021-03-24 00:51:08 -03:00
Leah Neukirchen e3385d84d8 courier-unicode: update to 2.2.2. 2021-03-21 13:26:47 +01:00
Đoàn Trần Công Danh 59c67f7d6d xbps-src/update_check: update pattern for GitHub 2021-03-19 22:48:10 +07:00
amak dfde7c9e0a libupnpp: update to 0.21.0 2021-03-17 09:31:01 -04:00
Đoàn Trần Công Danh 7daa75ec09 spdlog: build shared lib 2021-03-17 06:07:03 +07:00
marmeladema 1d676d6284 kodi-platform: update to 20180302 and enable cross compilation 2021-03-16 16:45:39 -03:00
Helmut Pozimski 4dd077cd8d libfilezilla: update to 0.27.1. 2021-03-16 20:30:00 +01:00
Đoàn Trần Công Danh 86484672e4 dotherside: update to 0.7.1. 2021-03-16 07:45:23 +07:00
marmeladema be32f40190 libwaylandpp: fix shlibs 2021-03-15 21:07:55 -03:00
q66 1088eba15b cross*: drop the cross_triplet and _triplet variables 2021-03-15 23:37:10 +01:00
Roberto Ricci 436c814fd4 build-style/go: set GO111MODULE=auto 2021-03-15 09:54:49 -03:00
q66 b0404d97aa cross-profiles: fix qemu name for ppcle 2021-03-13 03:25:36 +01:00
Duncaen 1f6ab168de xbps-src: simplify dbulk-dump output
* List dependencies of subpackages as part of the source packages
  dependencies, knowing the subpackage they are coming from does
  not matter to a build scheduler as long as xbps-src requires
  those to exist in the same way to main depends= have to exist.
* Resolve virtual? packages through existing means in xbps-src to
  avoid duplicating and possibly diverting from xbps-src's
  behaviour in tools that use dbulk-dump.
* Filter out dependencies on the template itself from sub packages,
  this matches the xbps-src behaviour and there is no need to
  have to duplicate logic for this into the scheduling tool.
* Error out on archs= restrictions as we do already on broken=
  and nocross=, there shouldn't be the need to discover archs=
  restrictions when attempting to build the package.
2021-03-12 18:33:11 -05:00
Nicolo 09f69b72d7 isl: update to 0.23 (with soname; fixing license and homepage) 2021-03-12 12:19:58 -03:00
mobinmob bd8669126b spdx-licenses-list: update to 3.12. 2021-03-11 12:22:51 -05:00
Piotr Wójcik 81e0103b38 xbps-src: make update-sys operate on host
partially reverts 75eca1b03e
2021-03-10 17:19:02 +01:00
Gonzalo Tornaría 7bc92c1e6e giac: missing dependencies and fixes
- makedepend on mpfr-devel: used for arbitrary precision floats,
   otherwise they are limited to double precision (53 bits ~ 13 digits)

 - makedepend on pari-devel: used for number theory functions

 - fix one line of test output to match a change in pari

 - fix a bug in invmod which resulted in a test fail (chk_xavier)

 - increase stacksize in musl which is needed for tests to pass

In addition to the two new makedepends, there is a small patch that
fixes one line of test output to match a change in pari.

With this commit, all 12 tests pass in glibc and in musl.

See #28989 for the original issue.
2021-03-08 17:08:11 -03:00
John 656e53a085 kImageAnnotator: update to 0.4.1. 2021-03-08 20:28:24 +01:00
John 7ead55a985 kColorPicker: update to 0.1.5. 2021-03-08 20:28:24 +01:00
Đoàn Trần Công Danh 6ed61279a2 build-style/qmake: look for modules in target
- With this added, we can remove qt5*-devel from hostmakedepends
2021-03-08 10:40:33 +07:00
tibequadorian 74b19f3d7f options.description: describe portaudio and clean up from templates 2021-03-07 23:50:23 -03:00
Érico Rolim 4e04578831 common/build-helper: pass a full path for native builds in cmake-wxWidgets-gtk3.
At least KiCAD tries to find wx-config-gtk3 in the current directory,
without looking for it in PATH, so the build fails. Actually give it a
full path, like we do for the cross build case.
2021-03-06 11:52:06 -03:00
John 98caea4d69 zfs: rebuild against OpenSSL 2021-03-05 22:09:23 +01:00
John dd014dc882 zeek: rebuild against OpenSSL 2021-03-05 22:09:23 +01:00
John 66138ea5aa zchunk: rebuild against OpenSSL 2021-03-05 22:09:23 +01:00
John 4420f2a908 yubico-piv-tool: rebuild against OpenSSL 2021-03-05 22:09:23 +01:00
John d6ec104dc1 yara: rebuild against OpenSSL 2021-03-05 22:09:23 +01:00
John 2ea3501ee0 xmlsec1: rebuild against OpenSSL 2021-03-05 22:08:08 +01:00
John 18ab7bafd0 xmlrpc-c: rebuild against OpenSSL 2021-03-05 22:08:08 +01:00
John 395afb5f55 xar: rebuild against OpenSSL 2021-03-05 22:08:07 +01:00
John c467e569c2 wvstreams: rebuild against OpenSSL 2021-03-05 22:08:07 +01:00
John d5ae245eaa vde2: rebuild against OpenSSL 2021-03-05 22:07:37 +01:00
John 4cd6ac880d trousers: rebuild against OpenSSL 2021-03-05 22:07:34 +01:00
John 987acc0779 swiften: rebuild against OpenSSL 2021-03-05 22:07:26 +01:00
John 6b5bb06783 swi-prolog: rebuild against OpenSSL 2021-03-05 22:07:26 +01:00
John 0f7decdd0b sssd: rebuild against OpenSSL 2021-03-05 22:07:26 +01:00
John 75966d886c sqlcipher: rebuild against OpenSSL 2021-03-05 22:07:26 +01:00
John 79bbf773b1 spice: rebuild against OpenSSL 2021-03-05 22:07:26 +01:00
John 9543ff10eb spice-gtk: rebuild against OpenSSL 2021-03-05 22:07:25 +01:00
John 71beb8de4d serf: rebuild against OpenSSL 2021-03-05 22:07:25 +01:00
John 13086e589c seafile-libclient: rebuild against OpenSSL 2021-03-05 22:07:25 +01:00
John 2e0a7f32aa rabbitmq-c: rebuild against OpenSSL 2021-03-05 22:06:17 +01:00
John 5413efc5f1 qca-qt5: rebuild against OpenSSL 2021-03-05 22:06:16 +01:00
John 0d6a08e27b poco: rebuild against OpenSSL 2021-03-05 22:03:53 +01:00
John 068ced06aa pkcs11-helper: rebuild against OpenSSL 2021-03-05 22:03:52 +01:00
John 68579a86ac pjproject: rebuild against OpenSSL 2021-03-05 22:03:51 +01:00
John 38026b6b5e opusfile: rebuild against OpenSSL 2021-03-05 22:03:19 +01:00
John 48ac23c75c opkg: rebuild against OpenSSL 2021-03-05 22:03:19 +01:00
John aebdb173ef opensc: rebuild against OpenSSL 2021-03-05 22:03:19 +01:00
John 2eda07e229 opendkim: rebuild against OpenSSL 2021-03-05 22:03:19 +01:00
John 54ca4b540e open-isns: rebuild against OpenSSL 2021-03-05 22:01:09 +01:00
John 8ecf1ee7f9 network-ups-tools: rebuild against OpenSSL 2021-03-05 22:00:24 +01:00
John 1ae50bf682 netpgp: rebuild against OpenSSL 2021-03-05 22:00:22 +01:00
John 1731c58dd4 neon: rebuild against OpenSSL 2021-03-05 22:00:21 +01:00
John 958155f4b8 musikcube: rebuild against OpenSSL 2021-03-05 22:00:16 +01:00
John 8a089c374b munge: rebuild against OpenSSL 2021-03-05 22:00:15 +01:00
John 76b9b683d3 mtxclient: rebuild against OpenSSL 2021-03-05 22:00:12 +01:00
John 52ed4a95ab mosquitto: rebuild against OpenSSL 2021-03-05 22:00:09 +01:00
John 3314bd05c8 mongo-c-driver: rebuild against OpenSSL 2021-03-05 22:00:04 +01:00
John 32ce09c3ae lxc: rebuild against OpenSSL 2021-03-05 21:57:23 +01:00
John b155c518ad loudmouth: rebuild against OpenSSL 2021-03-05 21:57:22 +01:00
John e4a46c11df live555: rebuild against OpenSSL 2021-03-05 21:57:21 +01:00
John e8ee37daf0 libwebsockets: rebuild against OpenSSL 2021-03-05 21:57:16 +01:00
John 261b9ec7bb libvncserver: rebuild against OpenSSL 2021-03-05 21:57:15 +01:00
John d871b9998d libucl: rebuild against OpenSSL 2021-03-05 21:57:15 +01:00
John 61d578389e libu2f-server: rebuild against OpenSSL 2021-03-05 21:57:14 +01:00
John 796f1b0167 libu2f-host: rebuild against OpenSSL 2021-03-05 21:57:13 +01:00
John 39600bdb3c libtorrent: rebuild against OpenSSL 2021-03-05 21:57:12 +01:00
John 7c2a24d065 libtorrent-rasterbar: rebuild against OpenSSL 2021-03-05 21:57:11 +01:00
John 5f65816716 libtd: rebuild against OpenSSL 2021-03-05 21:57:10 +01:00
John a3a2891d48 libstrophe: rebuild against OpenSSL 2021-03-05 21:57:09 +01:00
John 8a98e6cb7a libssh: rebuild against OpenSSL 2021-03-05 21:57:08 +01:00
John a5f9dde3d4 librdkafka: rebuild against OpenSSL 2021-03-05 21:57:06 +01:00
John 7b7565cf33 libostree: rebuild against OpenSSL 2021-03-05 21:57:05 +01:00
John 8531147828 libmowgli: rebuild against OpenSSL 2021-03-05 21:57:03 +01:00
John fc944bec49 libknet1: rebuild against OpenSSL 2021-03-05 21:57:02 +01:00
John 8ca2ef171e libircclient: rebuild against OpenSSL 2021-03-05 21:57:01 +01:00
John 2dde8f256b libimobiledevice: rebuild against OpenSSL 2021-03-05 21:57:00 +01:00
John 723a353db3 libgdal: rebuild against OpenSSL 2021-03-05 21:56:59 +01:00
John 23767f787c libgda: rebuild against OpenSSL 2021-03-05 21:56:58 +01:00
John e6a431d727 libfido2: rebuild against OpenSSL 2021-03-05 21:56:28 +01:00
John 84182ade0b libfetch: rebuild against OpenSSL 2021-03-05 21:56:27 +01:00
John f975afa865 libetpan: rebuild against OpenSSL 2021-03-05 21:56:25 +01:00
John ec2a0c25ee ldns: rebuild against OpenSSL 2021-03-05 21:56:21 +01:00
John dbef67859a kea: change botan build-option to use OpenSSL 2021-03-05 21:56:08 +01:00
John 82e478a014 ipmiutil: rebuild against OpenSSL 2021-03-05 21:55:59 +01:00
John 76774e3a8a httrack: rebuild against OpenSSL 2021-03-05 21:55:48 +01:00
John 14e0ec1732 unbound: rebuild against OpenSSL 2021-03-05 21:49:26 +01:00
John 4e5bb9ed3e rtmpdump: rebuild with gnutls 2021-03-05 21:44:27 +01:00
John 98137acc03 libnice: rebuild against OpenSSL 2021-03-05 21:25:28 +01:00
John ac43ca51c2 gwenhywfar: rebuild against OpenSSL 2021-03-05 21:19:53 +01:00
John 05c2b2aa29 gst-plugins-bad1: rebuild against OpenSSL 2021-03-05 21:19:53 +01:00
John fa0c98488d grpc: rebuild against OpenSSL 2021-03-05 21:11:33 +01:00
John 3424af1114 glusterfs: rebuild against OpenSSL 2021-03-05 21:05:38 +01:00
John bea1da515d getdns: rebuild against OpenSSL 2021-03-05 21:05:11 +01:00
John cf1f31ce23 gambit: rebuild against OpenSSL 2021-03-05 21:05:05 +01:00
John 900c05cdbd freerdp: rebuild against OpenSSL 2021-03-05 21:05:03 +01:00
John df2625ec1b efl: rebuild against OpenSSL 2021-03-05 19:28:24 +01:00
John d1c8642e2d ecryptfs-utils: rebuild against OpenSSL 2021-03-05 19:28:23 +01:00
John 0cfff5f98f dpdk: rebuild against OpenSSL 2021-03-05 19:28:23 +01:00
John 4a853fdb70 dovecot: rebuild against OpenSSL 2021-03-05 17:07:49 +01:00
John a8ac0f62d1 cryptsetup: rebuild against OpenSSL 2021-03-05 17:07:48 +01:00
John 3686e9908a collectd: rebuild against OpenSSL 2021-03-05 17:07:48 +01:00
John a2993ea7d7 net-snmp: rebuild against OpenSSL 2021-03-05 17:07:48 +01:00
John dff56ac45b libesmtp: rebuild against OpenSSL 2021-03-05 17:07:48 +01:00
John 332c760536 clamav: rebuild against OpenSSL 2021-03-05 17:07:48 +01:00
John ce1f18fb56 cbang: rebuild against OpenSSL 2021-03-05 16:24:08 +01:00
John a5ba829ba6 podofo: rebuild against OpenSSL 2021-03-05 16:24:07 +01:00
John b8820021c9 c-client: rebuild against OpenSSL 2021-03-05 16:24:07 +01:00
John d97c5ef9e1 botan: rebuild against OpenSSL 2021-03-05 16:24:07 +01:00
John 252ef1b2b5 boinc: rebuild against OpenSSL 2021-03-05 16:24:07 +01:00
John 3082041ae8 bind: rebuild against OpenSSL 2021-03-05 16:24:06 +01:00
John 3308f63caf re: rebuild against OpenSSL 2021-03-05 14:25:36 +01:00
John 344d02de37 bacula-common: rebuild against OpenSSL 2021-03-05 14:25:36 +01:00
John 51b4a39922 aria2: rebuild against OpenSSL 2021-03-05 14:25:35 +01:00
John 103b9a88f6 apr-util: rebuild against OpenSSL 2021-03-05 14:25:34 +01:00
John 85099bc4ed qt5: rebuild against OpenSSL 2021-03-05 14:25:33 +01:00
John ea41b068f5 ruby: rebuild against OpenSSL 2021-03-05 14:25:32 +01:00
John 5039a35a33 python: rebuild against OpenSSL 2021-03-05 14:25:32 +01:00
John fa0bee3055 pulseaudio: rebuild against OpenSSL 2021-03-05 14:25:32 +01:00
John dd0260f064 mariadb: build against bundled OpenSSL for now
this version is EOL and should be updated soon to a newer version
2021-03-05 14:23:58 +01:00
John 56757e2973 libgit2: rebuild against OpenSSL 2021-03-05 13:12:40 +01:00
John 16ca4e1350 libzip: rebuild against OpenSSL 2021-03-05 13:12:38 +01:00
John fc9b13c80c MEGAsdk: rebuild against OpenSSL 2021-03-05 12:45:14 +01:00
John b6cae78aa3 rhash: rebuild against OpenSSL 2021-03-05 12:45:13 +01:00
John 4e9970ccea curl: rebuild against OpenSSL 2021-03-05 12:40:33 +01:00
John df1329aff6 nghttp2: rebuild against OpenSSL 2021-03-05 12:40:31 +01:00
John 7128bb591f libssh2: rebuild against OpenSSL 2021-03-05 12:40:22 +01:00
John 5f64fa53ed Ice: rebuild against OpenSSL 2021-03-05 12:40:18 +01:00
John 0b89ba6bc2 postgresql13: rebuild against OpenSSL 2021-03-05 12:40:09 +01:00
John 3a62088c08 python3: rebuild against OpenSSL 2021-03-05 12:40:05 +01:00
John 09930121d9 mit-krb5: rebuild against OpenSSL 2021-03-05 12:39:57 +01:00
John 6a353a3c88 openldap: rebuild against OpenSSL 2021-03-05 12:37:20 +01:00
John 7c75ccf32d libressl: remove package 2021-03-05 12:06:29 +01:00
Leah Neukirchen 47733b887c libressl-netcat: remove, will be moved to libtls. 2021-03-05 12:02:38 +01:00
John 5df09f9702 libarchive: rebuild against OpenSSL 2021-03-05 08:44:47 +01:00
John 99fcfbb802 xbps: rebuild against OpenSSL 2021-03-05 08:44:47 +01:00
John Zimmermann d90dba0ae2 New package: openssl-1.1.1j 2021-03-05 08:44:47 +01:00
fosslinux 9bdf2f6e4d Revert "common/gnu-configure-args: set exec_prefix to ${prefix}"
This reverts commit c96738a6e9.

This breaks grub-install currently; a temporary rollback until it is
properly fixed.
2021-03-05 04:04:17 -03:00
Érico Rolim 21f5e306a5 xbps-src/shutils/show: remove outdated long_desc printing. 2021-03-02 19:58:28 -03:00
Jürgen Buchmüller d6e43d296b leatherman: update to 1.12.4 2021-03-02 22:40:37 +01:00
Érico Rolim dea1908ca1 tree-sitter: update to 0.19.0.
Update common/shlibs due to ABI changes.
2021-03-01 20:23:38 -03:00
Andrew J. Hesford 3d3fa966d7 grpc: update to 1.36.0. 2021-03-01 16:28:38 -05:00
Jürgen Buchmüller 3b7a2345dc liborcus: update to 0.16.1 2021-03-01 16:43:18 +01:00
Jürgen Buchmüller d7226b912a libixion: update to 0.16.1 2021-03-01 16:43:18 +01:00
Nicolo 0f01583cd6 ddcutil: update to 1.0.1 (with soname) 2021-02-28 19:23:07 -03:00
Johannes e460d6e949 ImageMagick: update to 7.0.11.1. 2021-02-28 10:11:09 +01:00
q66 1ea593eeda base-files: fix conf files replacing each other wrong 2021-02-28 02:05:33 +01:00
q66 5949392125 base-files: make some sysctls like kexec setting user-alterable
While at it, relax the pkglint for base-files only.
2021-02-28 01:44:30 +01:00
Johannes 702edd96a3 ImageMagick6: update to 6.9.12.1 2021-02-27 23:57:59 +01:00
Jürgen Buchmüller d5502d3e35 kea: update to 1.9.5 2021-02-26 10:22:01 +01:00
John 4aac4df92c common/shlibs: remove libIce-3.5.0 entries
they were re-added by accident
2021-02-24 18:18:26 +01:00
Đoàn Trần Công Danh c96738a6e9 common/gnu-configure-args: set exec_prefix to ${prefix}
autotools will pass its configure_args to subdir if required,
if we don't init exec_prefix, it will pass --libdir=NONE/lib{32,64} to
subdir configure.
2021-02-24 18:31:34 +07:00
a dinosaur 49243b3781 dumb: Package dumbplay & split libaldmb, take ownership
This is a second go at #18472 with (in my opinion) a better approach using
subpackages instead of build time options.

libaldmb is a separate library that isn't used by the rest of the package
and splitting it avoids a bunch of unnecessary X11 & other desktop
dependencies on `dumb`.

For the reference player I created a `dumbplay` subpackage which keeps the SDL2
dependency out of the main library package, the tiny dumbout util has minimal
dependencies and thus probably belongs in the main package.

I also updated the homepage which still pointed to the old pre-fork page.
2021-02-24 01:57:55 -03:00
Đoàn Trần Công Danh 313afd12f9 build-style/ruby-module: fix _vendorlibdir because of multilib change 2021-02-24 07:37:52 +07:00
John c52da5fc35 kdecoration: update to 5.21.1 2021-02-23 23:42:20 +01:00
Piotr Wójcik 4ac333c3b1 xbps-src: allow to run without git
This makes possible to binary-bootstrap and build packages
with only base-system using tarball of void-packages.
2021-02-23 18:34:37 +01:00
Artur Sinila 59dfe6c511 New package: simutron-1.0.1
[Piraty: append _rev to version]

Closes: #25742 [via git-merge-pr]
2021-02-23 11:10:00 +01:00
Harrison Thorne 79df2fe596 New package: tree-sitter-0.18.2.
By ericonr:
- move to 0.18.2
2021-02-22 15:37:41 -03:00
a dinosaur 25bc7512a1 Ice: update to 3.7.5
Continuation of my work at #28422

Upstream mcpp is abandonware and is missing features newer versions of Ice
need to build. There are supposedly patches applicable to the official mcpp
that allows it to work but I couldn't see links to any (I'm guessing they live
in distros). Instead I tried packaging ZeroC's officially maintained stripped
down library only version (see previous commit e617a384).

Tests have been disabled because they take a disgustingly long time to build
and have to be hand blacklisted to the ones that don't fail on each platform.
I tested this package by building and running Murmur from the `mumble` package.

Almost all of the patches had completely bit-rotted, I salvaged a few that was
still relevant but the rest had to be thrown away. I made the changes
necessary to cross-compile to aarch64-musl but the result untested as I don't
have any exotic systems to test with (`mumble` was built for aarch64-musl
as well).
2021-02-22 10:21:46 +01:00
lemmi 4247d459c5 libmysofa: update to 1.2. 2021-02-21 10:47:18 +01:00
Đoàn Trần Công Danh 36a3b046fb update_check/gnome: also check for 0.* version 2021-02-21 09:28:34 +07:00
Đoàn Trần Công Danh f9da7ff3bb vsed: stop collapsing whitespace
MCVE:
	printf '%s  %s\n' a b >afile
	vsed -i -e '/a  b/d' afile

Expect:
- afile should be empty
Actual:
- afile is not empty
2021-02-21 08:33:06 +07:00
Đoàn Trần Công Danh d7bee7d37c sword: build shared lib 2021-02-21 08:05:24 +07:00
Đoàn Trần Công Danh f821989a2c libtool: stop put /usr/lib{32,64} into RPATH
libtool will insert RPATH if $libdir not in sys_lib_dlsearch_path_spec.
libtool's configure will parse /etc/ld.so.conf for this value.

Without this change the original value is:

- glibc: /lib /usr/lib /usr/lib32 /usr/local/lib
- musl: /lib /usr/lib
2021-02-21 07:44:26 +07:00
Andrew J. Hesford 8d8b19677f protobuf25: rename to protobuf26, update to 3.15.0 2021-02-20 09:32:48 -05:00
John 297fd7327e build-style/meson.sh: move <lang>_args to build-in options section and fix cross compiling of rust code
It seems like meson is dropping rust_args when testing the rust compiler, so we just append them directly to rustc
2021-02-20 13:13:21 +01:00
Đoàn Trần Công Danh 2a1482daeb build-style/cmake: add missing "{}" 2021-02-20 13:11:25 +07:00
Đoàn Trần Công Danh 8e102f22ce build-style/cmake: also fix -isystem for Ninja
Discovered by cross-build failure of gnuradio-osmosdr.

While we're at it, fix flags.make in batch.
2021-02-20 13:09:32 +07:00
Érico Rolim d9c83dbe8b common/build-style: remove go_get from Go style.
Fix Manual accordingly, and also fix indentation to be compatible with
nearby items.

The two packages which set this variable set it explicitly to "no", so
it wasn't relied upon. From its description, it was recommended only for
git packages, which by default don't fit Void's packaging guidelines.
Removing to avoid anyone coming to rely on it.
2021-02-20 02:01:31 -03:00
Érico Rolim 6a71b53ef6 bind: update to 9.16.12.
Fixes CVE-2020-8625 and whatever else was fixed in previous releases.

Add --disable-backtrace so it can build correctly on armv[67]l-musl,
otherwise I got errors about undefined references to _Unwind_GetIP,
which could have been provided by libunwind, but just makes the build
more complicated.
2021-02-19 22:27:55 -03:00
Érico Rolim 8c41deaff7 common/build-style: fix do_check for cmake.
make was accidentally left hardcoded to query if a test target was
available, which meant tests wouldn't be run for most of the
applications, since they were now using ninja.
2021-02-19 18:56:18 +01:00
teldra 7a38a794d1 openimagedenoise: update to 1.3.0.
By ericonr:
- enable tests
2021-02-19 12:39:35 -03:00
mustaqim 36400c0038 dav1d: update to 0.8.1 2021-02-19 01:58:01 -03:00
John 7c495a8ca8 environment/configure/gnu-configure-args.sh: do not expand exec_prefix
the expansion did at least result in invalid pkgconfig
and cmake files generated in xapian-core
2021-02-17 22:19:33 +01:00
tibequadorian f0b17862d2 options.description: describe gtk
clean description up from templates
2021-02-17 11:01:17 -03:00
Érico Rolim b23c15eee8 pulseaudio: update to 14.2.
Add comments about elogind and unit tests.

Closes: #27973 [via git-merge-pr]

Co-authored-by: UsernameRandomlyGenerated <coredavid@tutanota.com>
2021-02-16 16:28:01 -03:00
Piraty 77299c807d oce: remove package 2021-02-14 22:08:29 +01:00
Johannes Brechtmann b5daffb153 ImageMagick: update to 6.9.11-61. 2021-02-12 21:02:23 +01:00
Jürgen Buchmüller f3d78e3bf5 libsidplayfp: update to 2.1.0 2021-02-12 14:49:25 +01:00
Leah Neukirchen 3b6958f413 janet: update to 1.15.0. 2021-02-11 21:01:13 +01:00
Érico Rolim 84a5c1ef7c Revert "build-style/meson.sh: drop unneeded AR export"
This reverts commit 2163ca2d03.

Removing `export AR=gcc-ar` was apparently done based on the assumption
that the linked issue (https://github.com/mesonbuild/meson/issues/1646)
had been solved completely on meson's side.

Instead, their solution, seen in
https://github.com/void-linux/void-packages/pull/2815, had been to force
gcc-ar for linking static libraries; by exporting `AR=ar`, we were
accidentally breaking static libraries when LTO is enabled. This was
noticed by leah while we were trying to build qemu-user-static using the
normal libglib-devel package (built with meson, which for us defaults to
enabling LTO).

Unfortunately, while correct, this change wasn't enough to fix the
static glib build, which had to resort to disabling LTO.
2021-02-11 15:22:01 -03:00
Érico Rolim 2a748e7e6d xbps-src/libexec: add make_check option.
Allows a template to define in which circumstances its do_check phase
should run, without requiring custom do_check definitions in each
template (also makes it easier to change how build styles do things
without checking as many templates).

Add to Manual and CONTRIBUTING as well.
2021-02-11 02:40:09 -03:00
sternenseemann 1384e928f7 xbps-src: create $XBPS_MASTERDIR/tmp in chroot_prepare
Missing $XBPS_MASTERDIR/tmp caused ca-certificates and glibc-locales to
fail in the reconfigure step of binary-bootstrap, since a call to mktemp
(which I couldn't locate in source though) assumed /tmp in the chroot
would be present already.

This issue was reproducible reliably for me on NixOS by doing something
like:

    rm -rf masterdir
    ./xbps-src binary-bootstrap

The workaround I found was:

    mkdir -p masterdir/tmp      # or alternatively ./xbps-src clean
                                # which also (re-)creates masterdir/tmp
    ./xbps-src binary-bootstrap

This workaround is now mirrored in chroot_prepare by ensuring that tmp
always exists.
2021-02-11 02:07:32 -03:00
Giuseppe Fierro 00dfb637c6 nuspell: update to 4.2.0. 2021-02-11 00:16:54 -03:00
Đoàn Trần Công Danh 4e652be441 build-helper/qmake: sync with qmake build-style
- create pseudo target for cross compile in order to not include host
  specific headers
- look for modules inside target
- ignore rpath
2021-02-11 09:01:47 +07:00
John f24905319d Remove package: mysql 2021-02-10 23:07:31 +01:00
Đoàn Trần Công Danh 8f8c5789b9 common/00-libdir: only create lib{32,64} symlink if not exists 2021-02-10 14:38:59 +01:00
Érico Rolim 520be3a5de common/wrappers: add -L/usr/lib{32,64} to arguments ignored by cross-cc.
Detected when cross building timg after rebuilding GraphicsMagick with
new libdir directories. Could be fixed in all offending packages, but
it's easier to fix it in one place, and arguably more correct.
2021-02-09 23:01:46 -03:00
Érico Rolim 52dc27fe60 xmlrpc-c: update to 1.51.06. 2021-02-09 01:50:43 -03:00
Érico Rolim 4977dd1e43 duktape: update to 2.6.0.
Also clean up template.
2021-02-08 23:22:44 -03:00
Érico Rolim ba77011f50 mozjs60: remove package. 2021-02-08 23:17:14 -03:00
John 446425847d build-style/cmake: replace sed monstrosity with ${wrksrc}/${build_wrksrc} 2021-02-09 00:19:27 +01:00
John 04715e12f6 build-style/cmake: use ninja as default generator
closes #28304
2021-02-09 00:19:07 +01:00
Đoàn Trần Công Danh c3b3ef96d9 build-style/qmake: remove RPATH for native build
Fix up for 596a2da188, (build-style/qmake: no rpath, 2021-02-07)
2021-02-08 18:47:23 +07:00
Đoàn Trần Công Danh 596a2da188 build-style/qmake: no rpath
See #27494
Close #28563
2021-02-08 07:05:01 +07:00
John ef86367766 seexpr-krita: update to 4.0.1.0. 2021-02-07 23:11:09 +01:00
John cac58bf0c7 kdeconnect: update to 20.12.2. 2021-02-06 21:51:18 +01:00
Piraty 46ab8b16d1
zuluplay: remove package
zuluplay seems maintained in zulucrypt sources, as zulucrypt cmake
complains about outdated zuluplay while the actual repo has no tag.
The only consumer is zulucrypt, which now uses the bundled zuluplay now.
2021-02-06 14:35:58 +01:00
Đoàn Trần Công Danh 4ad45b9cb3 build-style/perl-module: put . into @INC
Fixing those build failure:

- perl-Crypt-DH
- perl-Curses-UI
- perl-Data-MessagePack
- perl-Encode-HanExtra
- perl-Gtk2-Notify
- perl-Plack-Middleware-Deflater
- perl-Text-Markdown
- perl-WWW-Curl
2021-02-06 13:10:59 +07:00
Piotr Wójcik 4da37b723e shlibs: remove libs from removed packages
libEGL, libGL, libGLES left as they are virtuals now.
2021-02-05 21:04:49 +01:00
Francesco Circhetta f89bba4625 plymouth: update to 0.9.5. 2021-02-04 10:03:50 -03:00
Andrew J. Hesford 2f5e5f1e5e build-helper/rust: define HOST_CC and HOST_CFLAGS
The cc-rs crate will try to guess the host compiler and use default
flags these are not specifically set. The default behavior is wrong in
Void cross-compilation environments. Explicitly define HOST_CC=gcc and
use innocuous HOST_CFLAGS=-O2 just to thwart the bad defaults.

Co-authored-by: Érico Rolim <erico.erc@gmail.com>
Co-authored-by: Andrew J. Hesford <ajh@sideband.org>

Closes: #28416.
2021-02-04 00:33:41 -05:00
Andrew J. Hesford 74e0a12915 build-style/python3-pep517: make sure ./build exists in do_install
This allows templates to override do_build and not have to create the
build subdirectory used as TMPDIR in do_install; failure to create this
directory will cause pip to use (and pollute) /tmp in the masterdir.
2021-02-03 16:30:01 -05:00
Nyx70 54f05e5865 geos: update to 3.9.0. 2021-02-02 22:27:12 -06:00
UsernameRandomlyGenerated cc7c568729 kid3: update to 3.8.5, remove unused shlibs 2021-02-02 16:18:21 -03:00
Jürgen Buchmüller 38076242e5 common/build-profile/i686-musl: fix triplet 2021-02-02 01:25:46 +01:00
Érico Rolim 79d27f79a5 gegl3: remove package.
No longer used by anything, modern version is gegl.
2021-02-01 10:45:56 -03:00
mobinmob e604665ea2 skalibs: update to 2.10.0.1. 2021-02-01 01:13:09 -03:00
John 2d56c40d8f librpcsecgss: remove package
broke with glibc-2.32
does not compile with libtirpc
2021-01-30 20:05:03 +01:00
Leah Neukirchen 210b461028 hooks/post-install/06-strip-and-debug-pkgs.sh: speed up.
Only run file once for each file in the destdir, only double-check
when we are about to strip the ELF files.
2021-01-30 15:20:53 +01:00
Leah Neukirchen 6ecbbf767a hooks/pre-pkg/03-rewrite-python-shebang.sh: use grep -r instead of find.
This saves us one sed execution per file in the destdir, resulting
in a major speedup.

Grep will only consider text files and only look at the first line.
2021-01-30 15:20:43 +01:00
Jürgen Buchmüller 3f83be08be kea: update to 1.9.4 2021-01-29 14:30:42 +01:00
travankor cc548a81ca weston: update to 9.0.0. 2021-01-29 00:52:17 -03:00
Paper e241698557 New package: libopenaptx-0.2.0. 2021-01-28 00:46:02 -03:00
yopito 2f7f587547 python3-pyside2: update to 5.15.2, testing support, remove dummy packages 2021-01-28 00:32:45 -03:00
yopito 50e5ad1c72 shiboken2: update to 5.15.2, testing support, remove dummy packages
add SHIBOKEN_CLANG_OPTIONS env variable support to manage crossbuild
2021-01-28 00:31:48 -03:00
Đoàn Trần Công Danh 2ec0338af6 update_check: update GNOME pattern for GNOME 40 2021-01-28 07:18:59 +07:00
Érico Rolim 13ce3a0bea mozjs68: remove package. 2021-01-27 15:30:51 -03:00
Érico Rolim 80fc90767d js: remove package. 2021-01-27 15:30:51 -03:00
Enfau Kerus a1aec36a6c common/shlibs: add missing rtaudio libs 2021-01-27 09:29:11 +00:00
q66 4a61e1ee22 common/shlibs: bump glibc version
looks like newer sudo, besides other things, will introduce
newer symvers; we need to make sure all new packages will also
update glibc with them
2021-01-26 20:46:36 +01:00
q66 b2d670be60 build-style/void-cross: always enable libssp
this way we'll be able to provide libssp(-devel) unconditionally
inside cross-vpkg-dummy, which should be the right thing to do
2021-01-26 20:17:55 +01:00
q66 22962b7118 build-style/void-cross: symlink bin on install
this is needed so that binaries go in sysroot/usr/bin instead
of sysroot/bin
2021-01-26 19:53:19 +01:00
Andrea Brancaleoni 0a114eca48 podofo: fix shlibs 2021-01-25 23:06:29 +00:00
Andrea Brancaleoni 0823072e80 libnfc: update to 1.8.0. 2021-01-25 22:33:02 +00:00
Đoàn Trần Công Danh c1fa95a097 common: fix exit status of uname wrapper 2021-01-25 09:00:04 +07:00
John b4f67689a1 autoconf_cache/common-glibc: remove *sys_siglist entries, removed with glibc 2.32 2021-01-24 22:51:04 +01:00
Érico Rolim ad8cdd09d7 mozjs52: complete removal.
- remove from common/shlibs; also remove mozjs24 entry
- add to removed-packages
2021-01-24 18:13:12 -03:00
Érico Rolim 4a41da0426 hooks/{pre,post}-install: fix 98-fixup-gir-path.
The libdir changes to use /usr/lib{32,64} instead of /usr/lib broke
cross builds for some packages that use gir, due to issues with copying
over symlinks. Since we haven't managed to track down the root cause for
the installation path, a symlink is a clean enough temporary fix. This
follows the style of the 00-libdir hooks.

Since pre-install runs for the main package and then each subpackage, it
should use PKGDESTDIR (not DESTDIR), which also enables a subpackage
that installs files during pkg_install to work cleanly.

As far as I can see, the previous hook was quite flawed. Since it was a
pre-install hook, the check for a directory would happen *before*
package installation (so nothing would happen). The only reason it did
anything was because it also ran as a step before a subpackage's
pkg_install (most GIR packages have a -devel subpackage), but used
DESTDIR instead of PKGDESTDIR, so it checked and affected the contents
of the main package. Then when the subpackage's pkg_install ran, the
files would have already been copied to the correct folders.

Closes #27437
2021-01-24 18:08:27 -03:00
Andrew Benson 93d3db33cb surgescript: update to 0.5.5. 2021-01-24 13:32:59 -07:00
Đoàn Trần Công Danh 32e2827145 wrapper: valac: pass --vapidir after real arguments
Due to constant change in vala, some projects includes some old and
pre-generated vapi in their source tree and uses that version
instead of system one.

Pass system vapidir after real arguments in order to prefer its bundled
vapi.
2021-01-24 12:45:14 +07:00
mobinmob f82d60ad80 notcurses: update to 2.1.7. 2021-01-23 11:30:39 -05:00
Érico Rolim ef9c6f9a29 shutils/chroot: add newline to warning about unset timezone.
The warning is being triggered in CI, though it shouldn't have been hit
at all.
2021-01-22 12:51:30 -03:00
John b264ea24c2 glibc: update to 2.32. 2021-01-21 13:00:48 +01:00
q66 3cee024b0d build-style/void-cross: add minor-versioned gcc sylinks 2021-01-20 15:25:27 +01:00
q66 76f3a1d0b7 build-style/void-cross: remove linux and libucontext arch vars 2021-01-20 15:25:14 +01:00
q66 dd50c1905d build-style/void-cross: fix for newer libucontext + autoguess arch 2021-01-20 15:25:07 +01:00
John 599b7fef67 build-style/void-cross: remove enable-obsolete-{rpc,nsl} from glibc
also enable glibc cross toolchains on musl
2021-01-20 15:24:58 +01:00
John a40f4cd82b build-style/void-cross: disable usage of fixincl, it breaks glibc and does nothing for musl 2021-01-20 15:24:45 +01:00
John 0caccad4cc build-style/void-cross: fix build with 5.10 kernel headers 2021-01-20 15:24:37 +01:00