pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/patchutils - Add BUILD_DEPENDS+= xmlto-[0-9]*, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e82ec5c6c41
branches:  trunk
changeset: 353789:4e82ec5c6c41
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Oct 13 12:22:56 2016 +0000

description:
- Add BUILD_DEPENDS+=  xmlto-[0-9]*, without this,
  WARNING: xmlto not available so not building doc at configure stage
  and resulting PLIST inconsistency.  Thanks joerg@ for bulkbuild report.

diffstat:

 devel/patchutils/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ef73f5ff3a46 -r 4e82ec5c6c41 devel/patchutils/Makefile
--- a/devel/patchutils/Makefile Thu Oct 13 11:04:20 2016 +0000
+++ b/devel/patchutils/Makefile Thu Oct 13 12:22:56 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2016/10/10 01:08:12 mef Exp $
+# $NetBSD: Makefile,v 1.21 2016/10/13 12:22:56 mef Exp $
 
 DISTNAME=              patchutils-0.3.4
 CATEGORIES=            devel
@@ -11,6 +11,8 @@
 LICENSE=               gnu-gpl-v2
 
 DEPENDS+=              patch-[0-9]*:../../devel/patch
+#  WARNING: xmlto not available so not building doc
+BUILD_DEPENDS+=                xmlto-[0-9]*:../../textproc/xmlto
 
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            perl:run



Home | Main Index | Thread Index | Old Index