pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/gxmame Add patch that should solve the annoying



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a779070b43cb
branches:  trunk
changeset: 496990:a779070b43cb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 18 12:38:35 2005 +0000

description:
Add patch that should solve the annoying
        Makefile:126: *** target pattern contains no `%'.  Stop.
breakage.

XXX: If this works, I'll move this package to emulators/, where it belongs.

diffstat:

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

diffs (30 lines):

diff -r f14d48be60f1 -r a779070b43cb misc/gxmame/distinfo
--- a/misc/gxmame/distinfo      Mon Jul 18 12:07:32 2005 +0000
+++ b/misc/gxmame/distinfo      Mon Jul 18 12:38:35 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/03/15 15:55:13 xtraeme Exp $
+$NetBSD: distinfo,v 1.5 2005/07/18 12:38:35 wiz Exp $
 
 SHA1 (gxmame-0.35beta1.tar.gz) = f17e6826aabc2334cffb0bcbc20842af092125cb
 RMD160 (gxmame-0.35beta1.tar.gz) = 9ed42bc9c9dacca0ef1c2e48c546fbae148b937a
 Size (gxmame-0.35beta1.tar.gz) = 760894 bytes
+SHA1 (patch-aa) = b2feb640621937f6dceacf3361f39dbdfdc782d8
diff -r f14d48be60f1 -r a779070b43cb misc/gxmame/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/gxmame/patches/patch-aa      Mon Jul 18 12:38:35 2005 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.3 2005/07/18 12:38:35 wiz Exp $
+
+--- po/Makefile.in.in.orig     2005-01-30 15:03:16.000000000 +0100
++++ po/Makefile.in.in
+@@ -96,8 +96,8 @@ all: all-@USE_NLS@
+ all-yes: $(CATALOGS)
+ all-no:
+ 
+-$(GETTEXT_PACKAGE).pot: $(POTFILES)
+-      $(GENPOT)
++#$(GETTEXT_PACKAGE).pot: $(POTFILES)
++#     $(GENPOT)
+ 
+ install: install-exec install-data
+ install-exec:



Home | Main Index | Thread Index | Old Index