From owner-svn-ports-head@freebsd.org Tue Mar 22 18:48:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02738AD927A; Tue, 22 Mar 2016 18:48:51 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9DA5B163A; Tue, 22 Mar 2016 18:48:50 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Subject: Re: svn commit: r411670 - head/sysutils/acpica-tools/files To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201603221747.u2MHlkpU002213@repo.freebsd.org> From: Jung-uk Kim Message-ID: <56F1938D.4050804@FreeBSD.org> Date: Tue, 22 Mar 2016 14:48:45 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <201603221747.u2MHlkpU002213@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="hqrVP1M1Qxac97QDCnGSCxwPBTUENImgl" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 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: Tue, 22 Mar 2016 18:48:51 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --hqrVP1M1Qxac97QDCnGSCxwPBTUENImgl Content-Type: multipart/mixed; boundary="1GGoV3aG1sKGvrHdK1msctDbdQ3vviTRk" From: Jung-uk Kim 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--