mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
devel/meson: update to 0.60.2
Changes: https://github.com/mesonbuild/meson/compare/0.60.1...0.60.2 PR: 260056 Reported by: GitHub (watch releases) Exp-run by: antoine
This commit is contained in:
parent
610ffb4fc8
commit
41e016f4ff
@ -1,8 +1,7 @@
|
||||
# Created by: Ting-Wei Lan <lantw44@gmail.com>
|
||||
|
||||
PORTNAME= meson
|
||||
PORTVERSION= 0.60.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.60.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1635886525
|
||||
SHA256 (meson-0.60.1.tar.gz) = 5add789c953d984b500858b2851ee3d7add0460cf1a6f852f0a721af17384e13
|
||||
SIZE (meson-0.60.1.tar.gz) = 1995258
|
||||
TIMESTAMP = 1637875544
|
||||
SHA256 (meson-0.60.2.tar.gz) = 64e6968565bf1b8152f4f9d6ca8154efb9e14caa9aabf7b22e71e6c5d053e921
|
||||
SIZE (meson-0.60.2.tar.gz) = 1998788
|
||||
|
@ -1,16 +0,0 @@
|
||||
https://github.com/mesonbuild/meson/issues/9592
|
||||
|
||||
--- mesonbuild/minstall.py.orig 2021-11-02 19:58:13 UTC
|
||||
+++ mesonbuild/minstall.py
|
||||
@@ -247,6 +247,11 @@ def apply_ldconfig(dm: DirMaker) -> None:
|
||||
'''
|
||||
Apply ldconfig to update the ld.so.cache.
|
||||
'''
|
||||
+ from .mesonlib import is_linux
|
||||
+ if not is_linux():
|
||||
+ # Don't blindly assume GNU semantics on other systems
|
||||
+ return
|
||||
+
|
||||
if not shutil.which('ldconfig'):
|
||||
# If we don't have ldconfig, failure is ignored quietly.
|
||||
return
|
Loading…
Reference in New Issue
Block a user