Bug 241983 - databases/postgresql12-server: Build failure after 12.1 update
Summary: databases/postgresql12-server: Build failure after 12.1 update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: pgsql
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-15 13:01 UTC by Christian Ullrich
Modified: 2019-11-15 14:02 UTC (History)
2 users (show)

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


Attachments
Patch (1.18 KB, patch)
2019-11-15 13:01 UTC, Christian Ullrich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Ullrich 2019-11-15 13:01:19 UTC
Created attachment 209164 [details]
Patch

databases/postgresql12-server/pkg-plist-server contains two entries for time zone data files that are not dependent on the TZDATA option. This breaks whenever this option is off, which it now is by default since the update to 12.1.

The attached patch builds correctly in poudriere on 12.1 with and without the TZDATA option.
Comment 1 Christian Ullrich 2019-11-15 13:03:33 UTC
> databases/postgresql12-server/pkg-plist-server contains two entries for time 
> zone data files that are not dependent on the TZDATA option. This breaks 
> whenever this option is off, which it now is by default since the update to 
> [PostgreSQL] 12.1.
> 
> The attached patch builds correctly in poudriere on [FreeBSD] 12.1 with and
> without the TZDATA option.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-11-15 14:01:42 UTC
A commit references this bug:

Author: girgen
Date: Fri Nov 15 14:00:47 UTC 2019
New revision: 517675
URL: https://svnweb.freebsd.org/changeset/ports/517675

Log:
  Fix build failure after last upgrade

  PR:	241983

Changes:
  head/databases/postgresql12-server/pkg-plist-server
Comment 3 Palle Girgensohn freebsd_committer freebsd_triage 2019-11-15 14:02:03 UTC
Committed. Thanks!