From owner-svn-ports-all@freebsd.org Sat Sep 29 07:27:43 2018 Return-Path: Delivered-To: svn-ports-all@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 9751910C0754; Sat, 29 Sep 2018 07:27:43 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 44110716DA; Sat, 29 Sep 2018 07:27:43 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from atuin.in.mat.cc (unknown [IPv6:2a01:678:42:ffff:3e15:c2ff:fec4:452e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 99A932CEC9; Sat, 29 Sep 2018 07:27:42 +0000 (UTC) (envelope-from mat@FreeBSD.org) Date: Sat, 29 Sep 2018 09:27:39 +0200 From: Mathieu Arnold To: Yuri Victorovich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r480838 - in head: science/paraview textproc/py-pygments Message-ID: <20180929072739.klfeo6zi3twfc532@atuin.in.mat.cc> References: <201809280241.w8S2fQ9g021039@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jenku52ehqneu3vj" Content-Disposition: inline In-Reply-To: <201809280241.w8S2fQ9g021039@repo.freebsd.org> User-Agent: NeoMutt/20180716 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Sep 2018 07:27:43 -0000 --jenku52ehqneu3vj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 28, 2018 at 02:41:26AM +0000, Yuri Victorovich wrote: > Author: yuri > Date: Fri Sep 28 02:41:25 2018 > New Revision: 480838 > URL: https://svnweb.freebsd.org/changeset/ports/480838 >=20 > Log: > textproc/py-pygments and science/paraview conflict each other > =20 > Approved by: portmgr blanket >=20 > Modified: > head/science/paraview/Makefile > head/textproc/py-pygments/Makefile >=20 > Modified: head/science/paraview/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/science/paraview/Makefile Fri Sep 28 00:12:48 2018 (r480837) > +++ head/science/paraview/Makefile Fri Sep 28 02:41:25 2018 (r480838) > @@ -42,6 +42,8 @@ USE_XORG=3D x11 xt xext ice xdmcp xau xcb xfixes xdamage > USE_LDCONFIG=3D yes > USE_GSTREAMER=3D yes > =20 > +CONFLICTS_INSTALL=3D ${PYTHON_PKGNAMEPREFIX}pygments > + > CMAKE_ARGS+=3D -DBUILD_SHARED_LIBS=3D"ON" \ > -DVTK_USE_SYSTEM_PNG=3D"ON" \ > -DVTK_USE_SYSTEM_JPEG=3D"ON" \ >=20 > Modified: head/textproc/py-pygments/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/textproc/py-pygments/Makefile Fri Sep 28 00:12:48 2018 (r480837) > +++ head/textproc/py-pygments/Makefile Fri Sep 28 02:41:25 2018 (r480838) > @@ -17,4 +17,10 @@ USES=3D python > USE_PYTHON=3D distutils concurrent autoplist > NO_ARCH=3D yes > =20 > -.include > +.include > + > +.if ${PYTHON_VER} =3D=3D 2.7 > +CONFLICTS_INSTALL=3D paraview > +.endif > + > +.include Without knowing why the two ports conflict, it is a bit hard to say, but it feels like the PYTHON_VER =3D=3D 2.7 is wrong and should be PYTHON_VER = =3D=3D PYTHON_DEFAULT or the other conflict should be py27-pygments. --=20 Mathieu Arnold --jenku52ehqneu3vj Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAluvKWpfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkgvww/+L1KQL/cNYQbhgIZPg7a1EV39C1NxNbtPnA4eUCsLRyeFbRoafu+hUG/J Po6QM2Xnz/bzL2piUY7EQRD3yoDhaiOPdWmKPqH/5Hqjtfxj92N12r9RDuIhNUDm hvRE2zwwdKELDugst/wggpGs2+l63e/oPMEai2iw8719B+ou6S7L9ZBlAVDmQjMI gBwxp9WYR9wBO5NWi0b37wOEVang2WVl/J9o5mmklTXc1PsaRUF9+rJeXfIt6wUa b6M9P/mGTcBbYHSs9Jo85xNfFTmqXUgLUeqkAh6JixUfailzuhG6kVB50BOsRKN1 ydqiwA5sKiEFQfXssoTMTOXuPz43G9L9YB80ekeqL6y9/bJb10ou0Qjr7CsBJZWX lAb3rWR873z25Fqn/0BHMqwUocRS3XoVEkgifIEqKmTkGhZ2FMUw4H+S+7agUR33 W/jrREDlyU9RA9iH9B6GdOwoXD7OPFovtywfTE1qZoKB2o5pAE8RmYoOqYw3qXGZ ONpZta4JwAE/+Q0ZAeR7UI0AyO7r4czWIaJHN3CQjjAmHBRAGhs2phNcpG3xlIJF mVuOUKdBtyR37oOCXPgdqZx9+RY8yHLSIiz6gDaQFnx/1M61MXQ9DJzo+ojIWHCr L6wk4Utc1ruAJwXJaExkQYtUeUzneahQfmZv7BEBwZFLe99vjn8= =CfB+ -----END PGP SIGNATURE----- --jenku52ehqneu3vj--