Update to meson-0.54.3.

This commit is contained in:
ajacoutot 2020-06-16 07:01:02 +00:00
parent f0c20fcd29
commit 2d43c77629
4 changed files with 8 additions and 9 deletions

View File

@ -1,13 +1,12 @@
# $OpenBSD: Makefile,v 1.77 2020/05/16 17:03:29 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.78 2020/06/16 07:01:02 ajacoutot Exp $
COMMENT= next-generation build system
MODPY_EGG_VERSION= ${GH_TAGNAME}
GH_ACCOUNT= mesonbuild
GH_PROJECT= meson
GH_TAGNAME= 0.54.2
GH_TAGNAME= 0.54.3
EPOCH= 0
REVISION= 0
CATEGORIES= devel

View File

@ -1,2 +1,2 @@
SHA256 (meson-0.54.2.tar.gz) = hcr9xwrn0dnVBuc1a5F8ZJxN8gd71qA4LbN2SKpOy9s=
SIZE (meson-0.54.2.tar.gz) = 2238162
SHA256 (meson-0.54.3.tar.gz) = wlyv80K1Nov+M/q2EI9FT88S4vLO9wgXIFhy3e9mnos=
SIZE (meson-0.54.3.tar.gz) = 2240933

View File

@ -1,6 +1,6 @@
# $OpenBSD: meson.port.mk,v 1.50 2020/04/27 08:30:18 ajacoutot Exp $
# $OpenBSD: meson.port.mk,v 1.51 2020/06/16 07:01:02 ajacoutot Exp $
BUILD_DEPENDS += devel/meson>=0.54.1v0
BUILD_DEPENDS += devel/meson>=0.54.3v0
SEPARATE_BUILD ?= Yes
.if empty(CONFIGURE_STYLE)

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-mesonbuild_scripts_symbolextractor_py,v 1.2 2020/05/24 16:41:54 ajacoutot Exp $
$OpenBSD: patch-mesonbuild_scripts_symbolextractor_py,v 1.3 2020/06/16 07:01:02 ajacoutot Exp $
From bf34b971121d46d54f8870cd1faf420d6c0bafe5 Mon Sep 17 00:00:00 2001
From: Antoine Jacoutot <ajacoutot@openbsd.org>
@ -33,7 +33,7 @@ Index: mesonbuild/scripts/symbolextractor.py
all_stderr = ''
# First try lib.exe, which is provided by MSVC. Then llvm-lib.exe, by LLVM
@@ -234,6 +251,8 @@ def gen_symbols(libfilename: str, impfilename: str, ou
linux_syms(libfilename, outfilename)
gnu_syms(libfilename, outfilename)
elif mesonlib.is_osx():
osx_syms(libfilename, outfilename)
+ elif mesonlib.is_openbsd():