pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases postgresql13: PLIST fix for gssapi option tu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5751bf1b864e
branches:  trunk
changeset: 449534:5751bf1b864e
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Apr 01 10:22:23 2021 +0000

description:
postgresql13: PLIST fix for gssapi option turned off

diffstat:

 databases/postgresql13-server/PLIST |  6 +++---
 databases/postgresql13/options.mk   |  5 +++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 3e064522a2df -r 5751bf1b864e databases/postgresql13-server/PLIST
--- a/databases/postgresql13-server/PLIST       Thu Apr 01 08:59:08 2021 +0000
+++ b/databases/postgresql13-server/PLIST       Thu Apr 01 10:22:23 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2021/03/18 15:04:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/04/01 10:22:23 adam Exp $
 bin/postgres
 bin/postmaster
 include/postgresql/server/plpgsql.h
@@ -299,9 +299,9 @@
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/libpq/auth-scram.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/libpq/auth.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/libpq/be-fsstubs.bc
-${PLIST.llvm}lib/postgresql/bitcode/postgres/libpq/be-gssapi-common.bc
+${PLIST.llvm}${PLIST.gssapi}lib/postgresql/bitcode/postgres/libpq/be-gssapi-common.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/libpq/be-secure-common.bc
-${PLIST.llvm}lib/postgresql/bitcode/postgres/libpq/be-secure-gssapi.bc
+${PLIST.llvm}${PLIST.gssapi}lib/postgresql/bitcode/postgres/libpq/be-secure-gssapi.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/libpq/be-secure-openssl.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/libpq/be-secure.bc
 ${PLIST.llvm}lib/postgresql/bitcode/postgres/libpq/crypt.bc
diff -r 3e064522a2df -r 5751bf1b864e databases/postgresql13/options.mk
--- a/databases/postgresql13/options.mk Thu Apr 01 08:59:08 2021 +0000
+++ b/databases/postgresql13/options.mk Thu Apr 01 10:22:23 2021 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.1 2020/10/18 09:24:02 adam Exp $
+# $NetBSD: options.mk,v 1.2 2021/04/01 10:22:23 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.postgresql13
 PKG_SUPPORTED_OPTIONS= bonjour dtrace icu llvm gssapi ldap nls pam
 PKG_SUGGESTED_OPTIONS= gssapi nls
 
-PLIST_VARS+=           llvm nls
+PLIST_VARS+=           gssapi llvm nls
 
 .include "../../mk/bsd.options.mk"
 
@@ -32,6 +32,7 @@
 # GSSAPI (Kerberos5) authentication for the PostgreSQL backend
 .if !empty(PKG_OPTIONS:Mgssapi)
 .  include "../../mk/krb5.buildlink3.mk"
+PLIST.gssapi=          yes
 CONFIGURE_ARGS+=       --with-gssapi
 .else
 CONFIGURE_ARGS+=       --without-gssapi



Home | Main Index | Thread Index | Old Index