pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/filesystems/glusterfs filesystems/glusterfs: Exempt ba...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/896de5300ecb
branches:  trunk
changeset: 412879:896de5300ecb
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Mar 12 23:52:37 2020 +0000

description:
filesystems/glusterfs: Exempt bash script from bashisms check

diffstat:

 filesystems/glusterfs/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r db0bcea722a0 -r 896de5300ecb filesystems/glusterfs/Makefile
--- a/filesystems/glusterfs/Makefile    Thu Mar 12 23:51:53 2020 +0000
+++ b/filesystems/glusterfs/Makefile    Thu Mar 12 23:52:37 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2020/01/18 21:49:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.94 2020/03/12 23:52:37 gdt Exp $
 
 DISTNAME=      glusterfs-3.12.8
 PKGREVISION=   5
@@ -63,7 +63,6 @@
 REPLACE_BASH+=         extras/geo-rep/gsync-upgrade.sh
 REPLACE_BASH+=         extras/geo-rep/slave-upgrade.sh
 REPLACE_BASH+=         extras/peer_add_secret_pub.in
-REPLACE_BASH+=         extras/peer_add_secret_pub.in
 REPLACE_BASH+=         extras/post-upgrade-script-for-quota.sh
 REPLACE_BASH+=         extras/pre-upgrade-script-for-quota.sh
 REPLACE_BASH+=         extras/stop-all-gluster-processes.sh
@@ -71,6 +70,9 @@
 REPLACE_BASH+=         geo-replication/src/peer_gsec_create.in
 REPLACE_BASH+=         geo-replication/src/set_geo_rep_pem_keys.sh
 
+# Explicit substitution of bash
+CHECK_PORTABILITY_SKIP+=       extras/peer_add_secret_pub.in
+
 
 SUBST_CLASSES+=                mtab
 SUBST_STAGE.mtab=      post-build



Home | Main Index | Thread Index | Old Index