[Bug 280079] Move textproc/rasqal to pcre2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 1 23:02:56 BST 2024


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280079

            Bug ID: 280079
           Summary: Move textproc/rasqal to pcre2
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: kde at FreeBSD.org
          Reporter: tjlegg at gmail.com
          Assignee: kde at FreeBSD.org
             Flags: maintainer-feedback?(kde at FreeBSD.org)

Daily security bugs me about pcre being deprecated and textproc/rasqal is still
wired to use pcre.

This commit shows that rasqal has been updated to prefer pcre2 if available.
https://github.com/dajobe/rasqal/commit/4a2e3d2b866a1400eebb5110e95aedc9bf372c39


I updated the port Makefile to use:$ diff /usr/ports/textproc/rasqal/Makefile 
/usr/local/poudriere/ports/main/textproc/rasqal/Makefile
18c18
<               libpcre.so:devel/pcre
---
>               libpcre2-posix.so:devel/pcre2

 and it built successfully. Not sure what other tests I need to confirm there
is no regression.

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


More information about the kde-freebsd mailing list