Summary: | graphics/mapcache: Use parameters from Mk/bsd.apache.mk | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Bernard Spil <brnrd> | ||||
Component: | Individual Port(s) | Assignee: | Bernard Spil <brnrd> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | joneum, w.schwarzenfeld | ||||
Priority: | --- | Keywords: | needs-qa, patch | ||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 223691 | ||||||
Attachments: |
|
Maintainer informed via mail Done with ports r464182. |
Created attachment 189291 [details] svn diff for graphics/mapcache Currently, the port uses APACHE_SUPPORTED_VERSIONS as defined in bsd.apache.mk to patch a cmake script. This variable shouldn't be used and contains multiple entries. The proper way to do this is pass the correct directories to Cmake as defined in the bsd.apache.mk file. ``` graphics/mapcache: Use variables from bsd.apache.mk PR: Submitted by: brnrd (with hat apache@) ``` This is also required for the upcoming migration to Mk/Uses/apache.mk