Diff postgresql-11.21 with a postgresql-12.16
/usr/portage/dev-db/postgresql/postgresql-12.16.ebuild 2023-10-09 14:52:29.336368346 +0300 | ||
---|---|---|
100 | 100 |
# hardened and non-hardened environments. (Bug #528786) |
101 | 101 |
sed 's/@install_bin@/install -c/' -i src/Makefile.global.in || die |
102 | 102 | |
103 |
use server || eapply "${FILESDIR}/${PN}-11_beta1-no-server.patch" |
|
103 |
use server || eapply "${FILESDIR}/${PN}-12.1-no-server.patch" |
|
104 | 104 | |
105 | 105 |
if use pam ; then |
106 | 106 |
sed "s/\(#define PGSQL_PAM_SERVICE \"postgresql\)/\1-${SLOT}/" \ |
... | ... | |
167 | 167 |
emake DESTDIR="${D}" install |
168 | 168 |
emake DESTDIR="${D}" install -C contrib |
169 | 169 | |
170 |
dodoc README HISTORY doc/{TODO,bug.template} |
|
170 |
dodoc README HISTORY |
|
171 | 171 | |
172 | 172 |
# man pages are already built, but if we have the target make them, |
173 | 173 |
# they'll be generated from source before being installed so we |