pkgsrc-Bugs archive

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

pkg/44968: chat/gajim depends on py-sqlite3, not py-sqlite2



>Number:         44968
>Category:       pkg
>Synopsis:       chat/gajim depends on py-sqlite3, not py-sqlite2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat May 14 12:20:00 +0000 2011
>Originator:     Matthias Rampke
>Release:        DragonFly
>Organization:
>Environment:
DragonFly tp.2pktfkt.net 2.11-DEVELOPMENT DragonFly 
v2.11.0.174.gf3d10-DEVELOPMENT #0: Fri May 13 08:41:30 CEST 2011     
matthias%tp.2pktfkt.net@localhost:/usr/obj/export/src/sys/GENERIC  i386
>Description:
Gajim depends on py-sqlite3 [1]


[1] http://hg.gajim.org/gajim?cmd=changeset;node=385e65dabb82
>How-To-Repeat:
try to run gajim
>Fix:
Note that the following patch depends on a buildlink3.mk for py-sqlite3, see PR 
pkg/44967.

diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile
index c5d9b43..24c6632 100644
--- a/chat/gajim/Makefile
+++ b/chat/gajim/Makefile
@@ -24,7 +24,7 @@ GNU_CONFIGURE=        yes
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"
-.include "../../databases/py-sqlite2/buildlink3.mk"
+.include "../../databases/py-sqlite3/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/libXScrnSaver/buildlink3.mk"
 .include "../../x11/py-gtk2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index