pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/powermanga Fix build on amd64. Mark as DESTDIR c...
details: https://anonhg.NetBSD.org/pkgsrc/rev/79bd69832721
branches: trunk
changeset: 547553:79bd69832721
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Sep 19 19:16:45 2008 +0000
description:
Fix build on amd64. Mark as DESTDIR clean.
diffstat:
games/powermanga/Makefile | 4 +++-
games/powermanga/distinfo | 4 ++--
games/powermanga/patches/patch-ae | 15 ++++++++++++---
3 files changed, 17 insertions(+), 6 deletions(-)
diffs (57 lines):
diff -r 0bd507c8d658 -r 79bd69832721 games/powermanga/Makefile
--- a/games/powermanga/Makefile Fri Sep 19 19:08:10 2008 +0000
+++ b/games/powermanga/Makefile Fri Sep 19 19:16:45 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2007/01/30 15:43:11 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2008/09/19 19:16:45 joerg Exp $
#
DISTNAME= powermanga-0.79
@@ -10,6 +10,8 @@
HOMEPAGE= http://linux.tlk.fr/games/Powermanga/
COMMENT= Arcade 2D shoot-em-up game
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
diff -r 0bd507c8d658 -r 79bd69832721 games/powermanga/distinfo
--- a/games/powermanga/distinfo Fri Sep 19 19:08:10 2008 +0000
+++ b/games/powermanga/distinfo Fri Sep 19 19:16:45 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 23:12:01 agc Exp $
+$NetBSD: distinfo,v 1.4 2008/09/19 19:16:45 joerg Exp $
SHA1 (powermanga-0.79.tar.gz) = 59372bd67cfa603109387e3bdc0c51daec2585d7
RMD160 (powermanga-0.79.tar.gz) = 52d72f2ddae13e2f3a50cb9464b36d79293c2f0f
@@ -7,4 +7,4 @@
SHA1 (patch-ab) = e8b538813f269c1971ebe7e50b21c0cdc5edc4de
SHA1 (patch-ac) = 7f45ee51f2863bf37e92f5c16978528d57bc97d7
SHA1 (patch-ad) = 934c74e7e48e637e1e9a84434e4db8aff4a6de50
-SHA1 (patch-ae) = 644908551b6036368308d91b61dfc5d2a0e22cff
+SHA1 (patch-ae) = 2c1799a56e4b2ca0ae2a4c4b7a3da9c9d55bb737
diff -r 0bd507c8d658 -r 79bd69832721 games/powermanga/patches/patch-ae
--- a/games/powermanga/patches/patch-ae Fri Sep 19 19:08:10 2008 +0000
+++ b/games/powermanga/patches/patch-ae Fri Sep 19 19:16:45 2008 +0000
@@ -1,8 +1,17 @@
-$NetBSD: patch-ae,v 1.2 2005/01/30 23:48:32 salo Exp $
+$NetBSD: patch-ae,v 1.3 2008/09/19 19:16:45 joerg Exp $
--- src/linuxroutines.cpp.orig 2004-08-01 08:43:56.000000000 +0200
-+++ src/linuxroutines.cpp 2005-01-30 21:47:46.000000000 +0100
-@@ -457,7 +457,7 @@
++++ src/linuxroutines.cpp
+@@ -183,7 +183,7 @@ void libereMemoire(char *_pMemoire)
+ }
+ }
+ if(_pMemoire > 0)
+- { fprintf(stderr, "libereMemoire() : can't release the address %x\n", (int)_pMemoire);
++ { fprintf(stderr, "libereMemoire() : can't release the address %p\n", _pMemoire);
+ }
+ }
+ else
+@@ -457,7 +457,7 @@ char *locate_data_file(const char *const
for(const char **p = data_directories;; p++)
{ char *pathname;
if(*p == 0)
Home |
Main Index |
Thread Index |
Old Index