From owner-svn-src-head@freebsd.org Wed Oct 19 17:59:03 2016 Return-Path: Delivered-To: svn-src-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 6EC9FC19510; Wed, 19 Oct 2016 17:59:03 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pf0-x22e.google.com (mail-pf0-x22e.google.com [IPv6:2607:f8b0:400e:c00::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F6FAB3; Wed, 19 Oct 2016 17:59:03 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pf0-x22e.google.com with SMTP id 128so19917435pfz.0; Wed, 19 Oct 2016 10:59:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=FeTqV8ws/n9oBArWy8lkxTiA9+qWcjIWPFo7Xr7sYns=; b=nhXV/d7wcAOeaJ2bFZ70NAtkfQKMuN6BIb8QzEplW3qgLgcc8Fao3Hc55V57L85Ikp WcjE8kE2tL/S8Tr9+eyqHvnKFHRxlaPaeEOz+F8YBXqsnL8eplZS+4KFQBUeA8pTvpmn V12/J7MdYNx+G884swIIDnPjKY/X/PenuGzBPzboOWk2xdTtXjTmE+ZFqsCuEqspDuS9 bejHx+nLA5vAKwHurn0tu/KRqITNk/GZ9FF8y+1LD5369CWuuMYRKAneG6qAmBqdqF7v 8X/nw6bDaaqxtLmkiAaTIqDWPcitHnlFdPWlrgse3gao1zZCUKEIAxvViJbysfXCb3Qy ChnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=FeTqV8ws/n9oBArWy8lkxTiA9+qWcjIWPFo7Xr7sYns=; b=EKZo0gcWEnJJiJgcsjnSPZF7TUiw8cv3qM9odJLLzpBflRaBJm+yKGGfCJUqXS//O+ nVaE0dUTUCtZ8luIoZ2KvGr4eJ2dJMZtGRhNTbR8WbG6e7Nvnz/YJX9cURsMUR5eRqQX fDm+esJz+vdQmQVTUWuMFTPRTyj/iGR05bxP2q0uoxUZKAWJaw4GdnX6eel0jNlOzA9z iGwOPEHCAkAFLr8+816i6qiFxbJuE/vBNgqGv1V/T9OYvcTBuZZNIk+5r1CZzHRwpDvg opZMhq7fTwqGeXky0ns6AomMVZXZ8v6UtBGPrXJ8eZbge5Y3lIqG5+0OV80mTqk8Drf7 mKsQ== X-Gm-Message-State: AA6/9RkaJat9Xmq5ZS1wyOjtm1Nbwy5d4MLeOkOIcQy5pczm+dls8NF+BHmKzgdhxa+9PA== X-Received: by 10.99.121.133 with SMTP id u127mr11165052pgc.4.1476899942564; Wed, 19 Oct 2016 10:59:02 -0700 (PDT) Received: from ?IPv6:2607:fb90:80bb:5bf8:8135:9c53:abb9:3522? ([2607:fb90:80bb:5bf8:8135:9c53:abb9:3522]) by smtp.gmail.com with ESMTPSA id x190sm65461216pfd.20.2016.10.19.10.59.01 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 19 Oct 2016 10:59:01 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r307648 - head From: Ngie Cooper X-Mailer: iPhone Mail (14A456) In-Reply-To: <201610191742.u9JHgj65065110@repo.freebsd.org> Date: Wed, 19 Oct 2016 10:59:00 -0700 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <5CC7C8B0-8D03-41C8-ACBD-37DCDCD7335B@gmail.com> References: <201610191742.u9JHgj65065110@repo.freebsd.org> To: Ed Maste X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 17:59:03 -0000 > On Oct 19, 2016, at 10:42, Ed Maste wrote: >=20 > Author: emaste > Date: Wed Oct 19 17:42:45 2016 > New Revision: 307648 > URL: https://svnweb.freebsd.org/changeset/base/307648 >=20 > Log: > Fix MK_SHAREDOCS test from r306864 >=20 > Groff is needed only if MK_GROFF and MK_SHAREDOCS are both true. Thank you!! -Ngie > Modified: > head/Makefile.inc1 >=20 > Modified: head/Makefile.inc1 > =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/Makefile.inc1 Wed Oct 19 17:32:38 2016 (r307647) > +++ head/Makefile.inc1 Wed Oct 19 17:42:45 2016 (r307648) > @@ -1586,7 +1586,7 @@ _strfile=3D usr.bin/fortune/strfile > _gperf=3D gnu/usr.bin/gperf > .endif >=20 > -.if ${MK_SHAREDOCS} !=3D "no" || ${MK_GROFF} !=3D "no" > +.if ${MK_SHAREDOCS} !=3D "no" && ${MK_GROFF} !=3D "no" > _groff=3D gnu/usr.bin/groff \ > usr.bin/soelim > .endif >=20