Update WANTLIB after ncurses update. While here remove unneeded pthread-stubs

and xcb from -tkinter.  With help from sthen@
This commit is contained in:
fgsch 2010-09-16 22:34:08 +00:00
parent e5d59ebe86
commit 06cc1c44bb
3 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.28 2010/04/15 18:35:02 jasper Exp $
# $OpenBSD: Makefile,v 1.29 2010/09/16 22:34:08 fgsch Exp $
VERSION= 2.4
PATCHLEVEL= .6
PKG_PATCHLEVEL= p3
PKG_PATCHLEVEL= p4
SHARED_LIBS= python2.4 1.0
BROKEN-mips64 = Floating point exception while generating pyc objects

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.38 2010/04/15 18:35:02 jasper Exp $
# $OpenBSD: Makefile,v 1.39 2010/09/16 22:34:08 fgsch Exp $
VERSION= 2.5
PATCHLEVEL= .4
PKG_PATCHLEVEL= p5
PKG_PATCHLEVEL= p6
SHARED_LIBS= python2.5 1.0
BROKEN-mips64 = Floating point exception while generating pyc objects

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.65 2010/09/03 19:20:06 sthen Exp $
# $OpenBSD: Makefile.inc,v 1.66 2010/09/16 22:34:08 fgsch Exp $
# IMPORTANT! If you make any changes to the Python ports, be sure
# to also update files/CHANGES.OpenBSD for your change. This is a
@ -49,8 +49,8 @@ LIB_DEPENDS=
LIB_DEPENDS-main= bz2::archivers/bzip2
RUN_DEPENDS-main=
WANTLIB-main= ssl panel m crypto c util z readline pthread \
ncurses stdc++ expat ossaudio
WANTLIB-main= ssl panelw m crypto c util z readline pthread \
ncursesw stdc++ expat ossaudio
.if ${VERSION} == "2.5" || ${VERSION} == "2.6"
LIB_DEPENDS-main+= sqlite3::databases/sqlite3
.endif
@ -61,7 +61,7 @@ RUN_DEPENDS-idle= ${RUN_DEPENDS} \
::lang/python/${VERSION},-tkinter
LIB_DEPENDS-tkinter= tcl84:tcl->=8.4,<8.5:lang/tcl/8.4 \
tk84:tk->=8.4,<8.5:x11/tk/8.4
WANTLIB-tkinter= X11 pthread-stubs xcb
WANTLIB-tkinter= X11
FULLPKGNAME-bsddb= python-bsddb-${VERSION}${PATCHLEVEL}${PKG_PATCHLEVEL}
FULLPKGNAME-gdbm= python-gdbm-${VERSION}${PATCHLEVEL}${PKG_PATCHLEVEL}