Commit graph

5492 commits

Author SHA1 Message Date
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