Summary: | databases/postgis30 missing shp2pgsql/pgsql2shp | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Thomas Skowron <th> |
Component: | Individual Port(s) | Assignee: | Loïc Bartoletti <lbartoletti> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | Flags: | lbartoletti:
maintainer-feedback+
|
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Thomas Skowron
2021-02-17 18:24:57 UTC
Same for database/postgis31, but not for database/postgis25 and lower as far as I see. Any chance to get this patched? (In reply to Thomas Skowron from comment #2) IIRC, shp2pgsql and shp2pgsql-gui are not separated now. I'll look into it in the next few weeks. Have you tried to build it without gtk? (In reply to Loïc Bartoletti from comment #3) I was wrong... sorry. There is a typo in the pkg-plist, and you're right they're incorrectly prefixed with %%LOADERGUI%% I'll fix it very quickly A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f94ea174e3e85c80388fbf1b28abce4d75b7b05 commit 0f94ea174e3e85c80388fbf1b28abce4d75b7b05 Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2022-01-06 14:50:03 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2022-01-06 14:51:34 +0000 databases/postgis3*: fix pkg-plist bin/shp2pgsql and bin/pgsql2shp were incorrectly prefixed with %%LOADERGUI%% PR: 253594 Reported by: Thomas Skowron <th@skowron.eu> databases/postgis30/Makefile | 2 +- databases/postgis30/pkg-plist | 4 ++-- databases/postgis31/Makefile | 2 +- databases/postgis31/pkg-plist | 4 ++-- databases/postgis32/Makefile | 1 + databases/postgis32/pkg-plist | 4 ++-- 6 files changed, 9 insertions(+), 8 deletions(-) Thanks and sorry. |