Date: Tue, 22 Mar 2016 14:48:45 -0400 From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r411670 - head/sysutils/acpica-tools/files Message-ID: <56F1938D.4050804@FreeBSD.org> In-Reply-To: <201603221747.u2MHlkpU002213@repo.freebsd.org> References: <201603221747.u2MHlkpU002213@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) --hqrVP1M1Qxac97QDCnGSCxwPBTUENImgl Content-Type: multipart/mixed; boundary="1GGoV3aG1sKGvrHdK1msctDbdQ3vviTRk" From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <56F1938D.4050804@FreeBSD.org> Subject: Re: svn commit: r411670 - head/sysutils/acpica-tools/files References: <201603221747.u2MHlkpU002213@repo.freebsd.org> In-Reply-To: <201603221747.u2MHlkpU002213@repo.freebsd.org> --1GGoV3aG1sKGvrHdK1msctDbdQ3vviTRk Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 03/22/16 01:47 PM, Jung-uk Kim wrote: > Author: jkim > Date: Tue Mar 22 17:47:45 2016 > New Revision: 411670 > URL: https://svnweb.freebsd.org/changeset/ports/411670 >=20 > Log: > Really fix spurious build failures and make it more safer. Header fi= le is > generated on the current working directory regardless of -o option. =2E.. Actually, it is a bug in yacc -o option parsing, i.e., prefix is not set properly if there's ".c" somewhere in its argument. For example, with "-d -ofoo.cXyZ/bar.c", the prefix is set to "foo" and "foo.h" is created on the current directory, rather than creating "bar.h" in "foo.cXyZ", because it simply uses strstr(3) to find the prefix. :-( Jung-uk Kim --1GGoV3aG1sKGvrHdK1msctDbdQ3vviTRk-- --hqrVP1M1Qxac97QDCnGSCxwPBTUENImgl 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 iQEcBAEBCAAGBQJW8ZOSAAoJEHyflib82/FG/mAH/RDXJUjzf1dh7pPMVQ4RnqL8 +bv8MGSDRxz5EN9H8VDPiaNbhrrqk5xNuBL5nMsZcvDegUaIy20pCKG3RLv89D+b h5/ooYpRN2Lz3PAK7zSWHEx/Ph4eDFgHdvFoNayKoU684+H4cs4DOn8eQpGWbla1 EiqyoKrQJpAKPYnSq1Cpg0W/WOfWue9e/zZ4ShlBoff0/pzO2QEvTFGGdVz/p13O VW+OAe3iBBOsYgmDuXXsBONnpjZm+O+hhq8iMr7xHjMgSDREaqfuf8CeRzZt/DUn HNSbfMY1aTsOGbzQfzGes2rT5M8OVaJqNhfh8FQgA8/X1uFqr6UXyZ+0exhaZAc= =vxhz -----END PGP SIGNATURE----- --hqrVP1M1Qxac97QDCnGSCxwPBTUENImgl--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56F1938D.4050804>