summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/py-gdbm/Makefile4
-rw-r--r--databases/py-mysql/Makefile4
-rw-r--r--devel/py-curses/Makefile4
-rw-r--r--math/py-Numeric/Makefile4
-rw-r--r--misc/py-readline/Makefile4
-rw-r--r--security/py-crypto/Makefile4
-rw-r--r--x11/py-Tk/Makefile4
7 files changed, 20 insertions, 8 deletions
diff --git a/databases/py-gdbm/Makefile b/databases/py-gdbm/Makefile
index 3192e7e716e..c3a39e848fe 100644
--- a/databases/py-gdbm/Makefile
+++ b/databases/py-gdbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/09/22 16:13:33 tsarna Exp $
+# $NetBSD: Makefile,v 1.5 1998/09/27 22:24:43 tsarna Exp $
#
DISTNAME= pyth151
@@ -14,6 +14,8 @@ HOMEPAGE= http://www.python.org/doc/lib/module-gdbm.html
DEPENDS+= python-1.5.1:../../lang/python \
gdbm-1.7.3:../../databases/gdbm
+NOT_FOR_ARCHS= alpha # possibly broken
+
WRKSRC= ${WRKDIR}/Python-1.5.1/Modules
ALL_TARGET= default
EXTRACT_AFTER_ARGS= Python-1.5.1/Modules/gdbmmodule.c
diff --git a/databases/py-mysql/Makefile b/databases/py-mysql/Makefile
index a587849eff5..9e2c63a711d 100644
--- a/databases/py-mysql/Makefile
+++ b/databases/py-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/08/20 15:16:45 tsarna Exp $
+# $NetBSD: Makefile,v 1.8 1998/09/27 22:24:43 tsarna Exp $
DISTNAME= MySQLmodule-1.1
PKGNAME= py-mysql-1.1
@@ -13,6 +13,8 @@ HOMEPAGE= http://snail.earthlight.co.nz/projects.html
DEPENDS+= python-1.5.1:../../lang/python \
mysql-3.21.33:../../databases/mysql
+NOT_FOR_ARCHS= alpha # possibly broken
+
EXTRACT_ONLY= MySQLmodule-1.1${EXTRACT_SUFX}
ALL_TARGET= default
diff --git a/devel/py-curses/Makefile b/devel/py-curses/Makefile
index 130a568d4ce..61947e090a4 100644
--- a/devel/py-curses/Makefile
+++ b/devel/py-curses/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/09/22 16:13:34 tsarna Exp $
+# $NetBSD: Makefile,v 1.5 1998/09/27 22:24:43 tsarna Exp $
#
DISTNAME= cursesmodule-1.5b1
@@ -12,6 +12,8 @@ HOMEPAGE= http://starship.skyport.net/crew/amk/howto/curses/curses.html
DEPENDS+= python-1.5.1:../../lang/python
DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
+NOT_FOR_ARCHS= alpha # possibly broken
+
WRKSRC= ${WRKDIR}/cursesmodule
ALL_TARGET= default
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile
index 47e54357564..d159a8910ca 100644
--- a/math/py-Numeric/Makefile
+++ b/math/py-Numeric/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/09/27 22:07:40 tsarna Exp $
+# $NetBSD: Makefile,v 1.11 1998/09/27 22:24:44 tsarna Exp $
DISTNAME= LLNLPython4
PKGNAME= py-Numeric-1.3
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.python.org/sigs/matrix-sig/
DEPENDS+= python-1.5.1:../../lang/python
-NOT_FOR_ARHCS= alpha
+NOT_FOR_ARHCS= alpha # broken, needs investigation
WRKSRC= ${WRKDIR}/LLNLPython4/Numerical
ALL_TARGET= default
diff --git a/misc/py-readline/Makefile b/misc/py-readline/Makefile
index e9f225eb03d..411e3838132 100644
--- a/misc/py-readline/Makefile
+++ b/misc/py-readline/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/09/22 16:13:34 tsarna Exp $
+# $NetBSD: Makefile,v 1.5 1998/09/27 22:24:44 tsarna Exp $
#
DISTNAME= pyth151
@@ -14,6 +14,8 @@ HOMEPAGE= http://www.python.org/doc/tut/interacting.html
DEPENDS+= python-1.5.1:../../lang/python
DEPENDS+= readline-2.2:../../devel/readline
+NOT_FOR_ARCHS= alpha # possibly broken
+
WRKSRC= ${WRKDIR}/Python-1.5.1/Modules
ALL_TARGET= default
EXTRACT_AFTER_ARGS= Python-1.5.1/Modules/readline.c
diff --git a/security/py-crypto/Makefile b/security/py-crypto/Makefile
index 36cb01e8b77..adb851f5cb9 100644
--- a/security/py-crypto/Makefile
+++ b/security/py-crypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/09/22 16:13:34 tsarna Exp $
+# $NetBSD: Makefile,v 1.5 1998/09/27 22:24:44 tsarna Exp $
DISTNAME= pycrypt100
PKGNAME= py-crypto-1.0.0
@@ -11,6 +11,8 @@ HOMEPAGE= http://starship.skyport.net/crew/amk/writing/pct/
DEPENDS+= python-1.5.1:../../lang/python
+NOT_FOR_ARCHS= alpha # possibly broken
+
RESTRICTED= "Cryptographic software"
MIRROR_DISTFILE=no
diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile
index a03d3440af4..58ac50b107a 100644
--- a/x11/py-Tk/Makefile
+++ b/x11/py-Tk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/09/22 16:13:34 tsarna Exp $
+# $NetBSD: Makefile,v 1.6 1998/09/27 22:24:44 tsarna Exp $
#
DISTNAME= pyth151
@@ -15,6 +15,8 @@ DEPENDS+= python-1.5.1:../../lang/python
DEPENDS+= tk-8.0p2:../../x11/tk80
DEPENDS+= tcl-8.0p2:../../lang/tcl80
+NOT_FOR_ARCHS= alpha # possibly broken
+
WRKSRC= ${WRKDIR}/Python-1.5.1/Modules
ALL_TARGET= default
EXTRACT_AFTER_ARGS= Python-1.5.1/Modules/_tkinter.c \