switch to python 2.4 and bump PKGNAME. go ahead espie@

This commit is contained in:
steven 2006-06-03 17:40:48 +00:00
parent 05fb4d129f
commit fbff0d1a2c
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2006/01/12 14:33:36 aanriot Exp $
# $OpenBSD: Makefile,v 1.24 2006/06/03 17:40:48 steven Exp $
COMMENT= "easy to use, graphical editor"
@ -6,7 +6,7 @@ CATEGORIES= editors
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= ftp://ftp.ibiblio.org/pub/Linux/apps/editors/X/cooledit/
DISTNAME= cooledit-3.17.14
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
SHARED_LIBS= Cw 1.0
@ -15,7 +15,7 @@ MAINTAINER= Marc Espie <espie@openbsd.org>
FLAVORS= python
FLAVOR?=
PYTHON_VER= 2.3
PYTHON_VER= 2.4
WANTLIB= X11 c util
USE_LIBTOOL= Yes

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-configure,v 1.5 2005/05/16 20:26:51 alek Exp $
$OpenBSD: patch-configure,v 1.6 2006/06/03 17:40:48 steven Exp $
--- configure.orig Sat Nov 27 09:46:40 2004
+++ configure Thu Apr 28 23:29:06 2005
@@ -20225,15 +20225,17 @@ cat >>confdefs.h <<_ACEOF
@ -33,7 +33,7 @@ $OpenBSD: patch-configure,v 1.5 2005/05/16 20:26:51 alek Exp $
+if test x$NOPYTHON = x; then
+PYTHON_LIBDIR="${LOCALBASE}/lib/python${PYTHON_VER}/config"
+LIBPY="python2.3"
+LIBPY="python${PYTHON_VER}"
+have_python_config=yes
+PYTHON_INCLUDEDIR="${LOCALBASE}/include/python${PYTHON_VER}"
+have_python_include=yes