summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>1998-09-22 06:11:35 +0000
committergarbled <garbled@pkgsrc.org>1998-09-22 06:11:35 +0000
commit384c07a72e49d7af51841f79315230e83507d5d2 (patch)
treea57492ad41e15476f90fc624ff3efd195d3a866e /graphics
parentd7db432f1f96e2beebcf6453f02c240417512467 (diff)
downloadpkgsrc-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.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Mesa/Makefile4
-rw-r--r--graphics/gimp/Makefile4
2 files changed, 6 insertions, 2 deletions
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/