-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
postgis: remove port; postgis2: update to 2.5.11 #29868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Notifying maintainers: |
|
@nilason I would personally prefer to have the |
Very good point, I absolutely agree, I will replace the |
3529f5b to
d3d927e
Compare
|
Update to mapnik 4.1.3 fails on Boost bug, addressed upstream with boostorg/gil@fcfce66. Dropping that update here as this PR is cascading too much. |
|
This is now ready for review. I made the following changes:
|
|
The failing CI runner on macOS 26 is caused by missing dependency (mapnik) of a postgis dependent port (mod_tile). That should be fixed in a separate PR. |
Now the macOS 15 also fails for the same reason. Fixing that requires #30024 . There are no response from maintainers there, so who knows when that will be moving. |
Addresses warning message: "Warning: Variant postgresql12 conflicts with non-existing variant postgresql11 postgresql10 Warning: Variant postgresql11 conflicts with non-existing variant postgresql12 postgresql10 Warning: Variant postgresql10 conflicts with non-existing variant"
|
Added update to |
|
Notifying maintainers: |
frankdean
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The mod_tile port includes a shell script at ${prefix}/share/mod_tile/osm_setup_db.sh which creates an initial database, importing OpenStreetMap map tile data, using osm2pgsql-lua, so that script will fail if osm2pgsql-lua has not been installed.
Lua is since be175bc part of the port |
It is possible the script needs to be updated for the changes with version 2+, but I believe that is out of scope for this PR. |
Thanks. I'll check the script. |
Following 'mapnik'.
|
thanks @nilason ! |
Thank you! |
Description
postgis:postgis2:proj7the defaultType(s)
Tested on
macOS 14.7.2 23H311 arm64
Xcode 16.2 16C5032a
Verification
Have you
port lint?sudo port test?sudo port -vst install?