[Bug 273645] devel/universal-ctags: New option GLOBAL_CONFIG

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 09 Sep 2023 22:36:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273645

Derek Schrock <dereks@lifeofadishwasher.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #244739|                            |maintainer-approval+
              Flags|                            |

--- Comment #5 from Derek Schrock <dereks@lifeofadishwasher.com> ---
Created attachment 244739
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=244739&action=edit
Updated patch includes portfmt formatting

portlint: ok. looks fine.
testport: ok. 13amd64.

testing options:


With the option.

$ make -V CONFIGURE_ARGS       # has --enable-custom-config=...
--program-prefix=u --disable-debugging
--enable-custom-config="/usr/local/etc/uctags.conf" --enable-iconv
--enable-json --enable-xml --with-rst2man=/usr/local/bin/rst2man --enable-pcre2
--enable-yaml --prefix=/usr/local ${_LATE_CONFIGURE_ARGS}


`uctags --version` output looking for +custom-conf

...
Optional compiled features: +wildcards, +regex, +gnulib_regex,
+custom-conf=/usr/local/etc/uctags.conf, +iconv, +option-directory, +xpath,
+json, +interactive, +yaml, +packcc, +optscript, +pcre2


Without the option.

$ make -V CONFIGURE_ARGS    # --enable-custom-config missing.
--program-prefix=u --disable-debugging --disable-custom-config --enable-iconv
--enable-json --enable-xml --with-rst2man=/usr/local/bin/rst2man --enable-pcre2
--enable-yaml --prefix=/usr/local ${_LATE_CONFIGURE_ARGS}


`uctags --version` output should have +custom-conf

...
Optional compiled features: +wildcards, +regex, +gnulib_regex, +iconv,
+option-directory, +xpath, +json, +interactive, +yaml, +packcc, +optscript,
+pcre2

-- 
You are receiving this mail because:
You are the assignee for the bug.