diff options
author | garbled <garbled@pkgsrc.org> | 1998-09-22 06:11:35 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-09-22 06:11:35 +0000 |
commit | 384c07a72e49d7af51841f79315230e83507d5d2 (patch) | |
tree | a57492ad41e15476f90fc624ff3efd195d3a866e | |
parent | d7db432f1f96e2beebcf6453f02c240417512467 (diff) | |
download | pkgsrc-384c07a72e49d7af51841f79315230e83507d5d2.tar.gz |
add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha. There may be more, but I haven't seen them yet.
36 files changed, 106 insertions, 38 deletions
diff --git a/audio/xcdplayer/scripts/pre-configure b/audio/xcdplayer/scripts/pre-configure index 821c1945b73..296996a3cf4 100644 --- a/audio/xcdplayer/scripts/pre-configure +++ b/audio/xcdplayer/scripts/pre-configure @@ -1,7 +1,6 @@ #!/bin/sh # -# $NetBSD: pre-configure,v 1.2 1998/08/07 10:36:20 agc Exp $ -# Id: pre-configure,v 1.1.1.1 1997/10/28 23:19:24 augustss Exp +# $Id: pre-configure,v 1.3 1998/09/22 06:11:35 garbled Exp $ # cp ${CURDIR}/files/cdrom_freebsd.c ${WRKSRC} diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile index c427d707602..0d7146de25a 100644 --- a/databases/postgresql/Makefile +++ b/databases/postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1998/09/10 11:46:31 frueauf Exp $ +# $NetBSD: Makefile,v 1.18 1998/09/22 06:11:35 garbled Exp $ # FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp DISTNAME= postgresql-6.3.2 @@ -6,6 +6,8 @@ CATEGORIES= databases MASTER_SITES= ftp://ftp.PostgreSQL.org/pub/ \ ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/ +NOT_FOR_ARCHS= alpha # Needs ELF clue + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.PostgreSQL.ORG/ diff --git a/devel/bcc/Makefile b/devel/bcc/Makefile index 65900d0ac04..b4b905cda2c 100644 --- a/devel/bcc/Makefile +++ b/devel/bcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/07/20 13:09:24 frueauf Exp $ +# $NetBSD: Makefile,v 1.3 1998/09/22 06:11:35 garbled Exp $ # FreeBSD Id: Makefile,v 1.6 1996/11/18 11:22:35 asami Exp # @@ -6,6 +6,8 @@ DISTNAME= bcc PKGNAME= bcc-95.3.12 CATEGORIES= devel +NOT_FOR_ARCHS= alpha #Severe LP64 problems + MAINTAINER= tsarna@netbsd.org .include "../../mk/bsd.prefs.mk" diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index 49a36e05331..63dcb96bb14 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/09/21 11:22:21 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/09/22 06:11:36 garbled Exp $ # FreeBSD Id: Makefile,v 1.1 1996/11/16 01:51:25 jdp Exp # @@ -7,7 +7,8 @@ PKGNAME= boehm-gc-4.12 CATEGORIES= devel MASTER_SITES= http://reality.sgi.com/employees/boehm_mti/gc_source/ -NOT_FOR_ARCHS= sparc # SEGV in "./test_cpp 1" in build: target +NOT_FOR_ARCHS+= sparc # SEGV in "./test_cpp 1" in build: target +NOT_FOR_ARCHS+= alpha # needs dlopen, ELF, still SEGV's MAINTAINER= packages@netbsd.org HOMEPAGE= http://reality.sgi.com/employees/boehm_mti/gc.html diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index cbfba0ba996..0406fd36c80 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1998/08/20 15:16:48 tsarna Exp $ +# $NetBSD: Makefile,v 1.17 1998/09/22 06:11:36 garbled Exp $ DISTNAME= ncurses-1.9.9g CATEGORIES= devel @@ -9,6 +9,8 @@ MASTER_SITES= ftp://ftp.fu-berlin.de/unix/gnu/ncurses/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.gnu.org/software/ncurses/ncurses.html +NOT_FOR_ARCHS= alpha # needs to be libtooled + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-normal --with-shared --enable-bsdpad WRKSRC= ${WRKDIR}/ncurses_1.9.9g diff --git a/editors/joe/Makefile b/editors/joe/Makefile index d53b58b657f..774c8a51879 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/06/22 12:27:09 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/09/22 06:11:36 garbled Exp $ # FreeBSD Id: Makefile,v 1.3 1996/11/17 07:01:28 obrien Exp # @@ -8,6 +8,8 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.std.com/src/editors/ EXTRACT_SUFX= .tar.Z +NOT_FOR_ARCHS= alpha #gcc lossage + MAINTAINER= explorer@netbsd.org ALL_TARGET= joe diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index d56a3fc7404..92eb7fc060c 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 1998/08/30 21:19:04 frueauf Exp $ +# $NetBSD: Makefile,v 1.35 1998/09/22 06:11:36 garbled Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp # @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/xemacs-20.4/ \ ftp://ftp.gw.com/mirrors/pub/unix/xemacs/xemacs-20.4/ DISTFILES= xemacs-20.4.tar.gz xemacs-20.4-info.tar.gz +NOT_FOR_ARCHS= alpha #fails purespace dumping + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.xemacs.org/ diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 1169a540435..585f4e4a0e8 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.1 1998/09/06 06:51:04 garbled Exp $ +# $NetBSD: Makefile,v 1.2 1998/09/22 06:11:36 garbled Exp $ DISTNAME= bochs-980707a CATEGORIES= emulators MASTER_SITES= ftp://ftp.std.com/pub/bochs/ +NOT_FOR_ARCHS= alpha #runs, SEGV. + MAINTAINER= root@garbled.net HOMEPAGE= http://world.std.com/~bochs/ diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 053af3e2925..47bb07db78c 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1998/09/07 23:20:04 mycroft Exp $ +# $NetBSD: Makefile,v 1.21 1998/09/22 06:11:36 garbled Exp $ # DISTNAME= xmame-0.34b2.2 @@ -6,6 +6,8 @@ CATEGORIES= emulators games x11 MASTER_SITES= ftp://drake.dit.upm.es/xmame/ftpsite/ EXTRACT_SUFX= .tgz +NOT_FOR_ARCHS= alpha #gcc lossage + MAINTAINER= mycroft@NetBSD.ORG HOMEPAGE= http://drake.dit.upm.es/~mame/ diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index 807ecb4fa6f..86854ee7ae3 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/08/31 08:12:20 mycroft Exp $ +# $NetBSD: Makefile,v 1.5 1998/09/22 06:11:37 garbled Exp $ # DISTNAME= unix02b4 @@ -7,6 +7,8 @@ CATEGORIES= emulators games x11 MASTER_SITES= http://internetter.com/titan/mess/ EXTRACT_SUFX= .tgz +NOT_FOR_ARCHS= alpha #gcc lossage + MAINTAINER= mycroft@NetBSD.ORG HOMEPAGE= http://internetter.com/titan/mess/ diff --git a/games/battalion/Makefile b/games/battalion/Makefile index 4537a2309af..32ffa5ecd4b 100644 --- a/games/battalion/Makefile +++ b/games/battalion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/09/13 23:05:16 garbled Exp $ +# $NetBSD: Makefile,v 1.8 1998/09/22 06:11:37 garbled Exp $ # DISTNAME= battalion @@ -8,6 +8,8 @@ CATEGORIES= games x11 MASTER_SITES= http://www.evl.uic.edu/aej/ DISTFILES= battalionSource1.4.tar.Z battalionSUN4.tar.gz +NOT_FOR_ARCHS= alpha # relies on Mesa (gcc) + MAINTAINER= root@garbled.net HOMEPAGE= http://www.evl.uic.edu/aej/AndyBattalion.html diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile index 52108279430..af192210ca1 100644 --- a/graphics/Mesa/Makefile +++ b/graphics/Mesa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1998/09/05 19:26:02 tron Exp $ +# $NetBSD: Makefile,v 1.19 1998/09/22 06:11:37 garbled Exp $ # DISTNAME= MesaLib-2.6 @@ -10,6 +10,8 @@ MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/ \ DISTFILES= MesaLib-${MESA_VERSION}${EXTRACT_SUFX} \ MesaDemos-${MESA_VERSION}${EXTRACT_SUFX} +NOT_FOR_ARCHS= alpha #gcc lossage + MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.ssec.wisc.edu/~brianp/Mesa.html diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 9e948bafaf0..65139f46dd4 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 1998/08/25 11:06:52 agc Exp $ +# $NetBSD: Makefile,v 1.25 1998/09/22 06:11:37 garbled Exp $ DISTNAME= gimp-1.0.0 CATEGORIES= graphics @@ -7,6 +7,8 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.0/v1.0.0/ \ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${GIMP_DATA}${EXTRACT_SUFX} +NOT_FOR_ARCHS= alpha #illegal instruction, core dumped. + MAINTAINER= bsieker@techfak.uni-bielefeld.de HOMEPAGE= http://www.gimp.org/ diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 33d558caa41..736e1657df1 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.1 1998/09/06 20:45:35 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/09/22 06:11:37 garbled Exp $ DISTNAME= clispsrc-1998-08-29 PKGNAME= clisp-19980829 CATEGORIES= lang MASTER_SITES= ftp://ftp2.cons.org/pub/lisp/clisp/snapshots/ +NOT_FOR_ARCHS= alpha # severe LP64 problems + MAINTAINER= mjl@emsi.priv.at HOMEPAGE= http://clisp.cons.org/~haible/clisp.html diff --git a/lang/elk/Makefile b/lang/elk/Makefile index e3387290c1f..597cb7460b4 100644 --- a/lang/elk/Makefile +++ b/lang/elk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/08/20 15:17:04 tsarna Exp $ +# $NetBSD: Makefile,v 1.7 1998/09/22 06:11:37 garbled Exp $ # FreeBSD Id: Makefile,v 1.15 1997/09/01 12:28:30 tg Exp # @@ -7,6 +7,8 @@ PKGNAME= elk-3.0.2 CATEGORIES= lang MASTER_SITES= ftp://ftp.uni-bremen.de/pub/programming/languages/scheme/elk/ +NOT_FOR_ARCHS= alpha mips #elf loading problems, LP64 + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www-rn.informatik.uni-bremen.de/software/elk/ diff --git a/lang/kaffe/Makefile b/lang/kaffe/Makefile index 294c6e93ae2..2af440bcb22 100644 --- a/lang/kaffe/Makefile +++ b/lang/kaffe/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.11 1998/08/20 15:17:05 tsarna Exp $ +# $NetBSD: Makefile,v 1.12 1998/09/22 06:11:38 garbled Exp $ # DISTNAME= kaffe-1.0.b1 CATEGORIES= lang MASTER_SITES= ftp://ftp.transvirtual.com/pub/kaffe/ +NOT_FOR_ARCHS= alpha #assembler problems + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.transvirtual.com/kaffe.html diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile index a09696e578a..c341b73185d 100644 --- a/lang/scheme48/Makefile +++ b/lang/scheme48/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/08/20 15:17:08 tsarna Exp $ +# $NetBSD: Makefile,v 1.11 1998/09/22 06:11:38 garbled Exp $ # FreeBSD Id: Makefile,v 1.10 1997/08/27 19:31:37 jmacd Exp # @@ -7,6 +7,8 @@ CATEGORIES= lang MASTER_SITES= http://www.neci.nj.nec.com/homepages/kelsey/ EXTRACT_SUFX= .tgz +NOT_FOR_ARCHS= alpha # *severe* problems. Bus error, alignment + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.neci.nj.nec.com/homepages/kelsey/ diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 9c2490cdca8..1ca7f7ee3cc 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 1998/08/20 15:17:10 tsarna Exp $ +# $NetBSD: Makefile,v 1.23 1998/09/22 06:11:38 garbled Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -7,6 +7,8 @@ PKGNAME= pine-4.02 CATEGORIES= mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ +NOT_FOR_ARCHS= alpha #LP64 problems + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.washington.edu/pine/ diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 022b0863fc2..680d8c116a1 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/25 12:53:07 agc Exp $ +# $NetBSD: Makefile,v 1.2 1998/09/22 06:11:38 garbled Exp $ # DISTNAME= scilab-2.4-src @@ -6,6 +6,8 @@ PKGNAME= scilab-2.4 CATEGORIES= math MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/ +NOT_FOR_ARCHS= alpha #LP64 problems + MAINTAINER= mcmahill@alum.mit.edu HOMEPAGE= http://www-rocq.inria.fr/scilab/ diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index 9da25deb4c5..27a9f67bd60 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/09/15 17:05:05 agc Exp $ +# $NetBSD: Makefile,v 1.11 1998/09/22 06:11:38 garbled Exp $ # DISTNAME= nt.1.5a23 @@ -6,6 +6,8 @@ PKGNAME= nte-1.5a23 CATEGORIES= mbone tk80 MASTER_SITES= ftp://cs.ucl.ac.uk/mice/nte/ +NOT_FOR_ARCHS= alpha # ANSI headers cause LP64 problems + MAINTAINER= mycroft@netbsd.org .include "../../mk/bsd.prefs.mk" diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index 3bc507450d1..587f8746c08 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1998/09/15 17:05:06 agc Exp $ +# $NetBSD: Makefile,v 1.17 1998/09/22 06:11:38 garbled Exp $ # FreeBSD Id: Makefile,v 1.4 1997/09/11 03:54:43 fenner Exp # @@ -7,6 +7,8 @@ CATEGORIES= mbone MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vat/alpha-test/ DISTFILES= vatsrc-4.0b2.tar.gz +NOT_FOR_ARCHS= alpha #filter.cc compiler error + MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www-nrg.ee.lbl.gov/vat/ diff --git a/misc/dync/Makefile b/misc/dync/Makefile index 984c89a06d5..bcf4284a555 100644 --- a/misc/dync/Makefile +++ b/misc/dync/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.2 1998/08/20 15:17:12 tsarna Exp $ +# $NetBSD: Makefile,v 1.3 1998/09/22 06:11:39 garbled Exp $ # DISTNAME= dync-1.1 CATEGORIES= misc MASTER_SITES= http://www.westley.demon.co.uk/src/ +NOT_FOR_ARCHS= alpha #dync: can't dlopen `lib1.so.1.0' + MAINTAINER= agc@netbsd.org HOMEPAGE= http://www.westley.demon.co.uk/software.html diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile index 1510ae6428b..d36fa93e5bb 100644 --- a/net/kdenetwork/Makefile +++ b/net/kdenetwork/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1998/08/20 15:17:17 tsarna Exp $ +# $NetBSD: Makefile,v 1.19 1998/09/22 06:11:39 garbled Exp $ # FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp # @@ -7,6 +7,8 @@ CATEGORIES= net kde MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/stable/1.0/distribution/tar/generic/source/ \ ftp://ftp.kde.org/pub/kde/stable/1.0/distribution/tar/generic/source/ +NOT_FOR_ARCHS= alpha # LP64/ELF problems + MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.kde.org/ diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 95930a42aa3..887bcec0ec8 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/08/20 15:17:18 tsarna Exp $ +# $NetBSD: Makefile,v 1.3 1998/09/22 06:11:39 garbled Exp $ DISTNAME= ntop-0.4-src PKGNAME= ntop-0.4 @@ -6,6 +6,8 @@ WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= net MASTER_SITES= http://jake.unipi.it/~deri/ntop/ +NOT_FOR_ARCHS= alpha mips # elf problems WRT libcurses + MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://jake.unipi.it/~deri/ntop/ diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 5c346fc6e18..a892a563927 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/08/20 15:17:18 tsarna Exp $ +# $NetBSD: Makefile,v 1.9 1998/09/22 06:11:39 garbled Exp $ # FreeBSD Id: Makefile,v 1.13 1997/06/27 18:38:15 jfitz Exp # @@ -8,6 +8,8 @@ CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net +NOT_FOR_ARCHS= alpha # dynamic loading needed in perl + MAINTAINER= packages@netbsd.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile index 03784e35e4b..7d9d0473c07 100644 --- a/net/sniffit/Makefile +++ b/net/sniffit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/08/20 15:17:19 tsarna Exp $ +# $NetBSD: Makefile,v 1.6 1998/09/22 06:11:39 garbled Exp $ # DISTNAME= sniffit.0.3.5 @@ -6,6 +6,8 @@ PKGNAME= sniffit-0.3.5 CATEGORIES= security MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/ +NOT_FOR_ARCHS= alpha # severe LP64 loss + MAINTAINER= packages@netbsd.org HOMEPAGE= http://reptile.rug.ac.be/~coder/sniffit/sniffit.html diff --git a/plan9/9term/Makefile b/plan9/9term/Makefile index f98be929979..e60c75cf694 100644 --- a/plan9/9term/Makefile +++ b/plan9/9term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/09/15 17:05:07 agc Exp $ +# $NetBSD: Makefile,v 1.15 1998/09/22 06:11:39 garbled Exp $ # FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp # @@ -7,6 +7,8 @@ PKGNAME= 9term-1.6.3 CATEGORIES= plan9 MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ +NOT_FOR_ARCHS= alpha #LP64 Problems + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.psrg.cs.usyd.edu.au/~matty/9term/index.html diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index a090c0646ca..71dceb21d2c 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/08/20 15:17:25 tsarna Exp $ +# $NetBSD: Makefile,v 1.9 1998/09/22 06:11:40 garbled Exp $ # FreeBSD Id: Makefile,v 1.4 1997/07/15 15:00:30 cracauer Exp # @@ -6,6 +6,8 @@ DISTNAME= scsh-0.5.1 CATEGORIES= shells lang MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/ +NOT_FOR_ARCHS= alpha # Needs scheme + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www-swiss.ai.mit.edu/scsh/ diff --git a/sysutils/mkhybrid/Makefile b/sysutils/mkhybrid/Makefile index b1eb318846c..9df99005446 100644 --- a/sysutils/mkhybrid/Makefile +++ b/sysutils/mkhybrid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/08/20 15:17:27 tsarna Exp $ +# $NetBSD: Makefile,v 1.4 1998/09/22 06:11:40 garbled Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/06/16 16:50:06 dburr Exp # @@ -6,6 +6,8 @@ DISTNAME= mkhybrid-1.11.1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.ge.ucl.ac.uk/pub/mkhfs/ +NOT_FOR_ARCHS= alpha #gcc lossage + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.ps.ucl.ac.uk/~jcpearso/mkhybrid.html diff --git a/sysutils/mkisofs/Makefile b/sysutils/mkisofs/Makefile index 53152112f98..f0a2da43bbb 100644 --- a/sysutils/mkisofs/Makefile +++ b/sysutils/mkisofs/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.9 1998/08/20 15:17:27 tsarna Exp $ +# $NetBSD: Makefile,v 1.10 1998/09/22 06:11:40 garbled Exp $ # DISTNAME= mkisofs-1.11.3 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/tsx-11/packages/mkisofs/ +NOT_FOR_ARCHS= alpha #gcc lossage + MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://andante.jic.com/mkisofs.html diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index 920f9370cf6..84cfcffcad8 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/08/20 15:17:29 tsarna Exp $ +# $NetBSD: Makefile,v 1.7 1998/09/22 06:11:40 garbled Exp $ # FreeBSD Id: Makefile,v 1.6 1997/04/27 00:11:48 asami Exp # @@ -9,6 +9,8 @@ MASTER_SITES= ${UNROFF_SITE}/dist/ \ ${UNROFF_SITE}/contrib/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PATCH1} ${PATCH2} +NOT_FOR_ARCHS= alpha #needs elk + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www-rn.informatik.uni-bremen.de/software/unroff/ diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index 274ea48aa9d..5e12c6ce1c6 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/08/20 15:17:29 tsarna Exp $ +# $NetBSD: Makefile,v 1.6 1998/09/22 06:11:40 garbled Exp $ # FreeBSD Id: Makefile,v 1.15 1998/05/27 08:44:56 dburr Exp # @@ -7,6 +7,8 @@ PKGNAME= mosaic-2.7b5 CATEGORIES= www MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/ +NOT_FOR_ARCHS= alpha #LP64 problems + MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/ diff --git a/www/apache-modssl/Makefile b/www/apache-modssl/Makefile index 87bdb98a498..04db41d232c 100644 --- a/www/apache-modssl/Makefile +++ b/www/apache-modssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/09/17 12:21:56 frueauf Exp $ +# $NetBSD: Makefile,v 1.4 1998/09/22 06:11:40 garbled Exp $ # FreeBSD: Makefile,v 1.2 1998/08/29 21:24:13 rse Exp DISTNAME= apache_1.3.1 @@ -10,6 +10,8 @@ MASTER_SITES= ftp://www.apache.org/apache/dist/ \ ftp://ftp.ulpgc.es/pub/mod_ssl/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} mod_ssl-2.0.6-1.3.1${EXTRACT_SUFX} +NOT_FOR_ARCHS= alpha #mod_include.so ELF problems + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.apache.org/ diff --git a/www/arena/Makefile b/www/arena/Makefile index c1d52561262..ee3fafc5d65 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/09/15 17:29:58 garbled Exp $ +# $NetBSD: Makefile,v 1.8 1998/09/22 06:11:41 garbled Exp $ # FreeBSD Id: Makefile,v 1.10 1998/05/04 20:22:31 jseger Exp # @@ -6,6 +6,8 @@ DISTNAME= arena-0.3.61 CATEGORIES= www MASTER_SITES= ftp://ftp.yggdrasil.com/pub/dist/web/arena/ +NOT_FOR_ARCHS= alpha #Runs, displays black screen + MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.yggdrasil.com/Products/Arena/ diff --git a/www/htmldoc/Makefile b/www/htmldoc/Makefile index 9f8416c1764..b56f192f37c 100644 --- a/www/htmldoc/Makefile +++ b/www/htmldoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/08/23 01:25:34 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1998/09/22 06:11:41 garbled Exp $ # DISTNAME= ${PKGNAME}-source @@ -6,6 +6,8 @@ PKGNAME= htmldoc-1.4 CATEGORIES= www MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/ +NOT_FOR_ARCHS= alpha #ps-pdf.cpp:3229: Internal compiler error. + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.easysw.com/~mike/htmldoc/ diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index 9610e2d54d8..49061e82474 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/09/04 22:14:25 agc Exp $ +# $NetBSD: Makefile,v 1.2 1998/09/22 06:11:41 garbled Exp $ # DISTNAME= gnome-libs-0.27 @@ -7,6 +7,8 @@ MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/v0.27/ \ ftp://ftp.gnome.org/pub/GNOME/sources/ \ ftp://ftp.geo.net/pub/gnome/v0.27/ +NOT_FOR_ARCHS= alpha # problems with gtk + MAINTAINER= packages@netbsd.org DEPENDS+= gettext-0.10:../../misc/gettext |