summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorkent <kent@pkgsrc.org>2010-02-27 16:06:51 +0000
committerkent <kent@pkgsrc.org>2010-02-27 16:06:51 +0000
commit90c555cd4044b68c7b5884bf922bc727b3e9b330 (patch)
treeae702b6d8b37ac0f149d58a789c90261aba21344 /emulators
parent6d808540a2e14e46196e5a60039f1ebdb51ad624 (diff)
downloadpkgsrc-90c555cd4044b68c7b5884bf922bc727b3e9b330.tar.gz
Remove emulators/peace. It's outdated, and doesn't work on recent NetBSD.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile3
-rw-r--r--emulators/peace/DESCR1
-rw-r--r--emulators/peace/MESSAGE18
-rw-r--r--emulators/peace/Makefile46
-rw-r--r--emulators/peace/PLIST29
-rw-r--r--emulators/peace/distinfo6
-rw-r--r--emulators/peace/patches/patch-aa14
7 files changed, 1 insertions, 116 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index 6582c38e061..724340b6706 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.181 2010/02/10 17:10:52 joerg Exp $
+# $NetBSD: Makefile,v 1.182 2010/02/27 16:06:51 kent Exp $
#
COMMENT= Emulators for other operating systems
@@ -95,7 +95,6 @@ SUBDIR+= osf1_lib
SUBDIR+= p11
SUBDIR+= palmosemulator
SUBDIR+= pcemu
-SUBDIR+= peace
SUBDIR+= pearpc
SUBDIR+= qemu
SUBDIR+= raine
diff --git a/emulators/peace/DESCR b/emulators/peace/DESCR
deleted file mode 100644
index 1f69eb1ac60..00000000000
--- a/emulators/peace/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-PEACE is a set of programs to run Win32 executables on NetBSD.
diff --git a/emulators/peace/MESSAGE b/emulators/peace/MESSAGE
deleted file mode 100644
index f7a2542e896..00000000000
--- a/emulators/peace/MESSAGE
+++ /dev/null
@@ -1,18 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.4 2006/02/26 17:27:22 wiz Exp $
-
-To enable the kernel part of PEACE, run the following:
- # modload /usr/lkm/compat_pecoff.o
- # modload /usr/lkm/exec_pecoff.o
-or enable COMPAT_PECOFF in your kernel configuration.
-Then, run (as root) ${LOCALBASE}/emul/pecoff/usr/bin/peace-setup to
-initialize PEACE runtime.
-
-This version of PEACE requires TrueType fonts for GUI
-applications, and supports only TrueColor X server.
-
-You have to set the following environment variables:
- $DLLPATH $PEACE_FONTPATH $PEACE_LOCALE
-See http://chiharu.hauN.org/peace/install.html `Settings'
-
-===========================================================================
diff --git a/emulators/peace/Makefile b/emulators/peace/Makefile
deleted file mode 100644
index 2e9223c22c5..00000000000
--- a/emulators/peace/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# $NetBSD: Makefile,v 1.27 2008/12/07 16:23:45 kent Exp $
-#
-PEACE_VERSION= 0.0.20060701
-DISTNAME= peace-${PEACE_VERSION}
-#SITES.peace-0.0.20060701.tar.gz=http://chiharu.hauN.org/peace/dist/
-CATEGORIES= emulators
-
-MAINTAINER= kent@NetBSD.org
-HOMEPAGE= http://chiharu.hauN.org/peace/
-COMMENT= Support running Win32 executables
-
-DISTFILES+= peace-${PEACE_VERSION}.tar.gz
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=peace/}
-# This version doesn't work on NetBSD-5.x because of /emul/pecoff removal.
-ONLY_FOR_PLATFORM= NetBSD-[34].*-i386
-DEPENDS+= icu>=2.4nb1:../../textproc/icu
-DEPENDS+= freetype2>=2.2.1:../../graphics/freetype2
-# bin/showstack requires perl5 and cross-i386-netbsdpe
-# DEPENDS+= perl5:../../lang/perl5
-# DEPENDS+= cross-i386-netbsdpe>=3.3:../../cross/i386-netbsdpe
-
-BUILD_DEPENDS+= cross-i386-netbsdpe>=3.3:../../cross/i386-netbsdpe
-BUILD_DEPENDS+= x11-links>=0.30:../../pkgtools/x11-links
-
-# Don't use "+=" here to avoid unexpected link with ELF libraries
-LDFLAGS= -L${WRKSRC}/lib
-PECOFFDIR= ${PREFIX}/emul/pecoff
-MAKE_FLAGS+= PECOFFDIR=${PECOFFDIR:Q} \
- LOCALBASE=${LOCALBASE:Q} \
- CROSSBASE=${CROSSBASE:Q} \
- X11BASE=${X11BASE:Q} \
- CHECK_DEPENDENTS=NO
-
-INSTALL_DIRS= libexec/ld.pe_so dll bin
-
-pre-install:
- ${INSTALL_PROGRAM_DIR} ${PECOFFDIR}/usr/libexec
- ${INSTALL_DATA_DIR} ${PECOFFDIR}/usr/lib
-
-post-install:
- ${RMDIR} ${PREFIX}/emul/pecoff/usr/share/man/cat1
- ${RMDIR} ${PREFIX}/emul/pecoff/usr/share/man/man1
- ${RMDIR} ${PREFIX}/emul/pecoff/usr/share/man
- ${RMDIR} ${PREFIX}/emul/pecoff/usr/share
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/emulators/peace/PLIST b/emulators/peace/PLIST
deleted file mode 100644
index 22b8d0e6ed9..00000000000
--- a/emulators/peace/PLIST
+++ /dev/null
@@ -1,29 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2009/06/14 17:51:07 joerg Exp $
-emul/pecoff/usr/bin/peace-setup
-emul/pecoff/usr/bin/regcomserver
-emul/pecoff/usr/bin/regimport
-emul/pecoff/usr/bin/regutil
-emul/pecoff/usr/bin/showstack
-emul/pecoff/usr/lib/advapi32.dll
-emul/pecoff/usr/lib/avifil32.dll
-emul/pecoff/usr/lib/comctl32.dll
-emul/pecoff/usr/lib/comdlg32.dll
-emul/pecoff/usr/lib/ddraw.dll
-emul/pecoff/usr/lib/dinput.dll
-emul/pecoff/usr/lib/dsound.dll
-emul/pecoff/usr/lib/gdi32.dll
-emul/pecoff/usr/lib/imm32.dll
-emul/pecoff/usr/lib/kernel32.dll
-emul/pecoff/usr/lib/lz32.dll
-emul/pecoff/usr/lib/mpr.dll
-emul/pecoff/usr/lib/msacm32.dll
-emul/pecoff/usr/lib/msvfw32.dll
-emul/pecoff/usr/lib/ole32.dll
-emul/pecoff/usr/lib/shell32.dll
-emul/pecoff/usr/lib/ui.so.dll
-emul/pecoff/usr/lib/user32.dll
-emul/pecoff/usr/lib/version.dll
-emul/pecoff/usr/lib/winmm.dll
-emul/pecoff/usr/lib/winspool.drv
-emul/pecoff/usr/lib/wsock32.dll
-emul/pecoff/usr/libexec/ld.so.dll
diff --git a/emulators/peace/distinfo b/emulators/peace/distinfo
deleted file mode 100644
index b3de97c5a49..00000000000
--- a/emulators/peace/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.15 2008/12/07 16:23:45 kent Exp $
-
-SHA1 (peace-0.0.20060701.tar.gz) = 0307592fc773dec131d75408cf31898f91952f81
-RMD160 (peace-0.0.20060701.tar.gz) = 3a0de978b3979b21fe3813e1267f4edd75802f54
-Size (peace-0.0.20060701.tar.gz) = 1685054 bytes
-SHA1 (patch-aa) = 74f91d96da3a216b8acb2192074c390377eae42a
diff --git a/emulators/peace/patches/patch-aa b/emulators/peace/patches/patch-aa
deleted file mode 100644
index 8dcedb60b90..00000000000
--- a/emulators/peace/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2008/12/07 16:23:45 kent Exp $
-
---- dll/ui.so/X11.cc.orig 2008-12-08 01:09:48.000000000 +0900
-+++ dll/ui.so/X11.cc
-@@ -41,6 +41,9 @@
- #include <sys/param.h>
- #include <sys/shm.h>
- #include <sys/sysctl.h>
-+#ifndef KERN_SYSVSHM
-+#define KERN_SYSVSHM KERN_OLDSYSVSHM
-+#endif
-
- #include "X11.h"
- #include "WindowObject.h"