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 /sysutils | |
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.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mkhybrid/Makefile | 4 | ||||
-rw-r--r-- | sysutils/mkisofs/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
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 |