pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/hitori/patches hitori: remove patch removed from...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef0752c24d1b
branches:  trunk
changeset: 444869:ef0752c24d1b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 14 08:50:02 2021 +0000

description:
hitori: remove patch removed from distinfo during last update

diffstat:

 games/hitori/patches/patch-Makefile.in |  26 --------------------------
 1 files changed, 0 insertions(+), 26 deletions(-)

diffs (30 lines):

diff -r 16648cb86544 -r ef0752c24d1b games/hitori/patches/patch-Makefile.in
--- a/games/hitori/patches/patch-Makefile.in    Thu Jan 14 04:06:43 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-$NetBSD: patch-Makefile.in,v 1.1 2017/09/09 14:40:24 joerg Exp $
-
-Don't use modern msgfmt features they don't do anything.
-
---- Makefile.in.orig   2017-04-30 22:19:31.000000000 +0000
-+++ Makefile.in
-@@ -1416,8 +1416,7 @@ check-local: check-builder
- # Desktop file
- %.desktop: %.desktop.in
-       @$(MKDIR_P) $(dir $@)
--      $(AM_V_GEN) $(MSGFMT) --desktop --template $< -o $@-t \
--        -d $(top_srcdir)/po && mv $@-t $@
-+      cp $< $@
- 
- check-desktop: $(desktop_DATA)
-       [ "$(DESKTOP_FILE_VALIDATE)" = "" ] || \
-@@ -1429,8 +1428,7 @@ check-local: check-desktop
- 
- %.appdata.xml: %.appdata.xml.in
-       @$(MKDIR_P) $(dir $@)
--      $(AM_V_GEN) $(MSGFMT) --xml --template $< -o $@-t \
--        -d $(top_srcdir)/po && mv $@-t $@
-+      cp $< $@
- 
- # Copy all the spec files. Of course, only one is actually used.
- dist-hook:



Home | Main Index | Thread Index | Old Index