Received: by mail.netbsd.org (Postfix, from userid 605) id 4973C85EF2; Fri, 19 Aug 2016 10:33:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A7BC685EEA for ; Fri, 19 Aug 2016 10:23:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id xE1RZ3-Ab5j1 for ; Fri, 19 Aug 2016 10:23:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 50EB785E5D for ; Fri, 19 Aug 2016 10:23:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4DCA5FBC3; Fri, 19 Aug 2016 10:23:26 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 19 Aug 2016 10:23:26 +0000 From: "matthew green" Subject: CVS commit: src/distrib/sets To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20160819102326.4DCA5FBC3@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "matthew green" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: mrg Date: Fri Aug 19 10:23:26 UTC 2016 Modified Files: src/distrib/sets: sets.subr Log Message: xorg_server_ver doesn't depend upon xorg_server though it probably could. fixes build isses with header files being missing. XXX: with no server, they shouldn't be useful, so fix this properly by not installing them once it is verified to work properly. To generate a diff of this commit: cvs rdiff -u -r1.177 -r1.178 src/distrib/sets/sets.subr Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.