Update universal-ctags to 5.9.20211024.0

This commit is contained in:
rsadowski 2021-10-29 04:47:16 +00:00
parent a50179f79c
commit ab1669bf0b
5 changed files with 15 additions and 42 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.14 2021/02/19 23:13:04 sthen Exp $
# $OpenBSD: Makefile,v 1.15 2021/10/29 04:47:16 rsadowski Exp $
COMMENT = multilanguage reimplementation of the Unix ctags utility
V = 5.9.20201129.0
V = 5.9.20211024.0
GH_ACCOUNT = universal-ctags
GH_PROJECT = ctags
GH_TAGNAME = p${V}

View File

@ -1,2 +1,2 @@
SHA256 (universal-ctags-5.9.20201129.0.tar.gz) = tmfY4xbjlPgTA3olCxo2L9acCPVYiZAkuvjiQOTwMEE=
SIZE (universal-ctags-5.9.20201129.0.tar.gz) = 1986607
SHA256 (universal-ctags-5.9.20211024.0.tar.gz) = b4GpQHRGcnYPIY0vpS16zuOsDVmtGjfpdGeCAW3rFXs=
SIZE (universal-ctags-5.9.20211024.0.tar.gz) = 2553195

View File

@ -1,18 +0,0 @@
$OpenBSD: patch-Makefile_am,v 1.2 2020/11/03 18:56:10 rsadowski Exp $
Use -std=gnu99 also for packcc. Fix the build with base-gcc, from
https://github.com/universal-ctags/ctags/pull/2305
Index: Makefile.am
--- Makefile.am.orig
+++ Makefile.am
@@ -40,8 +40,7 @@ noinst_PROGRAMS += packcc
noinst_PROGRAMS += mini-geany
packcc_CPPFLAGS =
-packcc_CFLAGS =
-packcc_CFLAGS += $(EXTRA_CFLAGS)
+packcc_CFLAGS =
dist_packcc_SOURCES = $(PACKCC_SRCS)
if HAVE_STRNLEN

View File

@ -1,28 +1,11 @@
$OpenBSD: patch-misc_units,v 1.2 2020/11/03 18:56:10 rsadowski Exp $
$OpenBSD: patch-misc_units,v 1.3 2021/10/29 04:47:16 rsadowski Exp $
- fix syntax error: `"$file"' missing expression operator
- disable git in tests
Index: misc/units
--- misc/units.orig
+++ misc/units
@@ -770,15 +770,9 @@ failure_in_globing ()
local file=$1
local pat='~$|\*'
# use [[ if it is available in the shell implementation.
- if type '[[' > /dev/null 2>&1; then
- if [[ "$file" =~ $pat ]]; then
- return 0
- fi
- else
if echo "$file" | grep -q '~$\|\*'; then
return 0
fi
- fi
return 1
}
@@ -2005,7 +1999,7 @@ failed_git_marker ()
@@ -2002,7 +2002,7 @@ failed_git_marker ()
local f=$1
local l

View File

@ -1,11 +1,19 @@
@comment $OpenBSD: PLIST,v 1.4 2020/11/03 18:56:10 rsadowski Exp $
@comment $OpenBSD: PLIST,v 1.5 2021/10/29 04:47:17 rsadowski Exp $
@bin bin/uctags
@bin bin/uoptscript
@bin bin/ureadtags
@man man/man1/uctags.1
@man man/man1/ureadtags.1
@man man/man5/utags.5
@man man/man7/uctags-client-tools.7
@man man/man7/uctags-faq.7
@man man/man7/uctags-incompatibilities.7
@man man/man7/uctags-lang-iPythonCell.7
@man man/man7/uctags-lang-inko.7
@man man/man7/uctags-lang-julia.7
@man man/man7/uctags-lang-python.7
@man man/man7/uctags-lang-r.7
@man man/man7/uctags-lang-sql.7
@man man/man7/uctags-lang-tcl.7
@man man/man7/uctags-lang-verilog.7
@man man/man7/uctags-optlib.7