svn commit: r510839 - in head: devel/meson net/waypipe

Jan Beich jbeich at FreeBSD.org
Mon Sep 2 19:55:35 UTC 2019


Author: jbeich
Date: Mon Sep  2 19:55:34 2019
New Revision: 510839
URL: https://svnweb.freebsd.org/changeset/ports/510839

Log:
  devel/meson: Update to 0.51.2
  
  - Apply upstream fix to build D applications e.g., x11/tilix
  
  Changes:	https://github.com/mesonbuild/meson/compare/0.51.0...0.51.2
  PR:		240182
  Exp-run by:	antoine

Modified:
  head/devel/meson/Makefile   (contents, props changed)
  head/devel/meson/distinfo   (contents, props changed)
  head/net/waypipe/Makefile   (contents, props changed)

Modified: head/devel/meson/Makefile
==============================================================================
--- head/devel/meson/Makefile	Mon Sep  2 19:50:44 2019	(r510838)
+++ head/devel/meson/Makefile	Mon Sep  2 19:55:34 2019	(r510839)
@@ -2,9 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	meson
-PORTVERSION=	0.51.0
+PORTVERSION=	0.51.2
 CATEGORIES=	devel python
 MASTER_SITES=	https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/
+
+PATCH_SITES=	https://github.com/mesonbuild/${PORTNAME}/commit/
+PATCHFILES+=	efea48788ab2.patch:-p1
 
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	High performance build system

Modified: head/devel/meson/distinfo
==============================================================================
--- head/devel/meson/distinfo	Mon Sep  2 19:50:44 2019	(r510838)
+++ head/devel/meson/distinfo	Mon Sep  2 19:55:34 2019	(r510839)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1561108166
-SHA256 (meson-0.51.0.tar.gz) = 2f75fdf6d586d3595c03a07afcd0eaae11f68dd33fea5906a434d22a409ed63f
-SIZE (meson-0.51.0.tar.gz) = 1449724
+TIMESTAMP = 1566836953
+SHA256 (meson-0.51.2.tar.gz) = 23688f0fc90be623d98e80e1defeea92bbb7103bf9336a5f5b9865d36e892d76
+SIZE (meson-0.51.2.tar.gz) = 1453251
+SHA256 (efea48788ab2.patch) = eee556fb0cd6cbba5756bbfb508412081743cd813dd10d1b9cbc419769281d39
+SIZE (efea48788ab2.patch) = 953

Modified: head/net/waypipe/Makefile
==============================================================================
--- head/net/waypipe/Makefile	Mon Sep  2 19:50:44 2019	(r510838)
+++ head/net/waypipe/Makefile	Mon Sep  2 19:55:34 2019	(r510839)
@@ -20,8 +20,6 @@ GL_SITE=	https://gitlab.freedesktop.org
 GL_ACCOUNT=	mstoeckl
 GL_COMMIT=	f78ad85b04ef95daa9a1671aa0375d0e77d19b2f
 PLIST_FILES=	bin/${PORTNAME}
-# XXX armv6 needs https://github.com/mesonbuild/meson/commit/147d3f752c41
-CONFIGURE_ENV=	UNAME_m=${ARCH}
 
 # XXX Drop after FreeBSD 12.0 EOL
 .if exists(/usr/lib/clang/6.0.0) || exists(/usr/lib/clang/6.0.1)


More information about the svn-ports-all mailing list