[MacPorts] #56062: QGIS and QGIS3 built with the proj 5.0.0 fail to reproject many coordinates

MacPorts noreply at macports.org
Sat Mar 24 17:20:49 UTC 2018


#56062: QGIS and QGIS3 built with the proj 5.0.0 fail to reproject many coordinates
------------------------+-------------------
  Reporter:  news24lor  |      Owner:
      Type:  defect     |     Status:  new
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.4.2
Resolution:             |   Keywords:
      Port:             |
------------------------+-------------------

Comment (by Veence):

 Ok, the problem is this: proj 5 installs its files in ${prefix} (usually
 /opt/local) and proj47 in ${prefix}/lib/proj49 (/opt/local/lib/proj49/…).
 But on the compilation line -I/opt/local/include precedes
 -I/opt/local/lib/proj49/include so the included version is always proj5
 one.

 In order to be able for proj49 and proj5 to coexist, I have modified proj5
 so that it installs in /opt/local/lib/proj5/… instead of /opt/local.

 Re-compiling right now

--
Ticket URL: <https://trac.macports.org/ticket/56062#comment:10>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list