Created attachment 208214 [details] Patch for pkg-plist-server file Hello, This patch will fix the packaging issue that prevents databases/postgresql11-server port to build successfully when LLVM is enabled and SSL is disabled. This patch depends on https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241053 since these ports use common Makefile
Created attachment 208215 [details] Archive with the build logs This is the Synth test build logs performed on FreeBSD 11.3 adm64 machine. This archive includes four build logs with LLVM ON, and different GSSAPI and SSL options.
A commit references this bug: Author: girgen Date: Thu Oct 17 14:12:50 UTC 2019 New revision: 514661 URL: https://svnweb.freebsd.org/changeset/ports/514661 Log: Fix PLIST problems when building with LLVM but without GSSAPI or OPENSSL. PR: 241053, 241166 Submitted by: Artyom Davidov Changes: head/databases/postgresql12-server/Makefile head/databases/postgresql12-server/pkg-plist-server
Fixed with patch in 241053. Thanks!
(In reply to Palle Girgensohn from comment #3) Hello Palle, Thanks for the commit! But it looks like this issue was not fixed for databases/postgresql11-server by the commit https://svnweb.freebsd.org/changeset/ports/514661 databases/postgresql11-server requires a separate fixes for the pkg-plist-server from the patch attached to this PR. I didn't include them in the patch that was attached to #241053 since I thought that it would be better to separate them 'cause they affect different postgresql ports (versions). So the patch from this PR should also be merged to the ports tree to fix this issue for databases/postgresql11-server
Reopened, since the patch from this PR was not committed with https://svnweb.freebsd.org/changeset/ports/514661
Committed! Thanks.
A commit references this bug: Author: girgen Date: Mon Oct 21 10:10:56 UTC 2019 New revision: 515099 URL: https://svnweb.freebsd.org/changeset/ports/515099 Log: Fix PLIST problems when building with LLVM but without GSSAPI or OPENSSL. PR: 241166 Submitted by: Artyom Davidov Changes: head/databases/postgresql11-server/pkg-plist-server