summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg>2008-09-19 19:16:45 +0000
committerjoerg <joerg>2008-09-19 19:16:45 +0000
commite3ff2985ed1b8e5871b2d06c2e0298119a59cf80 (patch)
tree0f43fd9a776c2427a51dd7aa426845adac20d881 /games
parentaa9aeb92fdb1b07aa578d601aa9447741df624c8 (diff)
downloadpkgsrc-e3ff2985ed1b8e5871b2d06c2e0298119a59cf80.tar.gz
Fix build on amd64. Mark as DESTDIR clean.
Diffstat (limited to 'games')
-rw-r--r--games/powermanga/Makefile4
-rw-r--r--games/powermanga/distinfo4
-rw-r--r--games/powermanga/patches/patch-ae15
3 files changed, 17 insertions, 6 deletions
diff --git a/games/powermanga/Makefile b/games/powermanga/Makefile
index 6a53cae1278..ea1e7c85e61 100644
--- a/games/powermanga/Makefile
+++ b/games/powermanga/Makefile
@@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org
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 --git a/games/powermanga/distinfo b/games/powermanga/distinfo
index ad79298f90d..a1da16852b9 100644
--- a/games/powermanga/distinfo
+++ b/games/powermanga/distinfo
@@ -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-aa) = 7653196f6ae42a9a176afdcf3588432e36da55c9
SHA1 (patch-ab) = e8b538813f269c1971ebe7e50b21c0cdc5edc4de
SHA1 (patch-ac) = 7f45ee51f2863bf37e92f5c16978528d57bc97d7
SHA1 (patch-ad) = 934c74e7e48e637e1e9a84434e4db8aff4a6de50
-SHA1 (patch-ae) = 644908551b6036368308d91b61dfc5d2a0e22cff
+SHA1 (patch-ae) = 2c1799a56e4b2ca0ae2a4c4b7a3da9c9d55bb737
diff --git a/games/powermanga/patches/patch-ae b/games/powermanga/patches/patch-ae
index ee64596a94b..e4e8cefdd8b 100644
--- a/games/powermanga/patches/patch-ae
+++ b/games/powermanga/patches/patch-ae
@@ -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)