Port patch: graphics/dia (0.92-pre3), fix a python script in the 'make'..

Jeremy Messenger mezz7 at cox.net
Wed Sep 24 20:24:37 PDT 2003


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.
-------------- next part --------------
--- 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).


More information about the freebsd-gnome mailing list