pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ezm3 Don't try to build on DragonFly anymore, unt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/643bc11956ba
branches:  trunk
changeset: 511734:643bc11956ba
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Apr 20 16:21:01 2006 +0000

description:
Don't try to build on DragonFly anymore, until a newer bootstrap
is available.

diffstat:

 lang/ezm3/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 51b6b0f9bcbc -r 643bc11956ba lang/ezm3/Makefile
--- a/lang/ezm3/Makefile        Thu Apr 20 16:05:44 2006 +0000
+++ b/lang/ezm3/Makefile        Thu Apr 20 16:21:01 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/02/05 23:09:44 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2006/04/20 16:21:01 joerg Exp $
 
 DISTNAME=      ezm3-1.2
 PKGREVISION=   1
@@ -26,7 +26,8 @@
 
 # XXX: This may well work for some others.
 ONLY_FOR_PLATFORM=      FreeBSD-*-i386 NetBSD-*-i386 OpenBSD-*-i386 \
-                       Linux-*-i386 DragonFly-*-i386
+                       Linux-*-i386
+# DragonFly-*-i386 needs new bootstrap
 
 .if ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly"
 BOOTSTRAP=     ${DISTNAME}-FreeBSD4-boot.tar.bz2



Home | Main Index | Thread Index | Old Index