pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/ufoai Make it build on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f580dfffdcb2
branches:  trunk
changeset: 394099:f580dfffdcb2
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Fri Jun 05 07:08:42 2009 +0000

description:
Make it build on DragonFly.

diffstat:

 games/ufoai/distinfo         |   3 ++-
 games/ufoai/patches/patch-aa |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 98740944cb01 -r f580dfffdcb2 games/ufoai/distinfo
--- a/games/ufoai/distinfo      Fri Jun 05 07:04:11 2009 +0000
+++ b/games/ufoai/distinfo      Fri Jun 05 07:08:42 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/09/09 12:46:36 kefren Exp $
+$NetBSD: distinfo,v 1.2 2009/06/05 07:08:42 hasso Exp $
 
 SHA1 (ufoai-2.2.1-data.tar) = eb071333478bd6860179e12d8655301980f87d60
 RMD160 (ufoai-2.2.1-data.tar) = af91dd473f59c73e705181759059bd37ba215f62
@@ -9,3 +9,4 @@
 SHA1 (ufoai-2.2.1-source.tar.bz2) = 6ad1b8c357fdbbe9a31839b3bf8de46ad17a40eb
 RMD160 (ufoai-2.2.1-source.tar.bz2) = 980405a5d38bcbb5ae2cea4e25c54374c7dd8e99
 Size (ufoai-2.2.1-source.tar.bz2) = 7640531 bytes
+SHA1 (patch-aa) = 2b196e8d94a1848b42212f32c90a259e56440382
diff -r 98740944cb01 -r f580dfffdcb2 games/ufoai/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/ufoai/patches/patch-aa      Fri Jun 05 07:08:42 2009 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2009/06/05 07:08:42 hasso Exp $
+
+--- configure.orig     2009-06-05 03:03:17 +0300
++++ configure  2009-06-05 03:04:44 +0300
+@@ -2131,6 +2131,10 @@ elif test `echo $target_os | sed "s/\(fr
+ then
+       TARGET_OS=freebsd
+ 
++elif test `echo $target_os | sed "s/\(dragonfly\).*/\1/"` = "dragonfly"
++then
++      TARGET_OS=freebsd
++
+ elif test `echo $target_os | sed "s/\(netbsd\).*/\1/"` = "netbsd"
+ then
+       TARGET_OS=netbsd



Home | Main Index | Thread Index | Old Index