Created attachment 203038 [details] Patch to update port to new upstream version
This updates to the upstream version 2.10.6 which was released in 2016. It also includes a few other ancillary changes: - Remove mirror sites that either don't exist or aren't updating from the master site anymore. Add one new mirror site that appears to be active. - Simplify Makefile by replacing .if/.else/.endif sections with <OPTION>_USES and <OPTION>_CONFIGURE_WITH equivalents. -
(continued...) - Fix PERL build option by replacing ${PERL_VERSION} with ${PERL_VER} in the path that is passed to --with-perl. Note that it now builds with Perl (previously it was silently ignoring the option when the configure script failed to find the perl installtion) but there are some hairy looking warnings around that code so it's possible it doesn't work at runtime.
A commit references this bug: Author: jpaetzel Date: Fri Mar 22 15:01:23 UTC 2019 New revision: 496573 URL: https://svnweb.freebsd.org/changeset/ports/496573 Log: Version update and several cleanups - Update to port version 2.10.6 - Clean up mirror sites - switch to OPTION_USES framework - Fix PERL build option by replacing ${PERL_VERSION} with ${PERL_VER} in the path that is passed to --with-perl - Minor changes to satisfy portlint PR: 236709 Submitted by: caf@bitchx.org Changes: head/irc/epic4/Makefile head/irc/epic4/distinfo head/irc/epic4/pkg-message
Committed, thanks!