Bug 224796 - graphics/mapcache: Use parameters from Mk/bsd.apache.mk
Summary: graphics/mapcache: Use parameters from Mk/bsd.apache.mk
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bernard Spil
URL:
Keywords: needs-qa, patch
Depends on:
Blocks: 223691
  Show dependency treegraph
 
Reported: 2017-12-31 16:41 UTC by Bernard Spil
Modified: 2018-03-25 17:38 UTC (History)
2 users (show)

See Also:


Attachments
svn diff for graphics/mapcache (804 bytes, text/plain)
2017-12-31 16:41 UTC, Bernard Spil
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.