From owner-svn-ports-head@freebsd.org Mon Jul 29 21:17:09 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 11B58B628F; Mon, 29 Jul 2019 21:17:09 +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 DFB0A6D7F9; Mon, 29 Jul 2019 21:17:07 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from anongoth.pl (unknown [192.168.1.154]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: pkubaj@anongoth.pl) by mail.anongoth.pl (Postfix) with ESMTPSA id C139930EF8; Mon, 29 Jul 2019 23:16:58 +0200 (CEST) Date: Mon, 29 Jul 2019 23:16:57 +0200 From: Piotr Kubaj To: Cy Schubert Cc: Piotr Kubaj , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r507528 - head/security/krb5-devel Message-ID: <20190729211657.GA73011@ThinkPad-X200.g.anongoth.pl> References: <201907282008.x6SK8W16025473@repo.freebsd.org> <201907290345.x6T3jtV8004690@slippy.cwsent.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="kYPcaNYAkgRnafFX" Content-Disposition: inline In-Reply-To: <201907290345.x6T3jtV8004690@slippy.cwsent.com> User-Agent: Mutt/1.11.4 (2019-03-13) X-Rspamd-Queue-Id: DFB0A6D7F9 X-Spamd-Bar: --------- X-Spamd-Result: default: False [-9.56 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:46.248.190.61]; RCPT_COUNT_FIVE(0.00)[5]; MX_GOOD(-0.01)[mail.anongoth.pl]; DMARC_POLICY_ALLOW(-0.50)[anongoth.pl,reject]; NEURAL_HAM_SHORT(-0.95)[-0.949,0]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+]; ASN(0.00)[asn:47544, ipnet:46.248.160.0/19, country:PL]; IP_SCORE(-3.71)[ip: (-9.91), ipnet: 46.248.160.0/19(-4.92), asn: 47544(-3.76), country: PL(0.06)]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.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: Mon, 29 Jul 2019 21:17:09 -0000 --kYPcaNYAkgRnafFX Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I don't send fyi mails to FreeBSD commiters, because they get emails with S= VN commits anyway. On 19-07-28 20:45:55, Cy Schubert wrote: >In message <201907282008.x6SK8W16025473@repo.freebsd.org>, Piotr Kubaj >writes: >> Author: pkubaj >> Date: Sun Jul 28 20:08:31 2019 >> New Revision: 507528 >> URL: https://svnweb.freebsd.org/changeset/ports/507528 >> >> Log: >> security/krb5-devel: fix build with GCC-based architectures >> >> C11 compiler is necessary: >> edwards25519_fiat.h:14: error: expected '=3D', ',', ';', 'asm' or '__a= ttribut >> e__' before 'fiat_25519_int128' >> >> Approved by: mentors (implicit approval) > >This wasn't approved by maintainer. > >As this is fixit, at least a heads up email would have been appreciated >(as linimon@ does) -- and I would have given you additional things to >check too. > >> >> Modified: >> head/security/krb5-devel/Makefile >> >> Modified: head/security/krb5-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/security/krb5-devel/Makefile Sun Jul 28 19:44:26 2019 (r50752 >> 7) >> +++ head/security/krb5-devel/Makefile Sun Jul 28 20:08:31 2019 (r50752 >> 8) >> @@ -29,8 +29,8 @@ USE_PERL5=3D build >> USE_LDCONFIG=3D yes >> USE_CSTD=3D gnu99 >> GNU_CONFIGURE=3D yes >> -USES=3D autoreconf cpe gmake localbase perl5 libtool:bu >> ild \ >> - gssapi:bootstrap,mit pkgconfig ssl >> +USES=3D autoreconf compiler:c11 cpe gmake localbase per >> l5 \ >> + libtool:build gssapi:bootstrap,mit pkgconfig ssl >> CONFIGURE_ARGS?=3D --enable-shared --without-system-verto \ >> --disable-rpath --localstatedir=3D"${PREFIX}/var" >> CONFIGURE_ENV=3D INSTALL=3D"${INSTALL}" INSTALL_LIB=3D"${INSTALL_LIB >> }" YACC=3D"${YACC}" >> > > >--=20 >Cheers, >Cy Schubert >FreeBSD UNIX: Web: http://www.FreeBSD.org > > The need of the many outweighs the greed of the few. > > > --kYPcaNYAkgRnafFX Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEycyIeNkkgohzsoorelmbhSCDnJ0FAl0/YklfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEM5 Q0M4ODc4RDkyNDgyODg3M0IyOEEyQjdBNTk5Qjg1MjA4MzlDOUQACgkQelmbhSCD nJ3pPRAAtNLmZzvnE8Xn8D9/UX9Y4F40VzT8Q2xkB4DrwMpODFIfTOOEo3SHGbEU BxNeeWdCbaHjH+JVWvTjTRXq8KXljPjOicCJqZPbMUUoeIyWe21/x9+3d9+qQnAN SKNYY1cnJHpt5ivUgslFLGdKvAYNEHctR3/piJF8YEMZ2rzPD2joM0PT2yPOVFfX q6P5bJMsrX5LqxRpsIpeoJMkiLN8Lj7h9x+7vgw9A7R8YbHkxkC8IiUSSWY14P/4 oVWK04NGe+9gtw9Y6NLbWuIRKO2P2C9DgwV1fCn+DGEr5iRbBqWmf09+RencjoMU zNY/k3Ymnv2LvjhKo8CgfUAm4X6Zwudm2uA9ekhin3IjMijYbQdBCjjsOtQuaGWn 7SsIwOCmHonDTzf5OYDMYrXdYPKsPvsOq/URJ1KyQ6iLYfPz3+fxnqVmRcCn31kG 1QDCHKoI2ugMZRylcRKTcobLPOFwXkvTMFRT1SWgNRcf77vn7EIPmYAkIAKhvZHG /JdZrhnMZKU4+04YgIQQ9jy7yI6JsFm+mBppqJ/SxyYbRzGfFmBG/BrYNYaixC0W +7m52DKDjYzpoSrrvb0Te3Tdd4NHs1U4gUSDdQw09gqhNma2vv1ZaGQpC1wLeGKX 4i6KWNtPpGmpiJkpHeX2yab7wtwdvmN2KuplgvTi/MSNoSytkxM= =DcSV -----END PGP SIGNATURE----- --kYPcaNYAkgRnafFX--