pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ctags-git: Use rst2man and changes in PLIST
Module Name: pkgsrc-wip
Committed By: Jonathan Buschmann <jonthn+pkgsrc%pinacea.com@localhost>
Pushed By: jonthn
Date: Mon Oct 16 21:03:33 2017 +0200
Changeset: 70fdd299851ce4a036a46531c6c3c1a9d37adaa3
Modified Files:
ctags-git/Makefile
ctags-git/PLIST
Log Message:
ctags-git: Use rst2man and changes in PLIST
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=70fdd299851ce4a036a46531c6c3c1a9d37adaa3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ctags-git/Makefile | 3 +++
ctags-git/PLIST | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)
diffs:
diff --git a/ctags-git/Makefile b/ctags-git/Makefile
index 51d8592781..7f081fbd5d 100644
--- a/ctags-git/Makefile
+++ b/ctags-git/Makefile
@@ -15,6 +15,7 @@ GIT_MODULE.ctags= ctags
WRKSRC= ${WRKDIR}/${GIT_MODULE.ctags}
+BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
USE_TOOLS= aclocal autoreconf autoconf automake autoheader
USE_TOOLS+= bash gmake perl
@@ -25,6 +26,7 @@ SUBST_SED.bash= -e 's,\#\!/bin/bash,\#\!${BASH},g'
SUBST_FILES.bash= misc/optlib2c
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= RST2MAN=${PREFIX}/bin/rst2man-${PYVERSSUFFIX}.py
CONFIGURE_ARGS+= --enable-macro-patterns
CONFIGURE_ARGS+= --enable-readlib
CONFIGURE_ARGS+= --disable-readcmd
@@ -38,5 +40,6 @@ pre-configure:
.include "options.mk"
+.include "../../lang/python/pyversion.mk"
.include "../../wip/mk/git-package.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/ctags-git/PLIST b/ctags-git/PLIST
index 53fb634cda..0dc77c41f1 100644
--- a/ctags-git/PLIST
+++ b/ctags-git/PLIST
@@ -1,5 +1,6 @@
@comment $NetBSD$
bin/${PREFIX_PROGRAM}ctags
${PLIST.emacs}bin/${PREFIX_PROGRAM}etags
-libexec/ctags/drivers/${PREFIX_PROGRAM}coffeetags
man/man1/${PREFIX_PROGRAM}ctags.1
+man/man7/ctags-incompatibilities.7
+man/man7/ctags-optlib.7
Home |
Main Index |
Thread Index |
Old Index