[Bug 247226] databases/postgresql11-server: bad PLIST substitution
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jun 13 03:38:52 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247226
Bug ID: 247226
Summary: databases/postgresql11-server: bad PLIST substitution
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: pgsql at FreeBSD.org
Reporter: wollman at FreeBSD.org
Assignee: pgsql at FreeBSD.org
Flags: maintainer-feedback?(pgsql at FreeBSD.org)
postgresql1[12]-server/pkg-plist-server contains the following entry:
%%LLVM%%lib/postgresql/bitcode/postgres/tcop/%%PG_USER%%.bc
However, the name of this file does not depend on PG_USER; it's always
"postgres.bc". It only works because, by coincidence, PG_USER defaults to
"postgres". If PG_USER is overridden in make.conf (as one might need to do, for
example, in preparation to upgrade from a version with a different PG_USER
default), the package build will fail because the referenced file does not
exist.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list