[Bug 280079] Move textproc/rasqal to pcre2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Jul 2024 22:02:56 UTC
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@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 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.