pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/accerciser accerciser: fix build after change to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8edd40141f85
branches:  trunk
changeset: 452437:8edd40141f85
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Mon May 10 12:47:54 2021 +0000

description:
accerciser: fix build after change to make itstool a TOOL.

accerciser DEPENDS yelp-tools DEPENDS itstools
no longer works. Luckily yelp-tools is only actually needed in accerciser
for regenerating the configure script.

diffstat:

 devel/accerciser/Makefile |  15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r df920679f2d9 -r 8edd40141f85 devel/accerciser/Makefile
--- a/devel/accerciser/Makefile Mon May 10 09:33:43 2021 +0000
+++ b/devel/accerciser/Makefile Mon May 10 12:47:54 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2020/12/04 20:45:06 nia Exp $
+# $NetBSD: Makefile,v 1.42 2021/05/10 12:47:54 prlw1 Exp $
 
 DISTNAME=      accerciser-3.38.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/accerciser/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -13,16 +13,21 @@
 
 PREV_PKGPATH=  devel/accerciser3
 
-USE_TOOLS+=            gmake msgfmt pkg-config
+USE_TOOLS+=            gmake itstool msgfmt pkg-config
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 PY_PATCHPLIST=         yes
 REPLACE_PYTHON=                plugins/ipython_view.py
 REPLACE_PYTHON+=       src/accerciser.in
 
+.include "../../mk/bsd.prefs.mk"
+
+# msgfmt: unknown option -- desktop
+.if ${OPSYS} == "NetBSD"
+TOOLS_PLATFORM.msgfmt=
+.endif
+
 TOOL_DEPENDS+=         gettext-tools>=0.19.8:../../devel/gettext-tools
-_TOOLS_USE_PKGSRC.msgfmt= yes
-BUILD_DEPENDS+=                yelp-tools-[0-9]*:../../textproc/yelp-tools
 
 DEPENDS+=      libwnck3-[0-9]*:../../devel/libwnck3
 DEPENDS+=      ${PYPKGPREFIX}-at-spi2-[0-9]*:../../devel/py-at-spi2



Home | Main Index | Thread Index | Old Index