Gentoo Archives: gentoo-commits

From: Aaron Swenson <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/files/
Date: Wed, 06 Dec 2017 22:22:32
Message-Id: 1512598939.dcf2132f9ac0d095a5a71b24cbb27e914e091c88.titanofold@gentoo
1 commit: dcf2132f9ac0d095a5a71b24cbb27e914e091c88
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 3 08:35:31 2017 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 6 22:22:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf2132f
7
8 dev-db/postgresql: remove unused patch
9
10 Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
11
12 .../files/postgresql-9.5-no-server.patch | 152 ---------------------
13 1 file changed, 152 deletions(-)
14
15 diff --git a/dev-db/postgresql/files/postgresql-9.5-no-server.patch b/dev-db/postgresql/files/postgresql-9.5-no-server.patch
16 deleted file mode 100644
17 index c5e2c7ddd3b..00000000000
18 --- a/dev-db/postgresql/files/postgresql-9.5-no-server.patch
19 +++ /dev/null
20 @@ -1,152 +0,0 @@
21 -diff -ru a/contrib/Makefile b/contrib/Makefile
22 ---- a/contrib/Makefile 2015-06-29 15:42:18.000000000 -0400
23 -+++ b/contrib/Makefile 2015-09-06 07:50:51.258463861 -0400
24 -@@ -5,56 +5,9 @@
25 - include $(top_builddir)/src/Makefile.global
26 -
27 - SUBDIRS = \
28 -- adminpack \
29 -- auth_delay \
30 -- auto_explain \
31 -- btree_gin \
32 -- btree_gist \
33 -- chkpass \
34 -- citext \
35 -- cube \
36 -- dblink \
37 -- dict_int \
38 -- dict_xsyn \
39 -- earthdistance \
40 -- file_fdw \
41 -- fuzzystrmatch \
42 -- hstore \
43 -- intagg \
44 -- intarray \
45 -- isn \
46 -- lo \
47 -- ltree \
48 - oid2name \
49 -- pageinspect \
50 -- passwordcheck \
51 -- pg_buffercache \
52 -- pg_freespacemap \
53 -- pg_prewarm \
54 -- pg_standby \
55 -- pg_stat_statements \
56 -- pg_trgm \
57 -- pgcrypto \
58 -- pgrowlocks \
59 -- pgstattuple \
60 -- postgres_fdw \
61 -- seg \
62 -- spi \
63 -- tablefunc \
64 -- tcn \
65 -- test_decoding \
66 -- tsm_system_rows \
67 -- tsm_system_time \
68 -- tsearch2 \
69 -- unaccent \
70 - vacuumlo
71 -
72 --ifeq ($(with_openssl),yes)
73 --SUBDIRS += sslinfo
74 --else
75 --ALWAYS_SUBDIRS += sslinfo
76 --endif
77 --
78 - ifneq ($(with_uuid),no)
79 - SUBDIRS += uuid-ossp
80 - else
81 -diff -ru a/src/backend/Makefile b/src/backend/Makefile
82 ---- a/src/backend/Makefile 2015-06-29 15:42:18.000000000 -0400
83 -+++ b/src/backend/Makefile 2015-09-06 08:01:36.775374842 -0400
84 -@@ -47,7 +47,7 @@
85 -
86 - ##########################################################################
87 -
88 --all: submake-libpgport submake-schemapg postgres $(POSTGRES_IMP)
89 -+all: someheaders
90 -
91 - ifneq ($(PORTNAME), cygwin)
92 - ifneq ($(PORTNAME), win32)
93 -@@ -106,7 +106,7 @@
94 - endif # aix
95 -
96 - # Update the commonly used headers before building the subdirectories
97 --$(SUBDIRS:%=%-recursive): $(top_builddir)/src/include/parser/gram.h $(top_builddir)/src/include/catalog/schemapg.h $(top_builddir)/src/include/utils/fmgroids.h $(top_builddir)/src/include/utils/errcodes.h $(top_builddir)/src/include/utils/probes.h
98 -+someheaders $(SUBDIRS:%=%-recursive): $(top_builddir)/src/include/parser/gram.h $(top_builddir)/src/include/catalog/schemapg.h $(top_builddir)/src/include/utils/fmgroids.h $(top_builddir)/src/include/utils/errcodes.h $(top_builddir)/src/include/utils/probes.h
99 -
100 - # run this unconditionally to avoid needing to know its dependencies here:
101 - submake-schemapg:
102 -@@ -199,23 +199,7 @@
103 -
104 - ##########################################################################
105 -
106 --install: all installdirs install-bin
107 --ifeq ($(PORTNAME), cygwin)
108 --ifeq ($(MAKE_DLL), true)
109 -- $(INSTALL_DATA) libpostgres.a '$(DESTDIR)$(libdir)/libpostgres.a'
110 --endif
111 --endif
112 --ifeq ($(PORTNAME), win32)
113 --ifeq ($(MAKE_DLL), true)
114 -- $(INSTALL_DATA) libpostgres.a '$(DESTDIR)$(libdir)/libpostgres.a'
115 --endif
116 --endif
117 -- $(MAKE) -C catalog install-data
118 -- $(MAKE) -C tsearch install-data
119 -- $(INSTALL_DATA) $(srcdir)/libpq/pg_hba.conf.sample '$(DESTDIR)$(datadir)/pg_hba.conf.sample'
120 -- $(INSTALL_DATA) $(srcdir)/libpq/pg_ident.conf.sample '$(DESTDIR)$(datadir)/pg_ident.conf.sample'
121 -- $(INSTALL_DATA) $(srcdir)/utils/misc/postgresql.conf.sample '$(DESTDIR)$(datadir)/postgresql.conf.sample'
122 -- $(INSTALL_DATA) $(srcdir)/access/transam/recovery.conf.sample '$(DESTDIR)$(datadir)/recovery.conf.sample'
123 -+install:
124 -
125 - install-bin: postgres $(POSTGRES_IMP) installdirs
126 - $(INSTALL_PROGRAM) postgres$(X) '$(DESTDIR)$(bindir)/postgres$(X)'
127 -diff -ru a/src/bin/Makefile b/src/bin/Makefile
128 ---- a/src/bin/Makefile 2015-06-29 15:42:18.000000000 -0400
129 -+++ b/src/bin/Makefile 2015-09-06 08:03:27.014847309 -0400
130 -@@ -14,20 +14,8 @@
131 - include $(top_builddir)/src/Makefile.global
132 -
133 - SUBDIRS = \
134 -- initdb \
135 -- pg_archivecleanup \
136 -- pg_basebackup \
137 - pg_config \
138 -- pg_controldata \
139 -- pg_ctl \
140 - pg_dump \
141 -- pg_resetxlog \
142 -- pg_rewind \
143 -- pg_test_fsync \
144 -- pg_test_timing \
145 -- pg_upgrade \
146 -- pg_xlogdump \
147 -- pgbench \
148 - psql \
149 - scripts
150 -
151 -diff -ru a/src/Makefile b/src/Makefile
152 ---- a/src/Makefile 2015-06-29 15:42:18.000000000 -0400
153 -+++ b/src/Makefile 2015-09-06 08:04:25.274568519 -0400
154 -@@ -15,17 +15,11 @@
155 - SUBDIRS = \
156 - common \
157 - port \
158 -- timezone \
159 - backend \
160 -- backend/utils/mb/conversion_procs \
161 -- backend/snowball \
162 - include \
163 - interfaces \
164 -- backend/replication/libpqwalreceiver \
165 - bin \
166 -- pl \
167 -- makefiles \
168 -- test/regress
169 -+ makefiles
170 -
171 - # There are too many interdependencies between the subdirectories, so
172 - # don't attempt parallel make here.