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: k...@freebsd.org Reporter: tjl...@gmail.com Assignee: k...@freebsd.org Flags: maintainer-feedback?(k...@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.