Bug 226958 - security/shibboleth2-sp: fix for Apache 2.2
Summary: security/shibboleth2-sp: fix for Apache 2.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Palle Girgensohn
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-26 21:36 UTC by David Siebörger
Modified: 2018-03-30 15:16 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (girgen)


Attachments
Use new format of APACHE_VERSION (436 bytes, patch)
2018-03-26 21:36 UTC, David Siebörger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Siebörger 2018-03-26 21:36:06 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-03-30 15:16:10 UTC
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
Comment 2 Bernard Spil freebsd_committer freebsd_triage 2018-03-30 15:16:48 UTC
Thanks David!