On Tue, Jul 12, 2011 at 04:38:14PM -0700, Jason Helfman wrote: > > I've solved this with a post-build patch, and am not dealing with disabling > of nls, because it appears that that is not honored at the moment, and would > rather update the port and wait for the next release to hopefully fix this > issue. Here is a link to the update for the port. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158847 > > Here is the patch: > > --- ./po/Makefile.orig 2011-07-12 14:56:48.000000000 -0700 > +++ ./po/Makefile 2011-07-12 14:57:20.000000000 -0700 > @@ -33,7 +33,7 @@ > datadir = ${datarootdir} > datarootdir = ${prefix}/share > libdir = ${exec_prefix}/lib > -DATADIRNAME = lib > +DATADIRNAME = share > itlocaledir = $(prefix)/$(DATADIRNAME)/locale > subdir = po > install_sh = ${SHELL} > /home/jhelfman/ports/net-mgmt/virt-viewer/work/virt-viewer-0.4.0/install-sh
I think I have found a possible cause of the problem. The configure.ac script is running both IT_PROG_INTLTOOL and AM_GLIB_GNU_GETTEXT. I think if I remove the latter, then things should work fine, and if not then this would allow overriding with 'DATADIRNAME=share ./configure' which doesn't currently work Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :| _______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
