summaryrefslogtreecommitdiff
path: root/emulators/openmsx
diff options
context:
space:
mode:
authorjoerg <joerg>2006-04-28 13:49:15 +0000
committerjoerg <joerg>2006-04-28 13:49:15 +0000
commit5bc3356ddb215639cd6eb6cffe7913d7da79074d (patch)
treee1f16a81762dea268a199bf5fe9d143451d2716d /emulators/openmsx
parentab0c3519a885559cb4eaadc8a8d790b9a5095237 (diff)
downloadpkgsrc-5bc3356ddb215639cd6eb6cffe7913d7da79074d.tar.gz
Add DragonFly support.
Diffstat (limited to 'emulators/openmsx')
-rw-r--r--emulators/openmsx/Makefile3
-rw-r--r--emulators/openmsx/distinfo3
-rw-r--r--emulators/openmsx/patches/patch-aa13
3 files changed, 17 insertions, 2 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile
index d750941726f..ff5199fb50a 100644
--- a/emulators/openmsx/Makefile
+++ b/emulators/openmsx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/04/22 09:22:08 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2006/04/28 13:49:15 joerg Exp $
#
DISTNAME= openmsx-0.5.2
@@ -20,6 +20,7 @@ MAKE_ENV+= OPENMSX_FLAVOUR=pkgsrc
post-extract:
@${CP} ${FILESDIR}/platform-netbsd.mk ${WRKSRC}/build
+ @${LN} -s platform-netbsd.mk ${WRKSRC}/build/platform-dragonfly.mk
@${ECHO_MSG} "OPENMSX_STRIP:=true" > \
${WRKSRC}/build/flavour-pkgsrc.mk
diff --git a/emulators/openmsx/distinfo b/emulators/openmsx/distinfo
index a75f84ac242..e3c63649e9e 100644
--- a/emulators/openmsx/distinfo
+++ b/emulators/openmsx/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/08/27 12:04:04 xtraeme Exp $
+$NetBSD: distinfo,v 1.5 2006/04/28 13:49:15 joerg Exp $
SHA1 (openmsx-0.5.2.tar.gz) = 558e4a10702d55880b3acbe723af3ee7fb24c201
RMD160 (openmsx-0.5.2.tar.gz) = 6ebc541df38de8e3e414a561447149bc216d2efb
Size (openmsx-0.5.2.tar.gz) = 1612903 bytes
+SHA1 (patch-aa) = 89639071a2a64b6cd651098f873ab093a16eb588
diff --git a/emulators/openmsx/patches/patch-aa b/emulators/openmsx/patches/patch-aa
new file mode 100644
index 00000000000..18d5c7d45b7
--- /dev/null
+++ b/emulators/openmsx/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2006/04/28 13:49:15 joerg Exp $
+
+--- build/detectsys.sh.orig 2006-04-28 12:40:49.000000000 +0000
++++ build/detectsys.sh
+@@ -71,6 +71,8 @@ case "$GUESSED_OS" in
+ OPENMSX_TARGET_OS=freebsd5;;
+ *netbsd*)
+ OPENMSX_TARGET_OS=netbsd;;
++ *dragonfly*)
++ OPENMSX_TARGET_OS=dragonfly;;
+ *openbsd*)
+ OPENMSX_TARGET_OS=openbsd;;
+ *mingw*)