pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/glusterfs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 12 20:00:27 UTC 2023

Modified Files:
        pkgsrc/filesystems/glusterfs: Makefile

Log Message:
glusterfs: simplify bash dependency


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/filesystems/glusterfs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/filesystems/glusterfs/Makefile
diff -u pkgsrc/filesystems/glusterfs/Makefile:1.111 pkgsrc/filesystems/glusterfs/Makefile:1.112
--- pkgsrc/filesystems/glusterfs/Makefile:1.111 Sun Mar 12 17:57:44 2023
+++ pkgsrc/filesystems/glusterfs/Makefile       Sun Mar 12 20:00:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2023/03/12 17:57:44 js Exp $
+# $NetBSD: Makefile,v 1.112 2023/03/12 20:00:27 wiz Exp $
 
 DISTNAME=      glusterfs-10.3
 CATEGORIES=    filesystems
@@ -9,10 +9,9 @@ HOMEPAGE=      https://www.gluster.org/
 COMMENT=       Cluster filesystem
 LICENSE=       gnu-gpl-v3
 
-DEPENDS+=      bash>=4:../../shells/bash
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    flex bison pkg-config bash autoconf autoreconf automake
+USE_TOOLS+=    flex bison pkg-config bash:run autoconf autoreconf automake
 
 CONFIGURE_ARGS+=       --disable-fusermount
 CONFIGURE_ARGS+=       --disable-fuse-notifications



Home | Main Index | Thread Index | Old Index