diff options
author | agc <agc@pkgsrc.org> | 2002-08-16 15:54:56 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-08-16 15:54:56 +0000 |
commit | 48e9a53ce44b8a0597aa9e7b8829d3d13f5d5aae (patch) | |
tree | 0d41a338152a7fe32955996cf7b4ef094a74bf43 /emulators/doscmd | |
parent | a195356a9b4e92e69211ea34872ab3a2b43ccaf2 (diff) | |
download | pkgsrc-48e9a53ce44b8a0597aa9e7b8829d3d13f5d5aae.tar.gz |
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...
Diffstat (limited to 'emulators/doscmd')
-rw-r--r-- | emulators/doscmd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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} |