pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc USE_TOOLS+=xgettext, fixes build on SunOS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/df76a5810a8a
branches: trunk
changeset: 639736:df76a5810a8a
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Wed Sep 24 11:48:20 2014 +0000
description:
USE_TOOLS+=xgettext, fixes build on SunOS.
diffstat:
audio/gmpc-wikipedia/Makefile | 4 ++--
devel/appdata-tools/Makefile | 7 ++++---
net/grilo-testui/Makefile | 4 ++--
3 files changed, 8 insertions(+), 7 deletions(-)
diffs (57 lines):
diff -r 9ec2c9aa5258 -r df76a5810a8a audio/gmpc-wikipedia/Makefile
--- a/audio/gmpc-wikipedia/Makefile Wed Sep 24 11:39:23 2014 +0000
+++ b/audio/gmpc-wikipedia/Makefile Wed Sep 24 11:48:20 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2014/08/04 09:28:33 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2014/09/24 11:48:47 jperkin Exp $
DISTNAME= gmpc-wikipedia-11.8.16
PKGREVISION= 6
@@ -13,7 +13,7 @@
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= intltool pkg-config
+USE_TOOLS+= intltool pkg-config xgettext
.include "../../audio/gmpc/buildlink3.mk"
.include "../../www/webkit-gtk/buildlink3.mk"
diff -r 9ec2c9aa5258 -r df76a5810a8a devel/appdata-tools/Makefile
--- a/devel/appdata-tools/Makefile Wed Sep 24 11:39:23 2014 +0000
+++ b/devel/appdata-tools/Makefile Wed Sep 24 11:48:20 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/05/17 16:10:42 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/09/24 11:56:04 jperkin Exp $
DISTNAME= appdata_tools_0_1_7
PKGNAME= ${DISTNAME:S/appdata_tools_/appdata-tools-/:S/_/./g}
@@ -14,8 +14,9 @@
BUILD_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
-WRKSRC= ${WRKDIR}/appdata-tools-${DISTNAME}
-USE_TOOLS+= autoconf automake autoreconf gmake intltool intltoolize pkg-config
+WRKSRC= ${WRKDIR}/appdata-tools-${DISTNAME}
+USE_TOOLS+= autoconf automake autoreconf gmake intltool intltoolize
+USE_TOOLS+= pkg-config xgettext
GNU_CONFIGURE= yes
pre-configure:
diff -r 9ec2c9aa5258 -r df76a5810a8a net/grilo-testui/Makefile
--- a/net/grilo-testui/Makefile Wed Sep 24 11:39:23 2014 +0000
+++ b/net/grilo-testui/Makefile Wed Sep 24 11:48:20 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2014/05/05 00:48:14 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2014/09/24 11:48:20 jperkin Exp $
#
DISTNAME= grilo-0.2.7
@@ -18,7 +18,7 @@
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config intltool
+USE_TOOLS+= pkg-config intltool xgettext
USE_LANGUAGES= c99
BUILD_DIRS= tools/grilo-test-ui
Home |
Main Index |
Thread Index |
Old Index