Created attachment 206230 [details] pg_partman.diff This is with DEFAULT_VERSIONS+=pgsql=11 in make.conf =======================<phase: package >============================ ===> Building package for pg_partman-4.0.0_1 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 http://package18.nyi.freebsd.org/data/120amd64-default-PR239514/2019-07-29_20h41m52s/logs/pg_partman-4.0.0_1.log With PostgreSQL 11+ some scripts are apparently only installed when they are common to all PG versions. Exclude them in case we are building with PG11+. Is this ok?
A commit references this bug: Author: tobik Date: Sat Aug 17 19:43:08 UTC 2019 New revision: 509164 URL: https://svnweb.freebsd.org/changeset/ports/509164 Log: databases/pg_partman: Unbreak build with PostgreSQL 11+ =======================<phase: package >============================ ===> Building package for pg_partman-4.0.0_1 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 http://package18.nyi.freebsd.org/data/120amd64-default-PR239514/2019-07-29_20h41m52s/logs/pg_partman-4.0.0_1.log With PostgreSQL 11+ some scripts are only installed when they are common to all PG versions per the Makefile. Exclude them from the plist in case we are building with PG11+. PR: 239609 Approved by: lacey.leanne@gmail.com (maintainer timeout, 2 weeks) Changes: head/databases/pg_partman/Makefile head/databases/pg_partman/pkg-plist