[Bug 226958] security/shibboleth2-sp: fix for Apache 2.2
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Mar 26 21:36:08 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226958
Bug ID: 226958
Summary: security/shibboleth2-sp: fix for Apache 2.2
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: girgen at FreeBSD.org
Reporter: drs-freebsd at sieborger.nom.za
Assignee: girgen at FreeBSD.org
Flags: maintainer-feedback?(girgen at FreeBSD.org)
Created attachment 191853
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=191853&action=edit
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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list