summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2020-08-24 04:41:39 +0000
committergutteridge <gutteridge@pkgsrc.org>2020-08-24 04:41:39 +0000
commit4f7656b6e0ea0083fc833966f780dffa1e7b7408 (patch)
tree4bafa57f4f51fbf00de0c1bf9dfb34cdc202021b /x11
parentebea36a4a7ad74c6993c9f95c7d970caa4283a33 (diff)
downloadpkgsrc-4f7656b6e0ea0083fc833966f780dffa1e7b7408.tar.gz
mate*: remove unintentional linkage against pkgsrc gettext-libs
As of 1.24, MATE requires GNU-specific msgfmt features. meta-pkgs/mate/ Makefile.common r. 1.10 expressed this tool dependency using USE_BUILTIN.gettext=no, but this exposed pkgsrc gettext-libs in the build environment as well, which some MATE packages then linked against, but gettext-libs didn't end up being declared as a run-time dependency, so binary package installations were broken (with the workaround of manually installing the undeclared gettext-libs dependency). Express this dependency differently, so GNU msgfmt is used as a tool without exposing pkgsrc gettext-libs. (The pkgsrc tooling infrastruture could be altered to provide a distinct "gmsgfmt" tool, same with "gxgettext", and perhaps others. Here I'm just immediately concerned with fixing this packaging issue.) Addresses PR pkg/55503 by Jay Patel.
Diffstat (limited to 'x11')
-rw-r--r--x11/libmatekbd/Makefile4
-rw-r--r--x11/mate-applets/Makefile4
-rw-r--r--x11/mate-control-center/Makefile4
-rw-r--r--x11/mate-desktop/Makefile4
-rw-r--r--x11/mate-indicator-applet/Makefile4
-rw-r--r--x11/mate-menus/Makefile4
-rw-r--r--x11/mate-panel/Makefile4
-rw-r--r--x11/mate-screensaver/Makefile4
-rw-r--r--x11/mate-session-manager/Makefile4
-rw-r--r--x11/mate-settings-daemon/Makefile4
-rw-r--r--x11/mate-terminal/Makefile4
-rw-r--r--x11/mozo/Makefile4
12 files changed, 24 insertions, 24 deletions
diff --git a/x11/libmatekbd/Makefile b/x11/libmatekbd/Makefile
index ace9e30354f..81387533547 100644
--- a/x11/libmatekbd/Makefile
+++ b/x11/libmatekbd/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2020/08/17 20:20:28 leot Exp $
+# $NetBSD: Makefile,v 1.22 2020/08/24 04:41:41 gutteridge Exp $
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= libmatekbd-${VERSION:R}.0
diff --git a/x11/mate-applets/Makefile b/x11/mate-applets/Makefile
index 6a7cc97ec46..293f2dfe37e 100644
--- a/x11/mate-applets/Makefile
+++ b/x11/mate-applets/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2020/08/17 20:20:31 leot Exp $
+# $NetBSD: Makefile,v 1.36 2020/08/24 04:41:42 gutteridge Exp $
PYTHON_VERSIONS_ACCEPTED= 27
-PKGREVISION= 3
+PKGREVISION= 4
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mate-applets-${VERSION}
diff --git a/x11/mate-control-center/Makefile b/x11/mate-control-center/Makefile
index 07f443c8ca0..5f4a1053565 100644
--- a/x11/mate-control-center/Makefile
+++ b/x11/mate-control-center/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2020/08/17 20:17:55 leot Exp $
+# $NetBSD: Makefile,v 1.27 2020/08/24 04:41:42 gutteridge Exp $
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mate-control-center-${VERSION:R}.0
diff --git a/x11/mate-desktop/Makefile b/x11/mate-desktop/Makefile
index ab2584cc36a..56f133cbfd0 100644
--- a/x11/mate-desktop/Makefile
+++ b/x11/mate-desktop/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2020/08/17 20:20:31 leot Exp $
+# $NetBSD: Makefile,v 1.29 2020/08/24 04:41:42 gutteridge Exp $
-PKGREVISION= 1
+PKGREVISION= 2
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mate-desktop-${VERSION:R}.0
diff --git a/x11/mate-indicator-applet/Makefile b/x11/mate-indicator-applet/Makefile
index c9d5aa9ed20..4fddb575745 100644
--- a/x11/mate-indicator-applet/Makefile
+++ b/x11/mate-indicator-applet/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2020/08/17 20:20:31 leot Exp $
+# $NetBSD: Makefile,v 1.22 2020/08/24 04:41:42 gutteridge Exp $
-PKGREVISION= 1
+PKGREVISION= 2
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mate-indicator-applet-${VERSION:R}.0
diff --git a/x11/mate-menus/Makefile b/x11/mate-menus/Makefile
index b6bd3c9c40e..b54cc9c621c 100644
--- a/x11/mate-menus/Makefile
+++ b/x11/mate-menus/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2020/08/17 20:20:31 leot Exp $
+# $NetBSD: Makefile,v 1.19 2020/08/24 04:41:42 gutteridge Exp $
-PKGREVISION= 1
+PKGREVISION= 2
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mate-menus-${VERSION:R}.0
diff --git a/x11/mate-panel/Makefile b/x11/mate-panel/Makefile
index d010065a510..ea65e42da70 100644
--- a/x11/mate-panel/Makefile
+++ b/x11/mate-panel/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2020/08/17 20:20:31 leot Exp $
+# $NetBSD: Makefile,v 1.36 2020/08/24 04:41:42 gutteridge Exp $
PYTHON_VERSIONS_ACCEPTED= 27
-PKGREVISION= 3
+PKGREVISION= 4
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mate-panel-${VERSION:R}.0
diff --git a/x11/mate-screensaver/Makefile b/x11/mate-screensaver/Makefile
index b00732f7544..510b5382cad 100644
--- a/x11/mate-screensaver/Makefile
+++ b/x11/mate-screensaver/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2020/08/17 20:20:31 leot Exp $
+# $NetBSD: Makefile,v 1.27 2020/08/24 04:41:42 gutteridge Exp $
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mate-screensaver-${VERSION:R}.0
diff --git a/x11/mate-session-manager/Makefile b/x11/mate-session-manager/Makefile
index 234eeba95b5..59d8e387959 100644
--- a/x11/mate-session-manager/Makefile
+++ b/x11/mate-session-manager/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2020/08/17 20:20:31 leot Exp $
+# $NetBSD: Makefile,v 1.26 2020/08/24 04:41:42 gutteridge Exp $
-PKGREVISION= 1
+PKGREVISION= 2
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mate-session-manager-${VERSION:R}.0
diff --git a/x11/mate-settings-daemon/Makefile b/x11/mate-settings-daemon/Makefile
index 4439c67b390..79a3102921a 100644
--- a/x11/mate-settings-daemon/Makefile
+++ b/x11/mate-settings-daemon/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2020/08/18 17:58:18 leot Exp $
+# $NetBSD: Makefile,v 1.35 2020/08/24 04:41:42 gutteridge Exp $
-PKGREVISION= 3
+PKGREVISION= 4
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mate-settings-daemon-${VERSION:R}.0
diff --git a/x11/mate-terminal/Makefile b/x11/mate-terminal/Makefile
index a2fbac111f9..e123a6a46a9 100644
--- a/x11/mate-terminal/Makefile
+++ b/x11/mate-terminal/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2020/08/17 20:20:32 leot Exp $
+# $NetBSD: Makefile,v 1.25 2020/08/24 04:41:43 gutteridge Exp $
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mate-terminal-${VERSION:R}.0
diff --git a/x11/mozo/Makefile b/x11/mozo/Makefile
index c9a4dc6891f..cca669c3c0c 100644
--- a/x11/mozo/Makefile
+++ b/x11/mozo/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2020/08/17 20:20:32 leot Exp $
+# $NetBSD: Makefile,v 1.24 2020/08/24 04:41:43 gutteridge Exp $
PYTHON_VERSIONS_INCOMPATIBLE= 27
-PKGREVISION= 1
+PKGREVISION= 2
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mozo-${VERSION:R}.0