Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/filesystems/glusterfs filesystems/glusterfs: Adjust SU...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff8cfe3d9ec6
branches:  trunk
changeset: 437809:ff8cfe3d9ec6
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Aug 31 23:55:38 2020 +0000

description:
filesystems/glusterfs: Adjust SUBST to current reality

Drop two SUBST blocks that no longer do anything.
Change a SUBST pattern to adjust to the file in newer releases.

Builds on netbsd-8.  OK manu@.

diffstat:

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

diffs (31 lines):

diff -r b5df24e508e6 -r ff8cfe3d9ec6 filesystems/glusterfs/Makefile
--- a/filesystems/glusterfs/Makefile    Mon Aug 31 23:07:00 2020 +0000
+++ b/filesystems/glusterfs/Makefile    Mon Aug 31 23:55:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2020/07/27 16:06:08 manu Exp $
+# $NetBSD: Makefile,v 1.101 2020/08/31 23:55:38 gdt Exp $
 
 DISTNAME=      glusterfs-8.0
 PKGREVISION=   1
@@ -81,20 +81,14 @@
 SUBST_FILES.mtab=      doc/mount.glusterfs.8
 SUBST_FILES.mtab=      libglusterfs/src/compat.h
 SUBST_FILES.mtab=      xlators/mount/fuse/utils/mount.glusterfs.in
-SUBST_SED.mtab=                -e "s,/etc/mtab,/proc/mounts,g"
+SUBST_SED.mtab=                -e "s,mtab,/proc/mounts,g"
 
 SUBST_CLASSES+=                etc
 SUBST_STAGE.etc=       pre-build
 SUBST_FILES.etc+=      libglusterfs/src/logging.c
-SUBST_FILES.etc+=      extras/ocf/volume
 SUBST_FILES.etc+=      doc/glusterfsd.8
 SUBST_SED.etc=         -e "s,/etc/gluster,${PREFIX}/etc/gluster,g"
 
-SUBST_CLASSES+=                vol
-SUBST_STAGE.vol=       post-build
-SUBST_FILES.vol=       extras/Makefile
-SUBST_SED.vol=         -e "/vol_DATA/s/glusterd.vol/glusterd.vol.sample/g"
-
 #EGDIR=                        ${PREFIX}/etc/glusterfs
 #CONF_FILES+=          ${EGDIR}/glusterd.vol.sample ${EGDIR}/glusterd.vol
 OWN_DIRS+=             ${VARBASE}/log/glusterfs



Home | Main Index | Thread Index | Old Index