diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-28 13:49:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-28 13:49:15 +0000 |
commit | 0006c9b02198964112f7ae298d4d2c0b5d5b3752 (patch) | |
tree | e1f16a81762dea268a199bf5fe9d143451d2716d /emulators/openmsx | |
parent | ac23bc35267c5a097d0de3f9af343a29f2db6876 (diff) | |
download | pkgsrc-0006c9b02198964112f7ae298d4d2c0b5d5b3752.tar.gz |
Add DragonFly support.
Diffstat (limited to 'emulators/openmsx')
-rw-r--r-- | emulators/openmsx/Makefile | 3 | ||||
-rw-r--r-- | emulators/openmsx/distinfo | 3 | ||||
-rw-r--r-- | emulators/openmsx/patches/patch-aa | 13 |
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*) |