From owner-freebsd-questions@FreeBSD.ORG Sun Aug 4 20:44:19 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 118FB7BB for ; Sun, 4 Aug 2013 20:44:19 +0000 (UTC) (envelope-from vagabond@blackfoot.net) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D4A742948 for ; Sun, 4 Aug 2013 20:44:18 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [12.32.36.73]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id r74KiA7k012995 for ; Sun, 4 Aug 2013 14:44:10 -0600 (MDT) (envelope-from vagabond@blackfoot.net) Message-ID: <51FEBD1A.20001@blackfoot.net> Date: Sun, 04 Aug 2013 14:44:10 -0600 From: Gary Aitken User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130730 Thunderbird/17.0.7 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: how to make mkinstalldirs References: <51FE9C6E.4000304@blackfoot.net> <20130804212538.e080d5989aa6b24675c6a01e@yahoo.es> In-Reply-To: <20130804212538.e080d5989aa6b24675c6a01e@yahoo.es> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Sun, 04 Aug 2013 14:44:11 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Aug 2013 20:44:19 -0000 On 08/04/13 13:25, Eduardo Morras wrote: > On Sun, 04 Aug 2013 12:24:46 -0600 > Gary Aitken wrote: > >> Can anyone give me some hints on how to manually (or automagically) create >> mkinstalldirs for a port? >> >> ports/graphics/ufraw fails to build due to >> >> install: /usr/local/share/glib-2.0/gettext/mkinstalldirs: No such file or directory >> >> It's not supposed to be needed if automake is >= 1.9, but automake in the ports >> tree is 1.4. > > Today I updated my system (9.1) and automake updated from 1.12.6 to 1.14 > > Perhaps you forget to update the ports tree first typo on my part. should read: It's not supposed to be needed if automake is >= 1.19, but automake in the ports tree is 1.14 I'm up to date with automake as far as I know, and ufraw still requires mkinstalldirs to build. Thanks for the reply, though, Gary