From owner-svn-src-all@FreeBSD.ORG Wed Dec 4 19:19:39 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76AE133F; Wed, 4 Dec 2013 19:19:39 +0000 (UTC) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9463618AF; Wed, 4 Dec 2013 19:19:38 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id hq4so8500602wib.5 for ; Wed, 04 Dec 2013 11:19:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=vZeb8z2ByKwgRAsyJg/WVZnoB0tcWmfzJQvPkjVgAEc=; b=PdWYPWvIVOsdg8bc/uIVrcs/YteOEj49LUgZYtkuHIWZcpHrD3XhXG3ZA7nh2C72jI qtr7DFdnvucgdqfifkLbuufOjUGTQQco77vNonf6jV5En0za3iFlugESTOk8aINerx6w PBSTTqMr9rVN+FKzYbF2lOrddCwc5FOQ/eoyB+ZUAbOw+gAhMVpp/9jSmM3rVk7jpG3f MXsnW7PidRwdRrdsv0y3zRQ8EmCu6DFPi4GzBOJScCi+0BmEoBM2kkxnml+6OfuFPLpG BEXpByMGEC3L/+cyJAsJ48YEYHZsR9SrN0psq+/DomFFtT4ZGYeZ5x2z5/u8SrD9Yj56 9wvA== X-Received: by 10.180.89.68 with SMTP id bm4mr8870088wib.0.1386184773856; Wed, 04 Dec 2013 11:19:33 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id fj8sm1812892wib.1.2013.12.04.11.19.32 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 04 Dec 2013 11:19:32 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 4 Dec 2013 20:19:30 +0100 From: Baptiste Daroussin To: "David E. O'Brien" Subject: Re: svn commit: r258931 - head/usr.bin/yacc Message-ID: <20131204191930.GB76976@ithaqua.etoilebsd.net> References: <201312041915.rB4JFuxA047566@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="s/l3CgOIzMHHjg/5" Content-Disposition: inline In-Reply-To: <201312041915.rB4JFuxA047566@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Dec 2013 19:19:39 -0000 --s/l3CgOIzMHHjg/5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 04, 2013 at 07:15:56PM +0000, David E. O'Brien wrote: > Author: obrien > Date: Wed Dec 4 19:15:56 2013 > New Revision: 258931 > URL: http://svnweb.freebsd.org/changeset/base/258931 >=20 > Log: > Add missing bits from the vendor's 2005-05-04 change to > contrib/byacc/makefile.in ("add YYPATCH here so it can be tested by > applications") so that applications have a hope of detecting newer > FreeBSD YACC output from an older one. > =20 > Submitted by: Juniper Networks >=20 > Modified: > head/usr.bin/yacc/Makefile >=20 > Modified: head/usr.bin/yacc/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/usr.bin/yacc/Makefile Wed Dec 4 19:04:56 2013 (r258930) > +++ head/usr.bin/yacc/Makefile Wed Dec 4 19:15:56 2013 (r258931) > @@ -1,7 +1,8 @@ > # @(#)Makefile 5.3 (Berkeley) 5/12/90 > # $FreeBSD$ > =20 > -.PATH: ${.CURDIR}/../../contrib/byacc > +BYACC_SRC=3D ${.CURDIR}/../../contrib/byacc > +.PATH: ${BYACC_SRC} > =20 > PROG=3D yacc > SRCS=3D closure.c error.c graph.c lalr.c lr0.c main.c mkpar.c output.c \ > @@ -12,7 +13,10 @@ CFLAGS+=3D -DMIXEDCASE_FILENAMES=3D1 \ > -DHAVE_FCNTL_H=3D1 \ > -DHAVE_ATEXIT=3D1 \ > -DHAVE_MKSTEMP=3D1 > - =09 > + > +YYPATCH!=3D cat ${BYACC_SRC}/VERSION > +CFLAGS+=3D -DYYPATCH=3D${YYPATCH} > + > LINKS=3D ${BINDIR}/yacc ${BINDIR}/byacc > MLINKS=3D yacc.1 byacc.1 > =20 > _______________________________________________ > svn-src-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-src-all > To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" Thanks Sorry I missed it, regards, Bapt --s/l3CgOIzMHHjg/5 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlKfgEIACgkQ8kTtMUmk6ExEWwCfQFKWE8YVX6J7iNKkH//5pewd LXQAn2nWl9qfU6kfMj5jHwfbMyB/BxGu =8Rdz -----END PGP SIGNATURE----- --s/l3CgOIzMHHjg/5--