pg_partman is broken after a40c0e7 I briefly examined the commit and looks the logic was inverted accidentally - python utilities was for pg < 10, but now they try to install. ===> Building package for pg_partman-4.6.0 pkg-static: Unable to access file /wrkdirs/usr/ports/databases/pg_partman/work/stage/usr/local/bin/partition_data.py:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/databases/pg_partman/work/stage/usr/local/bin/reapply_constraints.py:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/databases/pg_partman/work/stage/usr/local/bin/reapply_foreign_keys.py:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/databases/pg_partman/work/stage/usr/local/bin/undo_partition.py:No such file or directory *** Error code 1
Yes indeed. My mistake. Will fix in my next batch of commits.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=91f22aab17707a3edc61f6743ee14c7f83198036 commit 91f22aab17707a3edc61f6743ee14c7f83198036 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-29 21:17:55 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-29 22:51:59 +0000 databases/pg_partman: Fix build and pkg-plist PLIST_SUB logic was inverted accidentally - python utilities was for pg < 10, but now they try to install. PR: 271084 Reported by: bsd@abinet.ru Approved by: portmgr (blanket) Fixes: a40c0e7 Remove pointers to EOLed pgsql versions databases/pg_partman/pkg-plist | 4 ---- 1 file changed, 4 deletions(-)