Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Jul 2024 22:02:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 280079] Move textproc/rasqal to pcre2
Message-ID:  <bug-280079-7788@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: tjlegg@gmail.com
          Assignee: kde@FreeBSD.org
             Flags: maintainer-feedback?(kde@FreeBSD.org)

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

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


I updated the port Makefile to use:$ diff /usr/ports/textproc/rasqal/Makefi=
le=20
/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 the=
re
is no regression.

--=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-280079-7788>