pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/git-contrib



Module Name:    pkgsrc
Committed By:   kim
Date:           Sat Feb  4 09:27:15 UTC 2023

Modified Files:
        pkgsrc/devel/git-contrib: Makefile

Log Message:
git-contrib: Run xmlto with "--skip-validation"

Workaround for PR pkg/57218


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/git-contrib/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/git-contrib/Makefile
diff -u pkgsrc/devel/git-contrib/Makefile:1.3 pkgsrc/devel/git-contrib/Makefile:1.4
--- pkgsrc/devel/git-contrib/Makefile:1.3       Fri Jul 17 11:24:27 2015
+++ pkgsrc/devel/git-contrib/Makefile   Sat Feb  4 09:27:15 2023
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2015/07/17 11:24:27 adam Exp $
+# $NetBSD: Makefile,v 1.4 2023/02/04 09:27:15 kim Exp $
 
 .include "../../devel/git/Makefile.common"
 
 PKGNAME=       git-contrib-${GIT_VERSION}
+PKGREVISION=   1
 COMMENT=       GIT Tree History Storage Tool (contrib)
 
 BUILD_DEPENDS+=        asciidoc-[0-9]*:../../textproc/asciidoc
@@ -14,6 +15,7 @@ BUILD_DIRS=   contrib/subtree
 
 MAKE_FLAGS+=   DESTDIR=${DESTDIR}
 MAKE_FLAGS+=   prefix=${PREFIX}
+MAKE_FLAGS+=   XMLTO_EXTRA=--skip-validation
 
 INSTALL_TARGET=        install install-man
 



Home | Main Index | Thread Index | Old Index