Date: Mon, 9 May 2016 11:18:00 -0700 From: Bryan Drewery <bdrewery@FreeBSD.org> To: John Marino <marino@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r414724 - head/Templates Message-ID: <46d6eb29-2a3d-7b4b-b163-3667d24e1dec@FreeBSD.org> In-Reply-To: <201605062057.u46KvuVG006567@repo.freebsd.org> References: <201605062057.u46KvuVG006567@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --N6VXVTeBtcUR8gD1uAwn05bXuVMlgaqXl Content-Type: multipart/mixed; boundary="wj5sSrHFqgeLnl6bQcDusDNJgKo5FrC4B" From: Bryan Drewery <bdrewery@FreeBSD.org> To: John Marino <marino@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <46d6eb29-2a3d-7b4b-b163-3667d24e1dec@FreeBSD.org> Subject: Re: svn commit: r414724 - head/Templates References: <201605062057.u46KvuVG006567@repo.freebsd.org> In-Reply-To: <201605062057.u46KvuVG006567@repo.freebsd.org> --wj5sSrHFqgeLnl6bQcDusDNJgKo5FrC4B Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 5/6/2016 1:57 PM, John Marino wrote: > Author: marino > Date: Fri May 6 20:57:55 2016 > New Revision: 414724 > URL: https://svnweb.freebsd.org/changeset/ports/414724 >=20 > Log: > Cache ac_cv_sys_long_file_names conftest result (always yes) > =20 > There are a few ports that check for long file name support during > configuration, but the conftest actually modifies $LOCALBASE/lib when= > the port is built by the root user. By caching the result (yes), the= > test is avoiding and so is the consequential file system violation. > (The synth test option can detect this FS violation.) > =20 > Differential Revision: https://reviews.freebsd.org/D6160 > Approved by: portmgr (bapt@, bdrewery@) >=20 > Modified: > head/Templates/config.site >=20 > Modified: head/Templates/config.site > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=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/Templates/config.site Fri May 6 19:55:06 2016 (r414723) > +++ head/Templates/config.site Fri May 6 20:57:55 2016 (r414724) > @@ -731,6 +731,9 @@ > : ${ac_cv_have_decl_wmemset=3Dyes} > : ${ac_cv_have_decl_writev=3Dyes} > =20 > +# long file name support test invasively touches localbase, always tru= e > +: ${ac_cv_sys_long_file_names=3Dyes} > + > # function specific > =20 > : ${gl_cv_func_btowc_eof=3Dyes} >=20 Thanks for this. I just ran into this on an older checkout and had never realized it. Your fix worked great. --=20 Regards, Bryan Drewery --wj5sSrHFqgeLnl6bQcDusDNJgKo5FrC4B-- --N6VXVTeBtcUR8gD1uAwn05bXuVMlgaqXl Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJXMNRdAAoJEDXXcbtuRpfPYCsIAI2B7By4CHgsWfhUxb1dvoXb R5E/N+UBpTinU3c0TLfUNTDO/lAsgh/SF6s6yW2RkrH8ytwDI7jXSTRSSqsdipYQ hj/bw5O0jgRre9n1dOTWq3uT8VlriqSxg64BjVIXJiVL2Ur4gCDN551SNTyqVlef Ulu6ZfG9u5rJ3JzD+dz3Zwk1IxXhRXk15gGO7G1kpsz/i6pKEJHkwiYOY9NTBeTN xA7UIqFsGwEIorXNHUn2/cHOHIus7XnRm+bwTwfIhMF7C0eZl6QOZD/f2qb6IdNu RVE9Sq9u5ZvBphNQooFy88nnRvSVt3pHYoLUtsfw38q1CpPMI4wFYA9678fHakU= =YgC8 -----END PGP SIGNATURE----- --N6VXVTeBtcUR8gD1uAwn05bXuVMlgaqXl--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46d6eb29-2a3d-7b4b-b163-3667d24e1dec>