pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 Needs BROKEN_GETTEXT_DETECTION=yes



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c6d23b4db62
branches:  trunk
changeset: 648783:9c6d23b4db62
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Mar 19 12:45:16 2015 +0000

description:
Needs BROKEN_GETTEXT_DETECTION=yes

diffstat:

 x11/xfd/Makefile   |  4 +++-
 x11/xload/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r bd5f285973b1 -r 9c6d23b4db62 x11/xfd/Makefile
--- a/x11/xfd/Makefile  Thu Mar 19 12:34:37 2015 +0000
+++ b/x11/xfd/Makefile  Thu Mar 19 12:45:16 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2015/03/12 14:31:08 tnn Exp $
+# $NetBSD: Makefile,v 1.16 2015/03/19 12:49:47 jperkin Exp $
 
 DISTNAME=      xfd-1.1.2
 CATEGORIES=    x11
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://xorg.freedesktop.org/
 COMMENT=       Display all the characters in an X font
 
+BROKEN_GETTEXT_DETECTION=      yes
+
 GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config xgettext
 
diff -r bd5f285973b1 -r 9c6d23b4db62 x11/xload/Makefile
--- a/x11/xload/Makefile        Thu Mar 19 12:34:37 2015 +0000
+++ b/x11/xload/Makefile        Thu Mar 19 12:45:16 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2015/03/12 14:00:58 tnn Exp $
+# $NetBSD: Makefile,v 1.14 2015/03/19 12:45:16 jperkin Exp $
 
 DISTNAME=      xload-1.1.2
 CATEGORIES=    x11
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://xorg.freedesktop.org/
 COMMENT=       System load average display for X
 
+BROKEN_GETTEXT_DETECTION=      yes
+
 GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config xgettext
 



Home | Main Index | Thread Index | Old Index