pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-biggles Fix build with Python 2.5 due to m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a611887979b2
branches:  trunk
changeset: 554590:a611887979b2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Feb 16 16:49:16 2009 +0000

description:
Fix build with Python 2.5 due to missing source encoding.

diffstat:

 graphics/py-biggles/distinfo         |  3 ++-
 graphics/py-biggles/patches/patch-aa |  8 ++++++++
 2 files changed, 10 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 407b01979e2e -r a611887979b2 graphics/py-biggles/distinfo
--- a/graphics/py-biggles/distinfo      Mon Feb 16 16:42:38 2009 +0000
+++ b/graphics/py-biggles/distinfo      Mon Feb 16 16:49:16 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 08:45:12 agc Exp $
+$NetBSD: distinfo,v 1.3 2009/02/16 16:49:16 joerg Exp $
 
 SHA1 (python-biggles-1.6.3.tar.gz) = ada51bb368f504151c3e65d776b0314dd6f534df
 RMD160 (python-biggles-1.6.3.tar.gz) = a5723e0ca332bac741079e5ccabff10459ef1be6
 Size (python-biggles-1.6.3.tar.gz) = 107760 bytes
+SHA1 (patch-aa) = 53e927eb559d145e247173e1ad4b125e5374cbcc
diff -r 407b01979e2e -r a611887979b2 graphics/py-biggles/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-biggles/patches/patch-aa      Mon Feb 16 16:49:16 2009 +0000
@@ -0,0 +1,8 @@
+$NetBSD: patch-aa,v 1.1 2009/02/16 16:49:16 joerg Exp $
+
+--- setup.py.orig      2009-02-16 17:43:32.000000000 +0100
++++ setup.py
+@@ -1,2 +1,3 @@
+ #!/usr/bin/env python
++# -*- coding: latin-1
+ #



Home | Main Index | Thread Index | Old Index