Changeset abfacaf for general/prog


Ignore:
Timestamp:
03/05/2024 02:22:51 PM (8 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
ken/TL2024, trunk, xry111/llvm18
Children:
8aed1dc, 9bb439e
Parents:
648752cf
Message:

Remove most references to PCRE1

Some notes:

  • proftpd has been supporting PCRE2 since 1.3.8a.
  • bluefish actually invokes PCRE via Glib, so since Glib was ported from PCRE1 to PCRE2 bluefish has been using PCRE2 in fact.
  • zsh and rasqal will support PCRE2 in the next release. For zsh pcre is not used with book instruction anyway, and for rasqal the maintainer suggests just relying on Glibc regex.h before the next release.
  • The other distros (Fedora for eg) are already disabling PCRE for slang.
Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    r648752cf rabfacaf  
    122122      <xref role="runtime" linkend="openssh"/> (runtime, needed to use
    123123      <application>Git</application> over ssh),
    124       <xref linkend="pcre2"/> (<emphasis>or</emphasis> the deprecated <xref
    125       role="nodep" linkend="pcre"/>), in either case configured with
    126       <literal>--enable-jit</literal>,
     124      <xref linkend="pcre2"/>,
    127125      <xref role="runtime" linkend="subversion"/> with Perl bindings
    128126         (runtime, for <command>git svn</command>),
     
    300298    <para>
    301299      <option>--with-libpcre2</option>: Use this switch if
    302       <application>PCRE2</application> is installed and has been built with
    303       the non-default JIT enabled.
    304     </para>
    305 
    306     <para>
    307       <option>--with-libpcre1</option>: As an alternative to PCRE2, use this
    308       switch if the deprecated <application>PCRE</application> is installed
    309       and has been built with the non-default JIT enabled.
     300      <application>PCRE2</application> is installed.
    310301    </para>
    311302
  • general/prog/slang.xml

    r648752cf rabfacaf  
    6767    <bridgehead renderas="sect4">Optional</bridgehead>
    6868    <para role="optional">
    69       <xref linkend="libpng"/>,
    70       <xref linkend="pcre"/>, and
     69      <xref linkend="libpng"/> and
    7170      <ulink url="https://github.com/kkos/oniguruma">Oniguruma</ulink>
    7271    </para>
Note: See TracChangeset for help on using the changeset viewer.