Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2017 00:04:04 +0200
From:      Grzegorz Blach <grzegorz@blach.pl>
To:        Steve Wills <swills@FreeBSD.org>, 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:  <1490825044.3173.6.camel@blach.pl>
In-Reply-To: <24f852d7-bb96-826d-a7ae-374ec93d2acf@FreeBSD.org>
References:  <201703291843.v2TIhJ3B020753@repo.freebsd.org> <1490818251.3173.1.camel@blach.pl> <24f852d7-bb96-826d-a7ae-374ec93d2acf@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

IMO devel/py3-meson should be deleted and devel/meson might be updated
to latest release.

BTW: USES=python by default adds python
to BUILD_DEPENDS, RUN_DEPENDS and TEST_DEPENDS, so you don't need
to set RUN_DEPENDS explicitly.


On Wed, 2017-03-29 at 17:43 -0400, Steve Wills wrote:
> 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?
> > 
> > 
> > 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
> > >   
> > >   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/
> > > 
> > > 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
> > > =================================================================
> > > ====
> > > =========
> > > --- head/devel/Makefile	Wed Mar 29 18:30:43 2017	(r
> > > 4372
> > > 22)
> > > +++ head/devel/Makefile	Wed Mar 29 18:43:19 2017	(r
> > > 4372
> > > 23)
> > > @@ -4924,6 +4924,7 @@
> > >      SUBDIR += py3-libzfs
> > >      SUBDIR += py3-lxml
> > >      SUBDIR += py3-mccabe
> > > +    SUBDIR += py3-meson
> > >      SUBDIR += py3-nose
> > >      SUBDIR += py3-ply
> > >      SUBDIR += py3-prompt_toolkit
> > > 
> > > Added: head/devel/py3-meson/Makefile
> > > =================================================================
> > > ====
> > > =========
> > > --- /dev/null	00:00:00 1970	(empty, because file is
> > > newly added)
> > > +++ head/devel/py3-meson/Makefile	Wed Mar 29 18:43:19 2017
> > > 	
> > > (r437223)
> > > @@ -0,0 +1,18 @@
> > > +# $FreeBSD$
> > > +
> > > +PORTNAME=	meson
> > > +PORTVERSION=	0.39.1
> > > +CATEGORIES=	devel python
> > > +MASTER_SITES=	CHEESESHOP
> > > +PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> > > +PKGNAMESUFFIX?=
> > > +
> > > +MAINTAINER=	swills@FreeBSD.org
> > > +COMMENT=	High performance build system
> > > +
> > > +USES=		python:3.5+
> > > +USE_PYTHON=	autoplist distutils
> > > +
> > > +RUN_DEPENDS=	python3:lang/python3
> > > +
> > > +.include <bsd.port.mk>
> > > 
> > > Added: head/devel/py3-meson/distinfo
> > > =================================================================
> > > ====
> > > =========
> > > --- /dev/null	00:00:00 1970	(empty, because file is
> > > newly added)
> > > +++ head/devel/py3-meson/distinfo	Wed Mar 29 18:43:19 2017
> > > 	
> > > (r437223)
> > > @@ -0,0 +1,3 @@
> > > +TIMESTAMP = 1490675281
> > > +SHA256 (meson-0.39.1.tar.gz) =
> > > 67bf5876d69730dfe031907314a61fdbec0c5c723c79a8093eb64ae2ebcd2650
> > > +SIZE (meson-0.39.1.tar.gz) = 558928
> > > 
> > > Added: head/devel/py3-meson/pkg-descr
> > > =================================================================
> > > ====
> > > =========
> > > --- /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	
> > > (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/
> > > 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1490825044.3173.6.camel>