Skip to content

Commit 25374da

Browse files
committed
doc: Convert to pcre2 from obsolete pcre (pcre3)
libpcre (a.k.a pcre3) is obsolete in favour of pcre2 by upstream. While pcre is still available, it is being removed from several linux distributions [1] [2] - Change CRegex to use the new version and remove inclusion of the old pcre library. - Remove inclib "pcre" from fbchkdoc. Note: not replaced with pcre2 here as this should be included from the pcre2.bi header Tested on linux with only libpcre2 installed 1. https://fedoraproject.org/wiki/Changes/PcreDeprecation 2. https://lists.debian.org/debian-devel/2025/01/msg00621.html
1 parent 4aa649a commit 25374da

File tree

12 files changed

+87
-83
lines changed

12 files changed

+87
-83
lines changed

doc/fbchkdoc/chkdocs.bas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
#include once "cmd_opts.bi"
3939

4040
'' libs
41-
#inclib "pcre"
4241
#inclib "funcs"
4342

4443
using fb

doc/fbchkdoc/getindex.bas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
#include once "cmd_opts.bi"
3535

3636
'' libs
37-
#inclib "pcre"
3837
#inclib "curl"
3938

4039
using fb

doc/fbchkdoc/getpage.bas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
#include once "cmd_opts.bi"
3535

3636
'' libs
37-
#inclib "pcre"
3837
#inclib "curl"
3938

4039
using fb

doc/fbchkdoc/insert.bas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929

3030
'' libs
3131
#inclib "fbdoc"
32-
#inclib "pcre"
3332

3433
using fb
3534
using fbdoc

doc/fbchkdoc/mkimglst.bas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include once "cmd_opts.bi"
3131

3232
'' libs
33-
#inclib "pcre"
3433
#inclib "curl"
3534

3635
using fb

doc/fbchkdoc/mkprntoc.bas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include once "cmd_opts.bi"
3030

3131
'' libs
32-
#inclib "pcre"
3332
#inclib "curl"
3433

3534
using fb

doc/fbchkdoc/putpage.bas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include once "cmd_opts.bi"
3131

3232
'' libs
33-
#inclib "pcre"
3433
#inclib "curl"
3534

3635
using fb

doc/fbchkdoc/rebuild.bas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929

3030
'' libs
3131
#inclib "fbdoc"
32-
#inclib "pcre"
3332

3433
using fb
3534
using fbdoc

doc/fbchkdoc/samps.bas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
#include once "fbdoc_keywords.bi"
3939

4040
#inclib "fbdoc"
41-
#inclib "pcre"
4241

4342
using fb
4443
using fbdoc

doc/fbchkdoc/spell.bas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
#include once "spellcheck.bi"
3434

3535
'' libs
36-
#inclib "pcre"
3736
#inclib "curl"
3837

3938
using fb

0 commit comments

Comments
 (0)