Bug 224796

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:
Description Flags
svn diff for graphics/mapcache none

Description Bernard Spil freebsd_committer freebsd_triage 2017-12-31 16:41:42 UTC
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
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2017-12-31 16:41:42 UTC
Maintainer informed via mail
Comment 2 Walter Schwarzenfeld 2018-03-12 02:20:28 UTC
Done with ports r464182.