From owner-svn-ports-head@freebsd.org Sun Nov 10 16:39:19 2019 Return-Path: Delivered-To: svn-ports-head@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 10C221B8822; Sun, 10 Nov 2019 16:39:19 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from mail.anongoth.pl (mail.anongoth.pl [46.248.190.61]) (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 "anongoth.pl", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47B08Q5Y9yz48Cs; Sun, 10 Nov 2019 16:39:18 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from anongoth.pl (unknown [192.168.1.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: pkubaj@anongoth.pl) by mail.anongoth.pl (Postfix) with ESMTPSA id 1B2BD503F1; Sun, 10 Nov 2019 17:39:13 +0100 (CET) Date: Sun, 10 Nov 2019 17:39:12 +0100 From: Piotr Kubaj To: Max Brazhnikov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r517126 - head/cad/librecad Message-ID: <20191110163912.GB24658@KGPE-D16> References: <201911091301.xA9D1GwQ033178@repo.freebsd.org> <2953745.bT80LyP3VS@mercury.ph.man.ac.uk> <20191110121847.GA1240@KGPE-D16> <1895192.4WAli8B44Z@mercury.ph.man.ac.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="fUYQa+Pmc3FrFX/N" Content-Disposition: inline In-Reply-To: <1895192.4WAli8B44Z@mercury.ph.man.ac.uk> User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 47B08Q5Y9yz48Cs X-Spamd-Bar: ----- X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] 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: Sun, 10 Nov 2019 16:39:19 -0000 --fUYQa+Pmc3FrFX/N Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Waiting for maintainer approval https://bugs.freebsd.org/bugzilla/show_bug.= cgi?id=3D241863 On 19-11-10 19:29:07, Max Brazhnikov wrote: > On Sun, 10 Nov 2019 13:18:49 +0100 Piotr Kubaj wrote: > > It seems it's a known issue, reported here https://github.com/LibreCAD/= LibreCAD/issues/1130 > >=20 > > Do you find this patch acceptable? >=20 > Fine for me >=20 > > Index: /usr/ports/cad/librecad/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 > > --- /usr/ports/cad/librecad/Makefile (revision 517201) > > +++ /usr/ports/cad/librecad/Makefile (working copy) > > @@ -5,8 +5,10 @@ > > PORTREVISION=3D 10 > > CATEGORIES=3D cad > >=20 > > -PATCH_SITES=3D https://github.com/LibreCAD/LibreCAD/commit/ > > -PATCHFILES=3D d0a0ef284b7fcc5c0d65b92c30855f62b637653f.patch:-p1 > > +PATCH_SITES_gcc=3D https://github.com/LibreCAD/LibreCAD/commit/ > > +PATCH_SITES=3D ${PATCH_SITES_${CHOSEN_COMPILER_TYPE}} > > +PATCHFILES_gcc=3D d0a0ef284b7fcc5c0d65b92c30855f62b637653f.patc= h:-p1 > > +PATCHFILES=3D ${PATCHFILES_${CHOSEN_COMPILER_TYPE}} > >=20 > > MAINTAINER=3D jhale@FreeBSD.org > > COMMENT=3D 2D CAD system > >=20 > > On 19-11-10 13:54:41, Max Brazhnikov wrote: > > > On Sat, 9 Nov 2019 13:01:16 +0000 (UTC) Piotr Kubaj wrote: > > > > Author: pkubaj > > > > Date: Sat Nov 9 13:01:16 2019 > > > > New Revision: 517126 > > > > URL: https://svnweb.freebsd.org/changeset/ports/517126 > > > >=20 > > > > Log: > > > > cad/librecad: fix build on GCC architectures > > > > =20 > > > > Merge upstream patch to fix build with GCC. > > > > =20 > > > > PR: 241496 > > > > Approved by: jhale (maintainer timeout), linimon (mentor) > > > >=20 > > > > Modified: > > > > head/cad/librecad/Makefile > > > > head/cad/librecad/distinfo > > > >=20 > > > > Modified: head/cad/librecad/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/cad/librecad/Makefile Sat Nov 9 12:44:25 2019 (r517125) > > > > +++ head/cad/librecad/Makefile Sat Nov 9 13:01:16 2019 (r517126) > > > > @@ -5,6 +5,9 @@ DISTVERSION=3D 2.2.0-rc1 > > > > PORTREVISION=3D 10 > > > > CATEGORIES=3D cad > > > > =20 > > > > +PATCH_SITES=3D https://github.com/LibreCAD/LibreCAD/commit/ > > > > +PATCHFILES=3D d0a0ef284b7fcc5c0d65b92c30855f62b637653f.patch:-p1 > > >=20 > > > Hi Piotr, > > >=20 > > > the port doesn't build on stable after this commit. Revering the chan= ge helps. > > >=20 > > > Max > > >=20 > > >=20 >=20 >=20 >=20 >=20 --fUYQa+Pmc3FrFX/N Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAl3IPTAACgkQelmbhSCD nJ0nxg//TkRXv33sqtOaVyyR7jHkIxCWFHSfauagS1N/0JK/qKfeY6/4XzsBcBGr PqGLOyVdxDw374WYAcNwmT4rQ9CD8q43hSb37LXT2iEqkzNewVF89KGv0Cv2lgMQ jfUYJnJ+f1UWlcR0U09eEOlB8RJNILTUS8vvmjhpnw5QEl99RaD511+Xyl9cK7ca OO2peIjZK7mKPeaVJWJ1Xehnjf+2qSl+6wsEwP4Qvobg9ZUTsrrkPBkskf+LVIst az/GxNrcDZuAtUDQJ/bJqYpqq23Xr61Yvpj/r8xSZUano02YMDbjuU5ChyOkIpwR GSVunuu8VnrdpsEpyl7RLNsjWfFxJKa5K1JUVX+Y3ibgrdlPimx3ZFQRabx8kSRK nKw3pu14R3tcluHkKIRgVel3ClvrJDqdxYA3FjYerSizf5hArW+QoVu6ww36+391 O88O6sIxwwXPULtBNCfbExhRl2BB8OV8jZ5tbaNcR8yjUVrUI7JSp1wCHpZrxTXv zd/XLRS6xzI6hmnH3FIsokFj3qPs/juROEKJYFN1O6y8BxOKoYb+LnbkFsD5kHbR obCQxR2O6osuUfsG9kApYL7AYQH8cxwancQrbpk/CiuIWigFFOM54ZReN7SFRKS1 oK6SF1RDVH6uCtiLUPCw29TmNYBXSNbiCqxpF/M59TppIP4Ihm8= =cg02 -----END PGP SIGNATURE----- --fUYQa+Pmc3FrFX/N--