pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mate-menus



Module Name:    pkgsrc
Committed By:   martin
Date:           Fri Jan 18 09:48:16 UTC 2019

Modified Files:
        pkgsrc/x11/mate-menus: distinfo
Added Files:
        pkgsrc/x11/mate-menus/patches: patch-util_test-menu-spec.c

Log Message:
Make this buildable


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/mate-menus/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/x11/mate-menus/patches/patch-util_test-menu-spec.c

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

Modified files:

Index: pkgsrc/x11/mate-menus/distinfo
diff -u pkgsrc/x11/mate-menus/distinfo:1.4 pkgsrc/x11/mate-menus/distinfo:1.5
--- pkgsrc/x11/mate-menus/distinfo:1.4  Wed Jan 16 18:03:02 2019
+++ pkgsrc/x11/mate-menus/distinfo      Fri Jan 18 09:48:16 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2019/01/16 18:03:02 youri Exp $
+$NetBSD: distinfo,v 1.5 2019/01/18 09:48:16 martin Exp $
 
 SHA1 (mate-menus-1.21.0.tar.xz) = 79881188c0ea2a80c002f4b64c2a4ee3ec5151f0
 RMD160 (mate-menus-1.21.0.tar.xz) = d3290d1996cbd2c4c19947a78d7f4313134e9fb6
 SHA512 (mate-menus-1.21.0.tar.xz) = 1e1028c30e78167089b4a69b0e5f748fe451bdb12a526731513b7432dbd61ff78a16d6bf191f0b1af3fd077b4e1bafc469a7b1daf250a1b23abb931d0ad34c83
 Size (mate-menus-1.21.0.tar.xz) = 354892 bytes
-SHA1 (patch-util_test-menu-spec.c) = dce7e18d0f3be7d8581149afcc45faae187ce529
+SHA1 (patch-util_test-menu-spec.c) = b0d67c8149c48cd521a1be3ce267beae3426de77

Added files:

Index: pkgsrc/x11/mate-menus/patches/patch-util_test-menu-spec.c
diff -u /dev/null pkgsrc/x11/mate-menus/patches/patch-util_test-menu-spec.c:1.1
--- /dev/null   Fri Jan 18 09:48:16 2019
+++ pkgsrc/x11/mate-menus/patches/patch-util_test-menu-spec.c   Fri Jan 18 09:48:16 2019
@@ -0,0 +1,14 @@
+$NetBSD: patch-util_test-menu-spec.c,v 1.1 2019/01/18 09:48:16 martin Exp $
+
+Build fix - uses setlocale().
+
+--- util/test-menu-spec.c.orig 2018-05-27 13:58:09.000000000 +0200
++++ util/test-menu-spec.c      2019-01-18 10:43:32.367675376 +0100
+@@ -23,6 +23,7 @@
+ #include "matemenu-tree.h"
+ 
+ #include <string.h>
++#include <locale.h>
+ 
+ static char     *menu_file = NULL;
+ static gboolean  monitor = FALSE;



Home | Main Index | Thread Index | Old Index