Date: Mon, 4 Sep 2023 09:08:36 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f2536a4ffbdf - main - devel/global: Fix shebang lines and ctags path Message-ID: <202309040908.38498aAb048485@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f2536a4ffbdfdceebc980547255276da82dece3e commit f2536a4ffbdfdceebc980547255276da82dece3e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-04 09:04:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-04 09:04:28 +0000 devel/global: Fix shebang lines and ctags path - Remove OPTIONS_DEFINE=DOCS - Bump PORTREVISION for package change --- devel/global/Makefile | 6 ++++-- devel/global/files/patch-plugin-factory-pygments_parser.py.in | 7 ------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/devel/global/Makefile b/devel/global/Makefile index 3640b0a922d9..adfca6aade33 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -1,5 +1,6 @@ PORTNAME= global PORTVERSION= 6.6.10 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU @@ -12,6 +13,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe libtool ncurses perl5 shebangfix +CONFIGURE_ARGS= --with-exuberant-ctags=${LOCALBASE}/bin/exctags \ + --with-python-interpreter=${LOCALBASE}/bin/python${PYTHON_DEFAULT} \ + --with-universal-ctags=${LOCALBASE}/bin/uctags GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check @@ -23,6 +27,4 @@ CPE_VENDOR= gnu SHEBANG_GLOB= *.pl -OPTIONS_DEFINE= DOCS - .include <bsd.port.mk> diff --git a/devel/global/files/patch-plugin-factory-pygments_parser.py.in b/devel/global/files/patch-plugin-factory-pygments_parser.py.in deleted file mode 100644 index 843c8b1f71d9..000000000000 --- a/devel/global/files/patch-plugin-factory-pygments_parser.py.in +++ /dev/null @@ -1,7 +0,0 @@ ---- plugin-factory/pygments_parser.py.in.orig 2021-07-01 04:06:35 UTC -+++ plugin-factory/pygments_parser.py.in -@@ -1,4 +1,3 @@ --#!@PYTHON@ - # - # Copyright (c) 2014 - # Yoshitaro Makise
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309040908.38498aAb048485>