NOT_FOR_PLATFORM= *-*-{alpha,mips} doesn't work.
Worse - it matches (almost?) everything.
This commit is contained in:
parent
f7784037b2
commit
d718e99081
4 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 1999/05/24 20:39:35 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.5 1999/06/04 16:55:11 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= binkd-0.9.2
|
||||
|
@ -15,7 +15,7 @@ GNU_CONFIGURE= yes
|
|||
EXTRACT_CMD= unzip -Loq ${DOWNLOADED_DISTFILE}
|
||||
|
||||
NO_CDROM= "extremely limited usefulness to the general public"
|
||||
NOT_FOR_PLATFORM= *-*-{alpha,sparc64}
|
||||
NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64
|
||||
|
||||
post-extract:
|
||||
@cd ${WRKSRC}/mkfls/unix && ${CHMOD} +x configure && ${CP} * ../../
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.32 1999/05/24 20:39:36 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.33 1999/06/04 16:55:12 drochner Exp $
|
||||
# FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp
|
||||
#
|
||||
|
||||
|
@ -18,7 +18,7 @@ DEPENDS+= tk-8.0.5:../../x11/tk80 \
|
|||
addnerd-1.6:../../sysutils/addnerd
|
||||
|
||||
# Needs ELF clue, mips has no TAS implementation
|
||||
NOT_FOR_PLATFORM= *-*-{alpha,mips}
|
||||
NOT_FOR_PLATFORM= *-*-alpha *-*-mips
|
||||
|
||||
PLIST_SRC= ${WRKDIR}/PLIST.tmp
|
||||
REQ_FILE= ${WRKDIR}/REQ
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.43 1999/05/24 20:39:39 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.44 1999/06/04 16:55:12 drochner Exp $
|
||||
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
|
||||
#
|
||||
|
||||
|
@ -23,7 +23,7 @@ DEPENDS= xpm-3.4k:../../graphics/xpm \
|
|||
png-1.0.3:../../graphics/png \
|
||||
gdbm-1.7.3:../../databases/gdbm
|
||||
|
||||
NOT_FOR_PLATFORM= *-*-{alpha,mips} #fails purespace dumping
|
||||
NOT_FOR_PLATFORM= *-*-alpha *-*-mips #fails purespace dumping
|
||||
|
||||
HAS_CONFIGURE=
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.9 1999/05/24 20:39:43 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.10 1999/06/04 16:55:12 drochner Exp $
|
||||
# FreeBSD Id: Makefile,v 1.15 1997/09/01 12:28:30 tg Exp
|
||||
#
|
||||
|
||||
|
@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.uni-bremen.de/pub/programming/languages/scheme/elk/
|
|||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://www-rn.informatik.uni-bremen.de/software/elk/
|
||||
|
||||
NOT_FOR_PLATFORM= *-*-{alpha,mips} #elf loading problems, LP64
|
||||
NOT_FOR_PLATFORM= *-*-alpha *-*-mips #elf loading problems, LP64
|
||||
|
||||
ALL_TARGET= default
|
||||
|
||||
|
|
Loading…
Reference in a new issue