Date: Wed, 24 Sep 2003 22:23:39 -0500 From: Jeremy Messenger <mezz7@cox.net> To: freebsd-gnome@freebsd.org Subject: Port patch: graphics/dia (0.92-pre3), fix a python script in the 'make'.. Message-ID: <oprv1c1pr78ckrg5@smtp.central.cox.net>
next in thread | raw e-mail | index | archive | help
------------KJ7f8ErkZMvj4VpvCJSXLb Content-Type: text/plain; format=flowed; charset=utf-8 Content-Transfer-Encoding: 8bit When I did the upgrade all stuff and I noticed the error msg in the dia's 'make' following: =============================== Entry format: country_code percentage% (translated,fuzzy,total) translated includes fuzzy entries. E: po-checktrans failed to run. Please check that python is installed E: on your system. gmake[2]: Leaving directory `/usr/ports/graphics/dia/work/dia-0.92-pre3' =============================== It was easy to fix, so here's an attach of it. Cheers, Mezz -- bsdforums.org 's moderator, mezz. ------------KJ7f8ErkZMvj4VpvCJSXLb Content-Disposition: attachment; filename=patch-po-checktrans.py Content-Type: text/plain; name=patch-po-checktrans.py Content-Transfer-Encoding: 8bit --- po-checktrans.py.orig Wed Sep 24 21:32:42 2003 +++ po-checktrans.py Wed Sep 24 21:33:03 2003 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # This quick hack gives translation statistics (from the core translation # files). ------------KJ7f8ErkZMvj4VpvCJSXLb--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?oprv1c1pr78ckrg5>