git: f2536a4ffbdf - main - devel/global: Fix shebang lines and ctags path
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Sep 2023 09:08:36 UTC
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