how to make mkinstalldirs

2013-08-04 Thread Gary Aitken
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.

Gary 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: how to make mkinstalldirs

2013-08-04 Thread Eduardo Morras
On Sun, 04 Aug 2013 12:24:46 -0600
Gary Aitken vagab...@blackfoot.net 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 emorr...@yahoo.es
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: how to make mkinstalldirs

2013-08-04 Thread Gary Aitken
On 08/04/13 13:25, Eduardo Morras wrote:
 On Sun, 04 Aug 2013 12:24:46 -0600
 Gary Aitken vagab...@blackfoot.net 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

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org