maintainer-feedback requested: [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


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-kde (group)
<kde at FreeBSD.org> for maintainer-feedback:
Bug 280079: Move textproc/rasqal to pcre2
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280079



--- Description ---
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/4a2e3d2b866a1400eebb5110e95aedc9bf372c3
9


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.


More information about the kde-freebsd mailing list