From d10f1bdd33c918e33ce8a69c6214810a1cb31d04 Mon Sep 17 00:00:00 2001 From: "Aaron W. Swenson" Date: Fri, 28 Oct 2016 12:15:05 -0400 Subject: dev-db/postgresql: Fix broken/improve no-server patches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 9.4 and 9.5 had a small change to a section that is modified by the patch, thus causing failure. Further, pgbench was added back in as it is a client program that does not need the server to be on the same machine. Lastly, the 9.6 no-server patch was incomplete and allowed the entire backend to be built when only the headers are needed…theoretically. Package-Manager: portage-2.2.28 --- dev-db/postgresql/postgresql-9.5.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-db/postgresql/postgresql-9.5.5.ebuild') diff --git a/dev-db/postgresql/postgresql-9.5.5.ebuild b/dev-db/postgresql/postgresql-9.5.5.ebuild index 886d41c6fc10..2a094d5a4793 100644 --- a/dev-db/postgresql/postgresql-9.5.5.ebuild +++ b/dev-db/postgresql/postgresql-9.5.5.ebuild @@ -117,7 +117,7 @@ src_prepare() { # hardened and non-hardened environments. (Bug #528786) sed 's/@install_bin@/install -c/' -i src/Makefile.global.in || die - use server || epatch "${FILESDIR}/${PN}-${SLOT}-no-server.patch" + use server || epatch "${FILESDIR}/${PN}-9.5.5-no-server.patch" # Fix bug 486556 where the server would crash at start up because of # an infinite loop caused by a self-referencing symlink. -- cgit v1.2.3