| Summary: | /graphics/qgis installation fails with Grass Option | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | jjachuf | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
| Status: | Closed DUPLICATE | ||||||
| Severity: | Affects Some People | CC: | marino, rhurlin | ||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
*** Bug 192623 has been marked as a duplicate of this bug. *** So everytime grass is updated this breaks because it's hardcoded? Nobody can come up with a better method than hardcoding the version number? Notify maintainer in CC Created attachment 146693 [details]
Update GRASS version
Unfortunately, I am not aware of any straight forward method to avoid hard coding the GRASS version.
Sorry for the delay and thanks for the hint.
This patch is included now in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192605 So, it should be closed, after bug 192605 is committed, thanks. We can close it now. *** This bug has been marked as a duplicate of bug 192605 *** |
It is solved by changing the line: CMAKE_ARGS+= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.3 for this: CMAKE_ARGS+= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.4 In the Makefile