Bug 250241 - databases/postgresql13-server: installation failure when OPTIONS=TZDATA set
Summary: databases/postgresql13-server: installation failure when OPTIONS=TZDATA set
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: pgsql
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-10 05:13 UTC by O. Hartmann
Modified: 2020-10-13 09:59 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (pgsql)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description O. Hartmann 2020-10-10 05:13:30 UTC
Port databases/postgresql13-server fails to install when 

TZDATA=on: Use internal timezone database

is set. See below.

[...]
===>   Registering installation for postgresql13-server-13.0_2
pkg-static: Unable to access file /usr/ports/databases/postgresql13-server/work/stage/usr/local/share/postgresql/timezone/posixrules:No such file or directory
*** Error code 74
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-10-13 09:57:41 UTC
A commit references this bug:

Author: girgen
Date: Tue Oct 13 09:57:37 UTC 2020
New revision: 552225
URL: https://svnweb.freebsd.org/changeset/ports/552225

Log:
  Fix PLIST when building with local timezone data

  PR:		250241
  Submitted by:	O. Hartmann

Changes:
  head/databases/postgresql13-server/Makefile
  head/databases/postgresql13-server/pkg-plist-server
Comment 2 Palle Girgensohn freebsd_committer freebsd_triage 2020-10-13 09:59:14 UTC
Fix committed. Thanks!