Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 1E7FA63C07C for ; Fri, 11 Jan 2013 14:57:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D25F814A155; Fri, 11 Jan 2013 14:57:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 775B714A154 for ; Fri, 11 Jan 2013 14:57:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2KgDp_ezcTvd for ; Fri, 11 Jan 2013 14:57:28 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 02F5814A14E for ; Fri, 11 Jan 2013 14:57:28 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D763D175DD; Fri, 11 Jan 2013 14:57:27 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 11 Jan 2013 14:57:27 +0000 From: "Sean Boudreau" Subject: CVS commit: pkgsrc/devel/gtexinfo To: pkgsrc-changes@NetBSD.org Reply-To: seanb@netbsd.org X-Mailer: log_accum Message-Id: <20130111145727.D763D175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: seanb Date: Fri Jan 11 14:57:27 UTC 2013 Modified Files: pkgsrc/devel/gtexinfo: Makefile Log Message: Don't use REPLACE_BASH in util/texi2dvi script. /bin/sh seems fine in my testing. Adding dependency on bash in gtexinfo causes a circular dependency on hosts without makeinfo since bash requires makeinfo and makeinfo gets replaced with gtexinfo. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 pkgsrc/devel/gtexinfo/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.