From aae030c730e0e64d9015183e376ce3bfdc683f84 Mon Sep 17 00:00:00 2001 From: "Aaron W. Swenson" Date: Wed, 29 Aug 2018 06:53:55 -0400 Subject: dev-db/postgresql: Work on minimizing FILESDIR Work towards addressing some minor QA complaints. Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- dev-db/postgresql/files/postgresql-10.2-no-server.patch | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dev-db/postgresql/files/postgresql-10.2-no-server.patch') diff --git a/dev-db/postgresql/files/postgresql-10.2-no-server.patch b/dev-db/postgresql/files/postgresql-10.2-no-server.patch index 02ab4d712ffe..c0694451d99d 100644 --- a/dev-db/postgresql/files/postgresql-10.2-no-server.patch +++ b/dev-db/postgresql/files/postgresql-10.2-no-server.patch @@ -1,4 +1,3 @@ -diff -Naruw a/contrib/Makefile b/contrib/Makefile --- a/contrib/Makefile +++ b/contrib/Makefile @@ -5,57 +5,9 @@ @@ -59,7 +58,6 @@ diff -Naruw a/contrib/Makefile b/contrib/Makefile ifneq ($(with_uuid),no) SUBDIRS += uuid-ossp -diff -Naruw a/src/backend/Makefile b/src/backend/Makefile --- a/src/backend/Makefile +++ b/src/backend/Makefile @@ -51,7 +51,7 @@ @@ -96,7 +94,6 @@ diff -Naruw a/src/backend/Makefile b/src/backend/Makefile install-bin: postgres $(POSTGRES_IMP) installdirs $(INSTALL_PROGRAM) postgres$(X) '$(DESTDIR)$(bindir)/postgres$(X)' -diff -Naruw a/src/bin/Makefile b/src/bin/Makefile --- a/src/bin/Makefile +++ b/src/bin/Makefile @@ -14,19 +14,8 @@ @@ -119,7 +116,6 @@ diff -Naruw a/src/bin/Makefile b/src/bin/Makefile pgbench \ psql \ scripts -diff -Naruw a/src/Makefile b/src/Makefile --- a/src/Makefile +++ b/src/Makefile @@ -15,21 +15,12 @@ -- cgit v1.2.3