pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3742693e9364
branches:  trunk
changeset: 511979:3742693e9364
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Apr 28 14:11:25 2006 +0000

description:
Add DragonFly support.

diffstat:

 emulators/stella/distinfo         |   3 ++-
 emulators/stella/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r d08d55b41bb6 -r 3742693e9364 emulators/stella/distinfo
--- a/emulators/stella/distinfo Fri Apr 28 14:10:12 2006 +0000
+++ b/emulators/stella/distinfo Fri Apr 28 14:11:25 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2006/04/07 06:28:44 dillo Exp $
+$NetBSD: distinfo,v 1.8 2006/04/28 14:11:25 joerg Exp $
 
 SHA1 (stella-2.1-src.tar.gz) = 2ab0163a24ad877d81dc8f9ee77cfd1482194e14
 RMD160 (stella-2.1-src.tar.gz) = 7ddecbcc78bf0ddd3a0aedf924f00b69e2ec6013
 Size (stella-2.1-src.tar.gz) = 1062215 bytes
 SHA1 (patch-aa) = 76545aaaf3fa320b8b83396c0a90588cd7b404af
+SHA1 (patch-ab) = 84cd725e239a305ab6ff2eb5f4f4a7aa68536562
diff -r d08d55b41bb6 -r 3742693e9364 emulators/stella/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/stella/patches/patch-ab Fri Apr 28 14:11:25 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.6 2006/04/28 14:11:25 joerg Exp $
+
+--- configure.orig     2006-04-28 13:37:47.000000000 +0000
++++ configure
+@@ -563,7 +563,7 @@ else
+       echo_n "Checking hosttype... "
+       echo $_host_os
+       case $_host_os in
+-              linux* | openbsd* | freebsd* | netbsd* | bsd* | sunos* | hpux* | beos*)
++              linux* | openbsd* | freebsd* | netbsd* | bsd* | sunos* | hpux* | beos* | dragonfly*)
+                       DEFINES="$DEFINES -DUNIX"
+                       _host_os=unix
+                       ;;



Home | Main Index | Thread Index | Old Index