https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280079
--- Comment #5 from Daniel Tameling <tamelingdan...@gmail.com> --- Created attachment 257409 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=257409&action=edit change dependency pcre to pcre2 I played a little bit around and the Arch patch applies cleanly. I also managed to build the port. It now links against pcre2: ldd work/stage/usr/local/bin/roqet | grep pcre libpcre2-8.so.0 => /usr/local/lib/libpcre2-8.so.0 (0x2a85fd2ad000) Since it modifies the configure.ac, they run autoreconf -fiv. I added USES=autoreconf to the Makefile of the port. Not sure whether that is the correct way to do it. During generating the configure script, it also needs gtkdocize, which I also added. Not sure whether I was missing any other new dependencies since I was using a live system, which has already a lot of stuff installed. -- You are receiving this mail because: You are the assignee for the bug.