Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Oct 2000 23:11:23 -0700
From:      Scott Renfro <scott@renfro.org>
To:        Kevin Lo <kevlo@FreeBSD.ORG>, 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>
In-Reply-To: <200010211239.FAA33497@freefall.freebsd.org>; from kevlo@FreeBSD.ORG on Sat, Oct 21, 2000 at 05:39:10AM -0700

next in thread | previous in thread | raw e-mail | index | archive | help
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 <scott@renfro.org>                          +1 650 906 9618


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001021231123.A71251>