pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/openmsx Add DragonFly support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b98e74ac636b
branches:  trunk
changeset: 511976:b98e74ac636b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Apr 28 13:49:15 2006 +0000

description:
Add DragonFly support.

diffstat:

 emulators/openmsx/Makefile         |   3 ++-
 emulators/openmsx/distinfo         |   3 ++-
 emulators/openmsx/patches/patch-aa |  13 +++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r e5e99a7accb6 -r b98e74ac636b emulators/openmsx/Makefile
--- a/emulators/openmsx/Makefile        Fri Apr 28 13:45:10 2006 +0000
+++ b/emulators/openmsx/Makefile        Fri Apr 28 13:49:15 2006 +0000
@@ -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 @@
 
 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 -r e5e99a7accb6 -r b98e74ac636b emulators/openmsx/distinfo
--- a/emulators/openmsx/distinfo        Fri Apr 28 13:45:10 2006 +0000
+++ b/emulators/openmsx/distinfo        Fri Apr 28 13:49:15 2006 +0000
@@ -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 -r e5e99a7accb6 -r b98e74ac636b emulators/openmsx/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/openmsx/patches/patch-aa        Fri Apr 28 13:49:15 2006 +0000
@@ -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*)



Home | Main Index | Thread Index | Old Index