From a9c901ec2bd7061cb5a9f38c4aa1b4608c00cf1f Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Wed, 13 Jan 2016 10:36:22 +0000 Subject: Some binaries where moved from contrib to base in 9.5, like pgbench and pg_upgrade. Other where added in 9.5, but the port failed to install them. Make sure they are properly installed by the correct port (-client or -server) [1] Remove unused and hence confusing OSSP_UUID parameters from Makefile [2] Add options to allow user to be set for the backup script in periodic. Add this option only to 9.5 for now. It will be updated to other servers at next regular patch release. [3] The path to perl in hard coded into pgxs/src/Makefile.global which is then installed. Hence, we must depend on perl when that file is installed. Noticed by: Paul Guyot [1] PR: 192387 [2] PR: 172110 [3] PR: 206046 [4] --- databases/postgresql91-server/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'databases/postgresql91-server') diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index aa0ffacde4f6..035d533f8ca3 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -67,6 +67,8 @@ SUB_FILES+= 502.pgsql .if defined(CLIENT_ONLY) OPTIONS_DEFINE+=LIBEDIT LIBEDIT_DESC= Use non-GPL libedit instead of readline +USES+= perl5 +PORTREVISION?= 1 .else MAKE_ENV= PATH=${PREFIX}/bin:${PATH} CONFIGURE_ENV+= PATH=${PREFIX}/bin:${PATH} @@ -103,7 +105,6 @@ HEIMDAL_KRB5_DESC= Builds with Heimdal kerberos GSSAPI_DESC= Build with GSSAPI support OPTIMIZED_CFLAGS_DESC= Builds with compiler optimizations (-O3) DEBUG_DESC= Builds with debugging symbols -OSSP_UUID_DESC= Enable / disable ossp-uuid support OPTIONS_DEFINE+= SSL SSL_DESC= Build with OpenSSL support @@ -120,9 +121,6 @@ LIBEDIT_USES_OFF= readline SSL_USE= OPENSSL=yes SSL_CONFIGURE_WITH=openssl -OSSP_UUID_BUILD_DEPENDS= ${LOCALBASE}/lib/libuuid.a:${PORTSDIR}/misc/ossp-uuid -OSSP_UUID_CONFIGURE_WITH= ossp-uuid - PAM_CONFIGURE_WITH= pam XML_CONFIGURE_WITH= libxml -- cgit v1.2.3