[57887] trunk/dports/python/py25-liblzma

afb at macports.org afb at macports.org
Fri Sep 18 01:59:00 PDT 2009


Revision: 57887
          http://trac.macports.org/changeset/57887
Author:   afb at macports.org
Date:     2009-09-18 01:58:56 -0700 (Fri, 18 Sep 2009)
Log Message:
-----------
split patch that accidentally got merged

Modified Paths:
--------------
    trunk/dports/python/py25-liblzma/Portfile
    trunk/dports/python/py25-liblzma/files/pyliblzma-python25.diff

Added Paths:
-----------
    trunk/dports/python/py25-liblzma/files/patch-liblzma.h

Modified: trunk/dports/python/py25-liblzma/Portfile
===================================================================
--- trunk/dports/python/py25-liblzma/Portfile	2009-09-18 06:56:37 UTC (rev 57886)
+++ trunk/dports/python/py25-liblzma/Portfile	2009-09-18 08:58:56 UTC (rev 57887)
@@ -18,4 +18,4 @@
 checksums		md5 8e5596bc60e784c74f10e94820655336
 
 depends_build		port:py-setuptools port:liblzma
-patchfiles		pyliblzma-python25.diff
+patchfiles		patch-liblzma.h pyliblzma-python25.diff

Added: trunk/dports/python/py25-liblzma/files/patch-liblzma.h
===================================================================
--- trunk/dports/python/py25-liblzma/files/patch-liblzma.h	                        (rev 0)
+++ trunk/dports/python/py25-liblzma/files/patch-liblzma.h	2009-09-18 08:58:56 UTC (rev 57887)
@@ -0,0 +1,10 @@
+diff -u pyliblzma-0.5.2.orig/liblzma.h pyliblzma-0.5.2/liblzma.h
+--- liblzma.h	2009-01-26 01:51:17.000000000 +0100
++++ liblzma.h	2009-03-02 10:29:20.000000000 +0100
+@@ -49,5 +58,5 @@
+ 
+ #define INITCHECK if (!self->is_initialised) {	PyErr_Format(PyExc_RuntimeError, "%s object not initialised!", self->ob_type->tp_name);	return NULL; }
+ 
+-PyObject *module;
++extern PyObject *module;
+ #endif /* LIBLZMA_H */


Property changes on: trunk/dports/python/py25-liblzma/files/patch-liblzma.h
___________________________________________________________________
Added: svn:eol-style
   + native

Modified: trunk/dports/python/py25-liblzma/files/pyliblzma-python25.diff
===================================================================
--- trunk/dports/python/py25-liblzma/files/pyliblzma-python25.diff	2009-09-18 06:56:37 UTC (rev 57886)
+++ trunk/dports/python/py25-liblzma/files/pyliblzma-python25.diff	2009-09-18 08:58:56 UTC (rev 57887)
@@ -17,13 +17,6 @@
  #include <stdio.h>
  #include <stdlib.h>
  #if defined (__APPLE__) || defined(__FreeBSD__) || \
-@@ -49,5 +58,5 @@
- 
- #define INITCHECK if (!self->is_initialised) {	PyErr_Format(PyExc_RuntimeError, "%s object not initialised!", self->ob_type->tp_name);	return NULL; }
- 
--PyObject *module;
-+extern PyObject *module;
- #endif /* LIBLZMA_H */
 diff -u pyliblzma-0.5.2.orig/liblzma.c pyliblzma-0.5.2/liblzma.c
 --- liblzma.c	2009-01-26 04:09:27.000000000 +0100
 +++ liblzma.c	2009-03-02 10:30:19.000000000 +0100
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090918/a01e0c21/attachment.html>


More information about the macports-changes mailing list