On Sat, 11 Sep 2010, Federico G. Schwindt wrote:

> On Mon, Aug 30, 2010 at 05:27:58PM +0100, Federico G. Schwindt wrote:
> > 
> >   Tested on amd64. No changes in regress.
> >   Would like to see some testing on other arches.
> >   Ta.

Hi, 
I think the following diff is needed after addition of wide character 
support in ncurses.

cheers, 
david

Index: Makefile.inc
===================================================================
RCS file: /cvs/ports/lang/python/Makefile.inc,v
retrieving revision 1.65
diff -u -p -r1.65 Makefile.inc
--- Makefile.inc        3 Sep 2010 19:20:06 -0000       1.65
+++ Makefile.inc        14 Sep 2010 11:23:05 -0000
@@ -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
Index: 2.4/Makefile
===================================================================
RCS file: /cvs/ports/lang/python/2.4/Makefile,v
retrieving revision 1.28
diff -u -p -r1.28 Makefile
--- 2.4/Makefile        15 Apr 2010 18:35:02 -0000      1.28
+++ 2.4/Makefile        14 Sep 2010 11:23:05 -0000
@@ -2,7 +2,7 @@
 
 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
Index: 2.5/Makefile
===================================================================
RCS file: /cvs/ports/lang/python/2.5/Makefile,v
retrieving revision 1.38
diff -u -p -r1.38 Makefile
--- 2.5/Makefile        15 Apr 2010 18:35:02 -0000      1.38
+++ 2.5/Makefile        14 Sep 2010 11:23:05 -0000
@@ -2,7 +2,7 @@
 
 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
Index: 2.6/Makefile
===================================================================
RCS file: /cvs/ports/lang/python/2.6/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- 2.6/Makefile        23 Jul 2010 13:56:26 -0000      1.17
+++ 2.6/Makefile        14 Sep 2010 11:23:05 -0000
@@ -2,6 +2,7 @@
 
 VERSION=               2.6
 PATCHLEVEL=            .5
+PKG_PATCHLEVEL=                p0
 SHARED_LIBS=           python2.6 1.0
 
 # PSUBDIR=             python/${VERSION}

Reply via email to