View | Details | Raw Unified | Return to bug 247935 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/meson/Makefile (-2 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	meson
4
PORTNAME=	meson
5
PORTVERSION=	0.54.3
5
PORTVERSION=	0.55.3
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/
7
MASTER_SITES=	https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/
8
8
Lines 17-23 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_F Link Here
17
17
18
USES=		python:3.5+ shebangfix
18
USES=		python:3.5+ shebangfix
19
USE_PYTHON=	autoplist distutils noflavors
19
USE_PYTHON=	autoplist distutils noflavors
20
SHEBANG_FILES=	mesonbuild/cmake/data/run_ctgt.py
20
SHEBANG_FILES=	mesonbuild/rewriter.py \
21
		mesonbuild/scripts/cmake_run_ctgt.py
21
NO_ARCH=	yes
22
NO_ARCH=	yes
22
23
23
# https://github.com/mesonbuild/meson/issues/6016
24
# https://github.com/mesonbuild/meson/issues/6016
(-)b/devel/meson/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1453575159
1
TIMESTAMP = 1597508825
2
SHA256 (meson-0.54.3.tar.gz) = f2bdf4cf0694e696b48261cdd14380fb1d0fe33d24744d8b2df0c12f33ebb662
2
SHA256 (meson-0.55.3.tar.gz) = 6bed2a25a128bbabe97cf40f63165ebe800e4fcb46db8ab7ef5c2b5789f092a5
3
SIZE (meson-0.54.3.tar.gz) = 1690919
3
SIZE (meson-0.55.3.tar.gz) = 1740465
(-)b/x11/gnome-shell/Makefile (+5 lines)
Lines 62-67 CPE_VENDOR= gnome Link Here
62
62
63
GLIB_SCHEMAS=	org.gnome.shell.gschema.xml
63
GLIB_SCHEMAS=	org.gnome.shell.gschema.xml
64
64
65
.if exists(/usr/bin/ld.lld) && ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld
66
# --build-id isn't supported by old GNU ld.bfd in base
67
LDFLAGS+=	-fuse-ld=lld
68
.endif
69
65
post-patch:
70
post-patch:
66
	@${REINPLACE_CMD} -e 's|python3|${PYTHON_VERSION}|g' \
71
	@${REINPLACE_CMD} -e 's|python3|${PYTHON_VERSION}|g' \
67
		${WRKSRC}/meson.build
72
		${WRKSRC}/meson.build

Return to bug 247935