On Thu, Jul 14, 2011 at 10:19:58AM +0100, Daniel P. Berrange thus spake:
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

What about the issue of not being able to disable nls, so the files aren't
built or installed?

Thanks for looking into this...

Thanks,
Jason
--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5

_______________________________________________
virt-tools-list mailing list
virt-tools-list@redhat.com
https://www.redhat.com/mailman/listinfo/virt-tools-list

Reply via email to