HomeFreeBSD

databases/pg_partman: Unbreak build with PostgreSQL 11+

Description

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)

Details