Summary: | databases/pg_partman: Unbreak build with PostgreSQL 11+ | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Tobias Kortkamp <tobik> | ||||
Component: | Individual Port(s) | Assignee: | Tobias Kortkamp <tobik> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | lacey.leanne | ||||
Priority: | --- | Keywords: | patch | ||||
Version: | Latest | Flags: | tobik:
maintainer-feedback-
|
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 239514 | ||||||
Attachments: |
|
Description
Tobias Kortkamp
![]() ![]() 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 |