Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2017 17:43:20 -0400
From:      Steve Wills <swills@FreeBSD.org>
To:        Grzegorz Blach <grzegorz@blach.pl>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r437223 - in head/devel: . py3-meson
Message-ID:  <24f852d7-bb96-826d-a7ae-374ec93d2acf@FreeBSD.org>
In-Reply-To: <1490818251.3173.1.camel@blach.pl>
References:  <201703291843.v2TIhJ3B020753@repo.freebsd.org> <1490818251.3173.1.camel@blach.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--JOnIkesaV239SxTeLk0vqDNapxwQSs4BQ
Content-Type: multipart/mixed; boundary="JBh4972hNwoTT4phMNNx6KtluJfsjsBfD";
 protected-headers="v1"
From: Steve Wills <swills@FreeBSD.org>
To: Grzegorz Blach <grzegorz@blach.pl>, ports-committers@freebsd.org,
 svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Message-ID: <24f852d7-bb96-826d-a7ae-374ec93d2acf@FreeBSD.org>
Subject: Re: svn commit: r437223 - in head/devel: . py3-meson
References: <201703291843.v2TIhJ3B020753@repo.freebsd.org>
 <1490818251.3173.1.camel@blach.pl>
In-Reply-To: <1490818251.3173.1.camel@blach.pl>

--JBh4972hNwoTT4phMNNx6KtluJfsjsBfD
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Hi,

Ah, didn't see that, sorry. Looks like that has a dep on ninja, which
makes sense. I found I had to add the dep on python3 so that it would
run (changing the shebang's didn't seem corrct since it will work with
any version of python3). And py3-meson is slightly newer version. Guess
I should delete devel/py3-meson?

Steve

On 03/29/2017 16:10, Grzegorz Blach wrote:
> Is there any real difference between devel/py3-meson and devel/meson?
>=20
>=20
> On Wed, 2017-03-29 at 18:43 +0000, Steve Wills wrote:
>> Author: swills
>> Date: Wed Mar 29 18:43:19 2017
>> New Revision: 437223
>> URL: https://svnweb.freebsd.org/changeset/ports/437223
>>
>> Log:
>>   devel/py3-meson: create port
>>  =20
>>   Meson is a cross-platform build system designed to be both as fast
>> and as user
>>   friendly as possible. It supports many languages and compilers,
>> including GCC,
>>   Clang and Visual Studio. Its build definitions are written in a
>> simple
>>   non-turing complete DSL.
>>  =20
>>   WWW: http://mesonbuild.com/
>>
>> Added:
>>   head/devel/py3-meson/
>>   head/devel/py3-meson/Makefile   (contents, props changed)
>>   head/devel/py3-meson/distinfo   (contents, props changed)
>>   head/devel/py3-meson/pkg-descr   (contents, props changed)
>> Modified:
>>   head/devel/Makefile
>>
>> Modified: head/devel/Makefile
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D
>> --- head/devel/Makefile	Wed Mar 29 18:30:43 2017	(r4372
>> 22)
>> +++ head/devel/Makefile	Wed Mar 29 18:43:19 2017	(r4372
>> 23)
>> @@ -4924,6 +4924,7 @@
>>      SUBDIR +=3D py3-libzfs
>>      SUBDIR +=3D py3-lxml
>>      SUBDIR +=3D py3-mccabe
>> +    SUBDIR +=3D py3-meson
>>      SUBDIR +=3D py3-nose
>>      SUBDIR +=3D py3-ply
>>      SUBDIR +=3D py3-prompt_toolkit
>>
>> Added: head/devel/py3-meson/Makefile
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D
>> --- /dev/null	00:00:00 1970	(empty, because file is
>> newly added)
>> +++ head/devel/py3-meson/Makefile	Wed Mar 29 18:43:19 2017=09
>> (r437223)
>> @@ -0,0 +1,18 @@
>> +# $FreeBSD$
>> +
>> +PORTNAME=3D	meson
>> +PORTVERSION=3D	0.39.1
>> +CATEGORIES=3D	devel python
>> +MASTER_SITES=3D	CHEESESHOP
>> +PKGNAMEPREFIX=3D	${PYTHON_PKGNAMEPREFIX}
>> +PKGNAMESUFFIX?=3D
>> +
>> +MAINTAINER=3D	swills@FreeBSD.org
>> +COMMENT=3D	High performance build system
>> +
>> +USES=3D		python:3.5+
>> +USE_PYTHON=3D	autoplist distutils
>> +
>> +RUN_DEPENDS=3D	python3:lang/python3
>> +
>> +.include <bsd.port.mk>
>>
>> Added: head/devel/py3-meson/distinfo
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D
>> --- /dev/null	00:00:00 1970	(empty, because file is
>> newly added)
>> +++ head/devel/py3-meson/distinfo	Wed Mar 29 18:43:19 2017=09
>> (r437223)
>> @@ -0,0 +1,3 @@
>> +TIMESTAMP =3D 1490675281
>> +SHA256 (meson-0.39.1.tar.gz) =3D
>> 67bf5876d69730dfe031907314a61fdbec0c5c723c79a8093eb64ae2ebcd2650
>> +SIZE (meson-0.39.1.tar.gz) =3D 558928
>>
>> Added: head/devel/py3-meson/pkg-descr
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D
>> --- /dev/null	00:00:00 1970	(empty, because file is
>> newly added)
>> +++ head/devel/py3-meson/pkg-descr	Wed Mar 29 18:43:19 2017=09
>> (r437223)
>> @@ -0,0 +1,6 @@
>> +Meson is a cross-platform build system designed to be both as fast
>> and as user
>> +friendly as possible. It supports many languages and compilers,
>> including GCC,
>> +Clang and Visual Studio. Its build definitions are written in a
>> simple
>> +non-turing complete DSL.
>> +
>> +WWW: http://mesonbuild.com/
>>


--JBh4972hNwoTT4phMNNx6KtluJfsjsBfD--

--JOnIkesaV239SxTeLk0vqDNapxwQSs4BQ
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQGnBAEBCgCRFiEEmPpBSlwqDvnP0K0N9c9isyB7G6EFAljcKnhfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDk4
RkE0MTRBNUMyQTBFRjlDRkQwQUQwREY1Q0Y2MkIzMjA3QjFCQTETHHN3aWxsc0Bm
cmVlYnNkLm9yZwAKCRD1z2KzIHsbodDtCACnDYfhgPWLTt8N5mojYYL3ZSG2pvV4
6mtDyCEHkFZLax71KxIUUHUljC41pVLw1RIZ1he0p6ETBC41nAFXzXF49dCUv+gK
ZCjpyjdhLsfynxISF+AQk65W2ankz233nvPDkx+tV88NdznJiKAMpO747cU9p33v
x4mDPgcXPDB+6Fc3iSFRagZqwoiXqZ3WAQHlyT4zp9JRfljoYDLgn/tpKp8fF48G
UT4trn7pr8bFD+i57ieLd9c5+oizrwT0LnuG47J8AH0ekmUm8uw3fkE8TL/ZLOiw
U1FK+NM0+bKOJNvMD8WKLq7dy8V2BUBJy98n4qReWA9rUX63if8JuK55
=lBkh
-----END PGP SIGNATURE-----

--JOnIkesaV239SxTeLk0vqDNapxwQSs4BQ--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?24f852d7-bb96-826d-a7ae-374ec93d2acf>