pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/xye fix build on DragonFly, from Hasso Tepper pe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b22fc8be5d4
branches:  trunk
changeset: 544016:6b22fc8be5d4
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Jul 03 10:22:39 2008 +0000

description:
fix build on DragonFly, from Hasso Tepper per PR pkg/39074
(On NetBSD, unistd.h is pulled in indirectly through the c++ headers,
via gthr-*.h)

diffstat:

 games/xye/distinfo         |   3 ++-
 games/xye/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r b904466a7b02 -r 6b22fc8be5d4 games/xye/distinfo
--- a/games/xye/distinfo        Thu Jul 03 09:07:26 2008 +0000
+++ b/games/xye/distinfo        Thu Jul 03 10:22:39 2008 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/06/23 16:56:39 drochner Exp $
+$NetBSD: distinfo,v 1.2 2008/07/03 10:22:39 drochner Exp $
 
 SHA1 (xye-source-0.8.0.tar.gz) = 80daaa3449f36af44133643a63bb9f19c5f54723
 RMD160 (xye-source-0.8.0.tar.gz) = 886c6b62822ec3ed4abc091d2af38e642f34e34e
 Size (xye-source-0.8.0.tar.gz) = 1267668 bytes
+SHA1 (patch-aa) = 04a045413cedcf7fd4f53ade0ea8a4cee68cd388
diff -r b904466a7b02 -r 6b22fc8be5d4 games/xye/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/xye/patches/patch-aa        Thu Jul 03 10:22:39 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2008/07/03 10:22:39 drochner Exp $
+
+--- src/options.cpp.orig       2008-01-13 00:37:12.000000000 +0100
++++ src/options.cpp
+@@ -21,6 +21,7 @@ Permission is granted to anyone to use t
+ #include "options.h"
+ #include "gen.h"
+ 
++#include <unistd.h>
+ 
+ #include <iostream>
+ #include <fstream>



Home | Main Index | Thread Index | Old Index