From owner-cvs-all Sat Oct 21 23:12:35 2000 Delivered-To: cvs-all@freebsd.org Received: from proxy4.ba.best.com (proxy4.ba.best.com [206.184.139.15]) by hub.freebsd.org (Postfix) with ESMTP id F376337B479; Sat, 21 Oct 2000 23:12:31 -0700 (PDT) Received: from renfro.org (dynamic42.pm15.san-jose.best.com [209.157.114.170]) by proxy4.ba.best.com (8.9.3/8.9.2/best.out) with ESMTP id XAA01705; Sat, 21 Oct 2000 23:11:29 -0700 (PDT) Received: (from scott@localhost) by renfro.org (8.9.3/8.9.3) id XAA71297; Sat, 21 Oct 2000 23:11:24 -0700 (PDT) (envelope-from scott) Date: Sat, 21 Oct 2000 23:11:23 -0700 From: Scott Renfro To: Kevin Lo , stephen@math.missouri.edu Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/print/dvipdfm Makefile distinfo Message-ID: <20001021231123.A71251@bonsai.home.renfro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200010211239.FAA33497@freefall.freebsd.org>; from kevlo@FreeBSD.ORG on Sat, Oct 21, 2000 at 05:39:10AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Oct 21, 2000 at 05:39:10AM -0700, Kevin Lo wrote: > > Modified files: > print/dvipdfm Makefile distinfo > Log: > Update to version 0.13.2b print/dvipdfm/files/patch-aa is now redundant (and breaks port installation when patch fails) since the Makefile.in distributed with dvipdfm-0.13.2b has the correct mkinstalldirs= line. [root@scott]# grep ^[-+] dvipdfm/files/patch-aa --- Makefile.in Sat Aug 5 23:11:34 2000 +++ Makefile.in Wed Aug 16 15:47:53 2000 -mkinstalldirs=$(SHELL) mkinstalldirs +mkinstalldirs=@SHELL@ mkinstalldirs [root@scott]# and [root@scott]# grep mkinstalldirs= ../distfiles/dvipdfm-0.13.2b/Makefile.in mkinstalldirs=@SHELL@ mkinstalldirs [root@scott]# With patch-aa out of the way, dvipdfm installs and works fine. -scott -- Scott Renfro +1 650 906 9618 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message