Created attachment 191853 [details] Use new format of APACHE_VERSION APACHE_VERSION now contains a dot between major and minor versions (since the changes to Mk/Uses/apache.mk in revision 464175): $ make -V APACHE_VERSION 2.2 As a result of that, the condition '.if "${APACHE_VERSION}" == 22' never matches. This patch updates shibboleth2-sp accordingly.
A commit references this bug: Author: brnrd Date: Fri Mar 30 15:15:11 UTC 2018 New revision: 465979 URL: https://svnweb.freebsd.org/changeset/ports/465979 Log: security/shibboleth-sp: Chase Mk/Uses/apache.mk migration PR: 226958 With hat: apache Submitted by: David Sieborger <drs-freebsd sieborger nom za> Changes: head/security/shibboleth2-sp/Makefile
Thanks David!