pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/mate-backgrounds/patches



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Nov 27 04:55:40 UTC 2022

Added Files:
        pkgsrc/graphics/mate-backgrounds/patches: patch-Makefile.in

Log Message:
mate-backgrounds: add patch missed in previous commit


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/mate-backgrounds/patches/patch-Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/graphics/mate-backgrounds/patches/patch-Makefile.in
diff -u /dev/null pkgsrc/graphics/mate-backgrounds/patches/patch-Makefile.in:1.1
--- /dev/null   Sun Nov 27 04:55:40 2022
+++ pkgsrc/graphics/mate-backgrounds/patches/patch-Makefile.in  Sun Nov 27 04:55:40 2022
@@ -0,0 +1,18 @@
+$NetBSD: patch-Makefile.in,v 1.1 2022/11/27 04:55:40 gutteridge Exp $
+
+Continue to install .mo files. Some other expectation in the build tooling
+isn't working as intended.
+
+--- Makefile.in.orig   2021-08-04 08:39:51.000000000 +0000
++++ Makefile.in
+@@ -830,8 +830,8 @@ dist-hook:
+ 
+ # we don't want to install mo files, all translations are already stored
+ # in xml files
+-install-data-local:
+-      $(MAKE) -C po uninstall
++#install-data-local:
++#     $(MAKE) -C po uninstall
+ 
+ # Build ChangeLog from GIT  history
+ ChangeLog:



Home | Main Index | Thread Index | Old Index