From owner-freebsd-ports@freebsd.org Sun Apr 19 09:24:35 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0EA5A2BFB7D for ; Sun, 19 Apr 2020 09:24:35 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from erza.lautre.net (erza.lautre.net [80.67.160.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "lautre.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 494ktV0ly0z3RKY; Sun, 19 Apr 2020 09:24:33 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by erza.lautre.net (Postfix) with ESMTPSA id 7AF5CF0C76; Sun, 19 Apr 2020 11:24:31 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 8E2EA7C546F; Sun, 19 Apr 2020 11:24:30 +0200 (CEST) Date: Sun, 19 Apr 2020 11:24:30 +0200 From: Thierry Thomas To: freebsd-ports@freebsd.org Cc: Yuri , Christoph Moench-Tegeder Subject: Re: python 2.7 marked as deprecated and EOL while 2.7.18 RC is available Message-ID: <20200419092430.GI50322@graf.pompo.net> Mail-Followup-To: freebsd-ports@freebsd.org, Yuri , Christoph Moench-Tegeder References: <24218.25496.502886.46431@jerusalem.litteratus.org> <20200418090615.jl25cg3jhzcdrkcb@ozzmosis.com> <86685354-ea84-6ea4-e230-51cef83fd803@druid.net> <20200418111806.21d36df0@dismail.de> <20200418182421.GA2412@elch.exwg.net> <20200418201615.GA50322@graf.pompo.net> <20200418202131.GB2412@elch.exwg.net> <20200418225729.GC2412@elch.exwg.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="cQXOx3fnlpmgJsTP" Content-Disposition: inline In-Reply-To: <20200418225729.GC2412@elch.exwg.net> X-Operating-System: FreeBSD 12.1-STABLE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 X-Rspamd-Queue-Id: 494ktV0ly0z3RKY X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of thierry@pompo.net designates 80.67.160.89 as permitted sender) smtp.mailfrom=thierry@pompo.net X-Spamd-Result: default: False [-6.89 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+mx]; IP_SCORE(-2.79)[ip: (-9.16), ipnet: 80.67.160.0/19(-2.68), asn: 20766(-2.11), country: FR(0.00)]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_DN_SOME(0.00)[]; HAS_ORG_HEADER(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; SIGNED_PGP(-2.00)[]; FORGED_SENDER(0.30)[thierry@freebsd.org,thierry@pompo.net]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:20766, ipnet:80.67.160.0/19, country:FR]; FROM_NEQ_ENVFROM(0.00)[thierry@freebsd.org,thierry@pompo.net]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2020 09:24:35 -0000 --cQXOx3fnlpmgJsTP Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Le dim. 19 avr. 20 =E0 0:57:29 +0200, Christoph Moench-Tegeder =E9crivait=A0: > Hmpf - now I _had_ to fix FreeCAD - that thing has it's own dependency > on vtk, and we cannot have vtk6 and vtk8 at the same time. Thanks, I did not know that. > > Looks like vtk8 need some love... building as I write. >=20 > Either > - math/vtk8 should convert the QT5_USE of qmake_build and > buildtools_build to qmake and buildtools, respectively > Or > - every consumer of math/vtk8 (I'm talking about opencascade here) > needs to QT5_USE qmake_build and buildtools_build. >=20 > vtk8's CMake-Files reference Qt and are very unhappy if they don't > have qmake and moc. This simple patch could help: Index: math/vtk8/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 --- math/vtk8/Makefile (revision 531138) +++ math/vtk8/Makefile (working copy) @@ -2,7 +2,7 @@ =20 PORTNAME=3D vtk DISTVERSION=3D 8.1.2 -PORTREVISION=3D 5 +PORTREVISION=3D 6 CATEGORIES=3D math graphics MASTER_SITES=3D http://www.vtk.org/files/release/${VTK_SHORT_VER}/ PKGNAMESUFFIX=3D 8 @@ -62,7 +62,7 @@ .endfor =20 QT5_USES=3D qt:5 -QT5_USE=3D QT=3Dcore,gui,sql,uiplugin,widgets,x11extras,qmak= e_build,buildtools_build +QT5_USE=3D QT=3Dcore,gui,sql,uiplugin,widgets,x11extras,qmak= e_build,buildtools QT5_CMAKE_ON=3D -DVTK_QT_VERSION:STRING=3D"5" \ -DCMAKE_PREFIX_PATH:STRING=3D${LOCALBASE}/lib/qt5 \ -DVTK_Group_Qt:BOOL=3DON Cc'ing: Yuri (maintainer) --=20 Th. Thomas. --cQXOx3fnlpmgJsTP Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJenBjOXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFNTM2QkU4NTM4NTM5OUQwMEI2RkFBNzZG MUM1MTZCM0M4MzU5NzUzAAoJEPHFFrPINZdTiZMP/A27nLNZ62txPPhvRD64eW0T KPNEJIEzyMQBLL25tuAJ4tjBpc+Iyk7MLMKGcr/DxAglll/9aScMCdzRQDD3Ivsn SdbvuJeRcDScSaLkQmjdWkY2X6VGQF1iPANbGBmDmB3mSvpnC3255T45vuI2esbg NHU7vBFlhqOFb3chaCLZzmio3V9iLKiO8CSV4Y++i0h4QwOkxMEBWqIHvBUJdqy7 vxTNoIFY/wYhqzTVLZ+f4eD1hmZYw3wbnyU3EVUIJrVw3+sRlgwJ6HP3DFxK8Qrf uzBPKNdzq1uedc6RuCxe5L4o9kEcddv1BmPGsgM3JweUmMFPdKLhXSGn9lV0Uji/ Hi2utL5ErKCswbW6sAIZg/s2HX0Dc3wQVn1hxVvOvvRfAJk8ImpL6gwAqV06GNcK EEY6E20E09JM+kYhD/bqy1vMZL5tv1z2g+SPvV0NO+K2PC0QQnrg8bz1eNz4ut4X hdcfcCncwxi9iD/IRpkP/kLMFX6D6i+ecw7M2RVhG6YwN02KzG1O/+gBLjEbJet5 26jeVB7vTDQCI5kb6rDYMWmxes80C5KNpj/UVrAKuFGbgpwrfY2anEXvN8H4V+Ul kRIedBa4BpF7O2Kr1ms4n0U24PAqRStYn189MRI6g9F5+2w/+4Mu1H8fcVm8CHfH r9QW2/nw0P6yn/H0/tc+ =P4n/ -----END PGP SIGNATURE----- --cQXOx3fnlpmgJsTP--