pkgsrc-Users archive

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

Re: CVS commit: pkgsrc/databases/py-sqlite2



On Mon, Sep 08, 2008 at 09:27:15PM +0200, Frederic Jaeckel wrote:
> I have problem with gajim working with this version and downgrading the
> Makefile to 1.5 works for me.

Does compiling it with python-2.5 work?
I.e. use attached diff, pkg_delete py24-sqlite2, reinstall py-sqlite2
and build gajim again.
 Thomas
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/databases/py-sqlite2/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile    6 Sep 2008 16:12:44 -0000       1.13
+++ Makefile    9 Sep 2008 11:23:22 -0000
@@ -11,7 +11,8 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-PYDISTUTILSPKG=        yes
+PYDISTUTILSPKG=                        yes
+PYTHON_VERSIONS_ACCEPTED=      25
 
 do-postinstall-test: .PHONY
        ${PYTHONBIN} -c "from pysqlite2 import test;test.test()"


Home | Main Index | Thread Index | Old Index