From 48e9a53ce44b8a0597aa9e7b8829d3d13f5d5aae Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 16 Aug 2002 15:54:56 +0000 Subject: Mark this package as broken - thanks to Matthias Drochner for the analysis. - Makefile conflicts with bsd.pkg.mk. Maybe the system mk file is guilty in parts, but using it in a longliving pkg calls for trouble anyway... - mmap() portability: without MAP_FIXED, we don't get what we need anymore. - Some misguided change to use "objcopy", without considering the BSS, makes the emulator crash anyway. Whilst these could be fixed, now is not the time... --- emulators/doscmd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emulators/doscmd') diff --git a/emulators/doscmd/Makefile b/emulators/doscmd/Makefile index 4a661ffad46..388f99fca05 100644 --- a/emulators/doscmd/Makefile +++ b/emulators/doscmd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/17 18:38:16 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2002/08/16 15:54:56 agc Exp $ # DISTNAME= doscmd-19960502-2 @@ -11,6 +11,8 @@ COMMENT= MS-DOS emulator (NetBSD/i386 only) ONLY_FOR_PLATFORM= NetBSD-*-i386 +BROKEN= mmap() portability (No MAP_FIXED), and objcopy problems + WRKSRC= ${WRKDIR}/doscmd MAKE_ENV= X11BASE=${X11BASE} -- cgit v1.2.3