diff options
author | tsarna <tsarna@pkgsrc.org> | 1998-12-18 00:42:39 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1998-12-18 00:42:39 +0000 |
commit | 5796146a4d6e4573c262a0118dd21d567e3b2af0 (patch) | |
tree | deeb6c624930fcca28bf085b459605c77d72a842 | |
parent | 61cfae4be548ba64a63aa9ecd989ba1cb5401045 (diff) | |
download | pkgsrc-5796146a4d6e4573c262a0118dd21d567e3b2af0.tar.gz |
Re-enable on alpha
-rw-r--r-- | databases/py-gdbm/Makefile | 4 | ||||
-rw-r--r-- | databases/py-mysql/Makefile | 4 | ||||
-rw-r--r-- | devel/py-curses/Makefile | 4 | ||||
-rw-r--r-- | math/py-Numeric/Makefile | 4 | ||||
-rw-r--r-- | misc/py-readline/Makefile | 4 | ||||
-rw-r--r-- | security/py-crypto/Makefile | 4 | ||||
-rw-r--r-- | x11/py-Tk/Makefile | 4 |
7 files changed, 7 insertions, 21 deletions
diff --git a/databases/py-gdbm/Makefile b/databases/py-gdbm/Makefile index 5263f530004..d1c06126678 100644 --- a/databases/py-gdbm/Makefile +++ b/databases/py-gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/11/13 00:47:51 frueauf Exp $ +# $NetBSD: Makefile,v 1.7 1998/12/18 00:42:39 tsarna Exp $ # DISTNAME= pyth151 @@ -14,8 +14,6 @@ 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 - DIST_SUBDIR= python ALL_TARGET= default diff --git a/databases/py-mysql/Makefile b/databases/py-mysql/Makefile index e35b57691a9..b660e062433 100644 --- a/databases/py-mysql/Makefile +++ b/databases/py-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/10/19 16:56:34 tsarna Exp $ +# $NetBSD: Makefile,v 1.10 1998/12/18 00:42:39 tsarna Exp $ DISTNAME= MySQLmodule-1.4 PKGNAME= py-mysql-1.4 @@ -15,8 +15,6 @@ DEPENDS+= python-1.5.1:../../lang/python \ CONFLICTS= py-mysql-1.1 -NOT_FOR_ARCHS= alpha # possibly broken - EXTRACT_ONLY= MySQLmodule-1.4${EXTRACT_SUFX} ALL_TARGET= default diff --git a/devel/py-curses/Makefile b/devel/py-curses/Makefile index 61947e090a4..0404537ad86 100644 --- a/devel/py-curses/Makefile +++ b/devel/py-curses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/09/27 22:24:43 tsarna Exp $ +# $NetBSD: Makefile,v 1.6 1998/12/18 00:42:40 tsarna Exp $ # DISTNAME= cursesmodule-1.5b1 @@ -12,8 +12,6 @@ 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 d159a8910ca..bb10118333e 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/09/27 22:24:44 tsarna Exp $ +# $NetBSD: Makefile,v 1.12 1998/12/18 00:42:40 tsarna Exp $ DISTNAME= LLNLPython4 PKGNAME= py-Numeric-1.3 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.python.org/sigs/matrix-sig/ DEPENDS+= python-1.5.1:../../lang/python -NOT_FOR_ARHCS= alpha # broken, needs investigation - WRKSRC= ${WRKDIR}/LLNLPython4/Numerical ALL_TARGET= default MAKE_FLAGS= 'OPT=${CFLAGS}' diff --git a/misc/py-readline/Makefile b/misc/py-readline/Makefile index b89b0f45c60..f27b6368df9 100644 --- a/misc/py-readline/Makefile +++ b/misc/py-readline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/11/13 01:34:24 frueauf Exp $ +# $NetBSD: Makefile,v 1.7 1998/12/18 00:42:40 tsarna Exp $ # DISTNAME= pyth151 @@ -14,8 +14,6 @@ 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 - DIST_SUBDIR= python 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 adb851f5cb9..bef5497fc4e 100644 --- a/security/py-crypto/Makefile +++ b/security/py-crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/09/27 22:24:44 tsarna Exp $ +# $NetBSD: Makefile,v 1.6 1998/12/18 00:42:40 tsarna Exp $ DISTNAME= pycrypt100 PKGNAME= py-crypto-1.0.0 @@ -11,8 +11,6 @@ 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 2a1bf3abe04..3af2c53b9cb 100644 --- a/x11/py-Tk/Makefile +++ b/x11/py-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/11/12 14:56:32 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/12/18 00:42:40 tsarna Exp $ # DISTNAME= pyth151 @@ -16,8 +16,6 @@ DEPENDS+= tcl-8.0p2:../../lang/tcl80 DIST_SUBDIR= python -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 \ |