pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/powermanga/patches Remove unneeded patches.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0db14c09ab3
branches:  trunk
changeset: 398566:f0db14c09ab3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 02 19:06:54 2009 +0000

description:
Remove unneeded patches.

diffstat:

 games/powermanga/patches/patch-aa |  13 -------------
 games/powermanga/patches/patch-ac |  13 -------------
 games/powermanga/patches/patch-ae |  22 ----------------------
 3 files changed, 0 insertions(+), 48 deletions(-)

diffs (60 lines):

diff -r d665c96ad2e5 -r f0db14c09ab3 games/powermanga/patches/patch-aa
--- a/games/powermanga/patches/patch-aa Wed Sep 02 15:59:06 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/04/16 19:34:08 xtraeme Exp $
-
---- graphics/Makefile.in.orig  Mon Jan 26 09:16:58 2004
-+++ graphics/Makefile.in       Mon Jan 26 09:17:15 2004
-@@ -37,7 +37,7 @@
- build_triplet = @build@
- host_triplet = @host@
- target_triplet = @target@
--pkgdatadir = $(datadir)/games/powermanga/graphics
-+pkgdatadir = $(datadir)/powermanga/graphics
- ACLOCAL = @ACLOCAL@
- AMDEP_FALSE = @AMDEP_FALSE@
- AMDEP_TRUE = @AMDEP_TRUE@
diff -r d665c96ad2e5 -r f0db14c09ab3 games/powermanga/patches/patch-ac
--- a/games/powermanga/patches/patch-ac Wed Sep 02 15:59:06 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2004/04/16 19:34:08 xtraeme Exp $
-
---- sounds/Makefile.in.orig    Mon Jan 26 09:17:41 2004
-+++ sounds/Makefile.in Mon Jan 26 09:17:49 2004
-@@ -37,7 +37,7 @@
- build_triplet = @build@
- host_triplet = @host@
- target_triplet = @target@
--pkgdatadir = $(datadir)/games/powermanga/sounds
-+pkgdatadir = $(datadir)/powermanga/sounds
- ACLOCAL = @ACLOCAL@
- AMDEP_FALSE = @AMDEP_FALSE@
- AMDEP_TRUE = @AMDEP_TRUE@
diff -r d665c96ad2e5 -r f0db14c09ab3 games/powermanga/patches/patch-ae
--- a/games/powermanga/patches/patch-ae Wed Sep 02 15:59:06 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$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
-@@ -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)
--    { const char *subdir = "/share/games/powermanga/";
-+    { const char *subdir = "/share/powermanga/";
-       pathname = &pathstring[0];
-       /*pathname=(char *)malloc(strlen(nomprefix) + strlen(subdir) + strlen(name) + 1);
-       if(pathname == 0)



Home | Main Index | Thread Index | Old Index