Created attachment 205133 [details] shmux 1.0.3 Find attached the patch to update to the latest version 1.0.3. Tested on FreeBSD 12 STABLE.
A commit references this bug: Author: kai Date: Tue Jun 18 19:16:41 UTC 2019 New revision: 504497 URL: https://svnweb.freebsd.org/changeset/ports/504497 Log: net/shmux: Update to 1.0.3 While I'm here: * Switch to GitHub and update the WWW field to avoid redirects. * Modernize the option knobs. * Update the license that has changed with the new release. * Add "localbase" to USES to fix a bug that has been there a long time if the PCRE option was enabled. Before that the configure script was able to find libpcre but used bogus paths for the -I and -L compiler flags which produced a binary that was never linked against libpcre. PR: 238618 Submitted by: Thomas Merkel <tm@NetBSD.org> Approved by: portmgr (blanket, unmaintained port) Changes: head/net/shmux/Makefile head/net/shmux/distinfo head/net/shmux/pkg-descr
Committed, thanks!