Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Sep 2023 22:36:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 273645] devel/universal-ctags: New option GLOBAL_CONFIG
Message-ID:  <bug-273645-7788-zT93ZZEa6r@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273645-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273645-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273645

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=3D244739&action=
=3Dedit
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=3D...
--program-prefix=3Du --disable-debugging
--enable-custom-config=3D"/usr/local/etc/uctags.conf" --enable-iconv
--enable-json --enable-xml --with-rst2man=3D/usr/local/bin/rst2man --enable=
-pcre2
--enable-yaml --prefix=3D/usr/local ${_LATE_CONFIGURE_ARGS}


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

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


Without the option.

$ make -V CONFIGURE_ARGS    # --enable-custom-config missing.
--program-prefix=3Du --disable-debugging --disable-custom-config --enable-i=
conv
--enable-json --enable-xml --with-rst2man=3D/usr/local/bin/rst2man --enable=
-pcre2
--enable-yaml --prefix=3D/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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273645-7788-zT93ZZEa6r>