From owner-freebsd-questions@FreeBSD.ORG Sun Aug 4 19:25:57 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B705543F for ; Sun, 4 Aug 2013 19:25:57 +0000 (UTC) (envelope-from emorrasg@yahoo.es) Received: from nm9-vm0.bullet.mail.ird.yahoo.com (nm9-vm0.bullet.mail.ird.yahoo.com [77.238.189.197]) by mx1.freebsd.org (Postfix) with SMTP id 118F12560 for ; Sun, 4 Aug 2013 19:25:55 +0000 (UTC) Received: from [77.238.189.239] by nm9.bullet.mail.ird.yahoo.com with NNFMP; 04 Aug 2013 19:25:48 -0000 Received: from [46.228.39.81] by tm20.bullet.mail.ird.yahoo.com with NNFMP; 04 Aug 2013 19:25:46 -0000 Received: from [127.0.0.1] by smtp118.mail.ir2.yahoo.com with NNFMP; 04 Aug 2013 19:25:46 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.es; s=s1024; t=1375644346; bh=0em7GSg/G1LKXy9oVkVvRCUy9a0Q/FfYeG69UcAzp6c=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Date:From:To:Subject:Message-Id:In-Reply-To:References:X-Mailer:Disposition-Notification-To:Mime-Version:Content-Type:Content-Transfer-Encoding; b=icDIE+DFa4b2e3StYwvHhxPR44krGiR1tI120ghiGVsfHT8GxAUsFkQI7tu6m6u3BRd/nkXPweJRwkR5yRbBA62DY6Nxs0dslXeAvtSNOLbZBCrr5hzAkbhatHNh4E8vW6EFMzS7Sdl1FNpJu3ERCfOQYTFo+TGSO8gTZwjFVzo= X-Yahoo-Newman-Id: 820428.13830.bm@smtp118.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: k9duTCIVM1nxHct26IUET2B1KM9HnI.Y0Cf_rjYRYoX.mhw QbQmflOkMAU1czQRTLi96TUGZOVyFAl.y3I_QYZAPQjFTMi0EuQfELsuQbNM vElBs1vO0h3EuX9SKcqohKrwO9lGWOqD.BOghKXzWOogMds_mJjEpdZavZJD hwuobfzeCMqscB3BgszG8z3m4bmeRlAlvUjKeb7uBT9Vv.veHnehyip4pUsC 2cB7tfjxsXXhC4sGhLZ5EeppTRKo11KRsj7UtHjhKUvx4NwFArgVar2F_LcR cZ9LjAjKRK0tiSX1QTy5dlV3O1bj8qbmcHjWI2ocWPplHMqJNIVQXEI2XTCK auD_klNSEKsSbWRnVgxKx9.IhsMRB5HSNXY2nLyKqVeB.YtrEA3gCzVwOx7A _Kuah93cuodXlS6YXA8TgAC4xa9El0hAQL_BC6tXmj.9CnJoahhYe8pKptEt oc9D2NZL5yUp5bU_waoyLoxy9Hjo.6shq_Ofvx9a0bTz3F6LSe6v.yOs- X-Yahoo-SMTP: mX392iiswBAeJNdO_s.EW62LZDJR X-Rocket-Received: from camibar.emorras.eu (emorrasg@89.7.216.154 with ) by smtp118.mail.ir2.yahoo.com with SMTP; 04 Aug 2013 19:25:46 +0000 UTC Date: Sun, 4 Aug 2013 21:25:38 +0200 From: Eduardo Morras To: freebsd-questions@freebsd.org Subject: Re: how to make mkinstalldirs Message-Id: <20130804212538.e080d5989aa6b24675c6a01e@yahoo.es> In-Reply-To: <51FE9C6E.4000304@blackfoot.net> References: <51FE9C6E.4000304@blackfoot.net> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 19:25:57 -0000 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 > > Gary --- --- Eduardo Morras