From owner-svn-ports-head@freebsd.org Mon Jun 24 05:59:33 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9198C15C37EB; Mon, 24 Jun 2019 05:59:33 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 37B45873D1; Mon, 24 Jun 2019 05:59:33 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0D8702CC5F; Mon, 24 Jun 2019 05:59:33 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5O5xWL1096356; Mon, 24 Jun 2019 05:59:32 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5O5xVDE096350; Mon, 24 Jun 2019 05:59:31 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201906240559.x5O5xVDE096350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 24 Jun 2019 05:59:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505003 - in head: devel/meson devel/meson/files shells/ksh93 shells/ksh93-devel x11/terminology X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head: devel/meson devel/meson/files shells/ksh93 shells/ksh93-devel x11/terminology X-SVN-Commit-Revision: 505003 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 37B45873D1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.94)[-0.943,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jun 2019 05:59:33 -0000 Author: tobik Date: Mon Jun 24 05:59:31 2019 New Revision: 505003 URL: https://svnweb.freebsd.org/changeset/ports/505003 Log: devel/meson: Update to 0.51.0 Changes: https://mesonbuild.com/Release-notes-for-0-51-0.html PR: 238726 Submitted by: greg@unrelenting.technology (update to 0.50.1) Exp-run by: antoine Modified: head/devel/meson/Makefile head/devel/meson/distinfo head/devel/meson/files/patch-mesonbuild_dependencies_base.py head/shells/ksh93-devel/Makefile head/shells/ksh93/Makefile head/x11/terminology/Makefile Modified: head/devel/meson/Makefile ============================================================================== --- head/devel/meson/Makefile Mon Jun 24 05:10:59 2019 (r505002) +++ head/devel/meson/Makefile Mon Jun 24 05:59:31 2019 (r505003) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= meson -PORTVERSION= 0.50.0 +PORTVERSION= 0.51.0 CATEGORIES= devel python MASTER_SITES= https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/ Modified: head/devel/meson/distinfo ============================================================================== --- head/devel/meson/distinfo Mon Jun 24 05:10:59 2019 (r505002) +++ head/devel/meson/distinfo Mon Jun 24 05:59:31 2019 (r505003) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554794341 -SHA256 (meson-0.50.0.tar.gz) = 2a1bc42dda58206fb922cda5e1ca95cc03ad126321d26acc47d3493ec4e7021f -SIZE (meson-0.50.0.tar.gz) = 1399202 +TIMESTAMP = 1561108166 +SHA256 (meson-0.51.0.tar.gz) = 2f75fdf6d586d3595c03a07afcd0eaae11f68dd33fea5906a434d22a409ed63f +SIZE (meson-0.51.0.tar.gz) = 1449724 Modified: head/devel/meson/files/patch-mesonbuild_dependencies_base.py ============================================================================== --- head/devel/meson/files/patch-mesonbuild_dependencies_base.py Mon Jun 24 05:10:59 2019 (r505002) +++ head/devel/meson/files/patch-mesonbuild_dependencies_base.py Mon Jun 24 05:59:31 2019 (r505003) @@ -1,6 +1,6 @@ https://github.com/mesonbuild/meson/pull/4325 -From 158d627c141859e28bbca2c2126b5306608aac6e Mon Sep 17 00:00:00 2001 +From c4686de2612157a4040766738a700b710d866da4 Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Thu, 4 Oct 2018 23:30:28 +0800 Subject: [PATCH] PkgConfigDependency: Sort -L flags according to @@ -51,9 +51,10 @@ library files. This makes sure that we always follow t users, without depending on the unreliable part of pkg-config output. Fixes https://github.com/mesonbuild/meson/issues/4271. ---- mesonbuild/dependencies/base.py.orig 2018-09-22 13:22:03 UTC + +--- mesonbuild/dependencies/base.py.orig +++ mesonbuild/dependencies/base.py -@@ -604,6 +604,21 @@ class PkgConfigDependency(ExternalDepend +@@ -706,6 +706,21 @@ def _set_cargs(self): (self.name, out)) self.compile_args = self._convert_mingw_paths(shlex.split(out)) @@ -75,10 +76,10 @@ Fixes https://github.com/mesonbuild/meson/issues/4271. def _search_libs(self, out, out_raw): ''' @out: PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 pkg-config --libs -@@ -635,6 +650,22 @@ class PkgConfigDependency(ExternalDepend - for arg in raw_link_args: - if arg.startswith('-L') and not arg.startswith(('-L-l', '-L-L')): - prefix_libpaths.add(arg[2:]) +@@ -741,6 +756,22 @@ def _search_libs(self, out, out_raw): + # Resolve the path as a compiler in the build directory would + path = os.path.join(self.env.get_build_dir(), path) + prefix_libpaths.add(path) + # Library paths are not always ordered in a meaningful way + # + # Instead of relying on pkg-config or pkgconf to provide -L flags in a Modified: head/shells/ksh93-devel/Makefile ============================================================================== --- head/shells/ksh93-devel/Makefile Mon Jun 24 05:10:59 2019 (r505002) +++ head/shells/ksh93-devel/Makefile Mon Jun 24 05:59:31 2019 (r505003) @@ -23,9 +23,7 @@ GH_TAGNAME= ${HASH} KSH_CONFLICTS= pdksh-* KSH93_CONFLICTS= ksh93-2* ast-ksh-* -LDFLAGS+= -lm MESON_BUILD_DIR= build -MAKE_ENV= CCFLAGS="${CFLAGS}" OPTIONS_DEFAULT= KSH93 OPTIONS_SINGLE= BIN_KSH Modified: head/shells/ksh93/Makefile ============================================================================== --- head/shells/ksh93/Makefile Mon Jun 24 05:10:59 2019 (r505002) +++ head/shells/ksh93/Makefile Mon Jun 24 05:59:31 2019 (r505003) @@ -20,9 +20,7 @@ GH_TAGNAME= ${HASH} KSH_CONFLICTS= pdksh-* KSH93_CONFLICTS= ksh93-devel-* ast-ksh-* -LDFLAGS+= -lm MESON_BUILD_DIR= build -MAKE_ENV= CCFLAGS="${CFLAGS}" OPTIONS_DEFAULT= KSH93 OPTIONS_SINGLE= BIN_KSH Modified: head/x11/terminology/Makefile ============================================================================== --- head/x11/terminology/Makefile Mon Jun 24 05:10:59 2019 (r505002) +++ head/x11/terminology/Makefile Mon Jun 24 05:59:31 2019 (r505003) @@ -22,6 +22,6 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_MESON_TRUE= nls -NLS_LDFLAGS= -lintl +NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl .include