pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python15 Name platform-dependent directory plat-$...
details: https://anonhg.NetBSD.org/pkgsrc/rev/69b7afddd6f3
branches: trunk
changeset: 476637:69b7afddd6f3
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed Jun 16 22:57:50 2004 +0000
description:
Name platform-dependent directory plat-${LOWER_OPSYS} instead of
plat-${LOWER_OPSYS}1. It makes this package build on platforms where
the major version is not 1.
Bump PKGREIVISION.
diffstat:
lang/python15/Makefile | 4 +++-
lang/python15/PLIST | 30 +++++++++++++++---------------
2 files changed, 18 insertions(+), 16 deletions(-)
diffs (73 lines):
diff -r 3a820bcb86c4 -r 69b7afddd6f3 lang/python15/Makefile
--- a/lang/python15/Makefile Wed Jun 16 21:35:00 2004 +0000
+++ b/lang/python15/Makefile Wed Jun 16 22:57:50 2004 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2004/01/20 12:19:17 agc Exp $
+# $NetBSD: Makefile,v 1.8 2004/06/16 22:57:50 minskim Exp $
#
DISTNAME= py152
PKGNAME= python15-1.5.2
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.python.org/ftp/python/src/
EXTRACT_SUFX= .tgz
@@ -14,6 +15,7 @@
WRKSRC= ${WRKDIR}/Python-1.5.2
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-thread
+CONFIGURE_ENV+= MACHDEP=${LOWER_OPSYS}
INSTALL_TARGET= altinstall
diff -r 3a820bcb86c4 -r 69b7afddd6f3 lang/python15/PLIST
--- a/lang/python15/PLIST Wed Jun 16 21:35:00 2004 +0000
+++ b/lang/python15/PLIST Wed Jun 16 22:57:50 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:29:46 seb Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/06/16 22:57:50 minskim Exp $
bin/python1.5
include/python1.5/Python.h
include/python1.5/abstract.h
@@ -462,19 +462,19 @@
lib/python1.5/pipes.py
lib/python1.5/pipes.pyc
lib/python1.5/pipes.pyo
-lib/python1.5/plat-${LOWER_OPSYS}1/FCNTL.py
-lib/python1.5/plat-${LOWER_OPSYS}1/FCNTL.pyc
-lib/python1.5/plat-${LOWER_OPSYS}1/FCNTL.pyo
-lib/python1.5/plat-${LOWER_OPSYS}1/IN.py
-lib/python1.5/plat-${LOWER_OPSYS}1/IN.pyc
-lib/python1.5/plat-${LOWER_OPSYS}1/IN.pyo
-lib/python1.5/plat-${LOWER_OPSYS}1/SOCKET.py
-lib/python1.5/plat-${LOWER_OPSYS}1/SOCKET.pyc
-lib/python1.5/plat-${LOWER_OPSYS}1/SOCKET.pyo
-lib/python1.5/plat-${LOWER_OPSYS}1/TERMIOS.py
-lib/python1.5/plat-${LOWER_OPSYS}1/TERMIOS.pyc
-lib/python1.5/plat-${LOWER_OPSYS}1/TERMIOS.pyo
-lib/python1.5/plat-${LOWER_OPSYS}1/regen
+lib/python1.5/plat-${LOWER_OPSYS}/FCNTL.py
+lib/python1.5/plat-${LOWER_OPSYS}/FCNTL.pyc
+lib/python1.5/plat-${LOWER_OPSYS}/FCNTL.pyo
+lib/python1.5/plat-${LOWER_OPSYS}/IN.py
+lib/python1.5/plat-${LOWER_OPSYS}/IN.pyc
+lib/python1.5/plat-${LOWER_OPSYS}/IN.pyo
+lib/python1.5/plat-${LOWER_OPSYS}/SOCKET.py
+lib/python1.5/plat-${LOWER_OPSYS}/SOCKET.pyc
+lib/python1.5/plat-${LOWER_OPSYS}/SOCKET.pyo
+lib/python1.5/plat-${LOWER_OPSYS}/TERMIOS.py
+lib/python1.5/plat-${LOWER_OPSYS}/TERMIOS.pyc
+lib/python1.5/plat-${LOWER_OPSYS}/TERMIOS.pyo
+lib/python1.5/plat-${LOWER_OPSYS}/regen
lib/python1.5/popen2.py
lib/python1.5/popen2.pyc
lib/python1.5/popen2.pyo
@@ -934,7 +934,7 @@
lib/python1.5/xmllib.pyo
@dirrm lib/python1.5/test/output
@dirrm lib/python1.5/test
-@dirrm lib/python1.5/plat-${LOWER_OPSYS}1
+@dirrm lib/python1.5/plat-${LOWER_OPSYS}
@dirrm lib/python1.5/lib-tk
@dirrm lib/python1.5/lib-stdwin
@exec ${MKDIR} %D/lib/python1.5/lib-dynload
Home |
Main Index |
Thread Index |
Old Index