Mon Mar 13 22:45:36 2023 UTC ()
glusterfs: fix a typo in a comment


(gutteridge)
diff -r1.112 -r1.113 pkgsrc/filesystems/glusterfs/Makefile

cvs diff -r1.112 -r1.113 pkgsrc/filesystems/glusterfs/Makefile (expand / switch to unified diff)

--- pkgsrc/filesystems/glusterfs/Makefile 2023/03/12 20:00:27 1.112
+++ pkgsrc/filesystems/glusterfs/Makefile 2023/03/13 22:45:36 1.113
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: Makefile,v 1.112 2023/03/12 20:00:27 wiz Exp $ 1# $NetBSD: Makefile,v 1.113 2023/03/13 22:45:36 gutteridge Exp $
2 2
3DISTNAME= glusterfs-10.3 3DISTNAME= glusterfs-10.3
4CATEGORIES= filesystems 4CATEGORIES= filesystems
5MASTER_SITES= http://bits.gluster.org/pub/gluster/glusterfs/src/ 5MASTER_SITES= http://bits.gluster.org/pub/gluster/glusterfs/src/
6 6
7MAINTAINER= als@thangorodrim.ch 7MAINTAINER= als@thangorodrim.ch
8HOMEPAGE= https://www.gluster.org/ 8HOMEPAGE= https://www.gluster.org/
9COMMENT= Cluster filesystem 9COMMENT= Cluster filesystem
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14USE_TOOLS+= flex bison pkg-config bash:run autoconf autoreconf automake 14USE_TOOLS+= flex bison pkg-config bash:run autoconf autoreconf automake
15 15
16CONFIGURE_ARGS+= --disable-fusermount 16CONFIGURE_ARGS+= --disable-fusermount
17CONFIGURE_ARGS+= --disable-fuse-notifications 17CONFIGURE_ARGS+= --disable-fuse-notifications
18CONFIGURE_ARGS+= --localstatedir=${VARBASE} 18CONFIGURE_ARGS+= --localstatedir=${VARBASE}
19CONFIGURE_ARGS+= --without-tcmalloc 19CONFIGURE_ARGS+= --without-tcmalloc
20# libtirpc not in pkgsrc (yet) 20# libtirpc not in pkgsrc (yet)
21CONFIGURE_ARGS+= --without-libtirpc 21CONFIGURE_ARGS+= --without-libtirpc
22 22
23# Upstream glusterfs effectively dropped support for 32bit platforms 23# Upstream glusterfs effectively dropped support for 32bit platforms
24# somewhere between 8.2 (works on e.g. NetBSD/i386) and 10.3 as various 24# somewhere between 8.2 (works on e.g. NetBSD/i386) and 10.3 as various
25# internal bits went from 32 to 64 bits and atomic updates where done 25# internal bits went from 32 to 64 bits and atomic updates were done
26# on those - can't do that for 64bit values on a 32bit arch. 26# on those - can't do that for 64bit values on a 32bit arch.
27# https://github.com/gluster/glusterfs/issues/702 proposed an explicit 27# https://github.com/gluster/glusterfs/issues/702 proposed an explicit
28# drop of 32bit and eventually it just happened. See 28# drop of 32bit and eventually it just happened. See
29# https://github.com/gluster/glusterfs/issues/3911#issuecomment-1451711686 29# https://github.com/gluster/glusterfs/issues/3911#issuecomment-1451711686
30# for a more detailed explanation. 30# for a more detailed explanation.
31BROKEN_ON_PLATFORM= ${LP32PLATFORMS} 31BROKEN_ON_PLATFORM= ${LP32PLATFORMS}
32 32
33# Make sure we do not attept to link with -lfl 33# Make sure we do not attept to link with -lfl
34# Only libfl.a is available, and libtool wants libfl.so 34# Only libfl.a is available, and libtool wants libfl.so
35MAKE_FLAGS+= LEXLIB="" 35MAKE_FLAGS+= LEXLIB=""
36 36
37REPLACE_PYTHON+= events/src/glustereventsd.py 37REPLACE_PYTHON+= events/src/glustereventsd.py
38REPLACE_PYTHON+= events/src/peer_eventsapi.py 38REPLACE_PYTHON+= events/src/peer_eventsapi.py