pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/patchutils
Module Name: pkgsrc
Committed By: mef
Date: Thu Oct 13 12:22:56 UTC 2016
Modified Files:
pkgsrc/devel/patchutils: Makefile
Log Message:
- 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.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/patchutils/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/patchutils/Makefile
diff -u pkgsrc/devel/patchutils/Makefile:1.20 pkgsrc/devel/patchutils/Makefile:1.21
--- pkgsrc/devel/patchutils/Makefile:1.20 Mon Oct 10 01:08:12 2016
+++ pkgsrc/devel/patchutils/Makefile Thu Oct 13 12:22:56 2016
@@ -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 @@ COMMENT= Some programs for manipulating
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