Tue Sep 27 12:45:02 2011 UTC ()
Missing commit for 3.2.3 update


(manu)
diff -r1.9 -r1.10 pkgsrc/filesystems/glusterfs/MESSAGE.NetBSD
diff -r1.16 -r1.17 pkgsrc/filesystems/glusterfs/Makefile
diff -r1.7 -r1.8 pkgsrc/filesystems/glusterfs/PLIST
diff -r1.3 -r1.4 pkgsrc/filesystems/glusterfs/PLIST.georeplication
diff -r1.3 -r1.4 pkgsrc/filesystems/glusterfs/options.mk
diff -r1.11 -r1.12 pkgsrc/filesystems/glusterfs/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/filesystems/glusterfs/MESSAGE.NetBSD (expand / switch to unified diff)

--- pkgsrc/filesystems/glusterfs/MESSAGE.NetBSD 2011/07/23 01:14:43 1.9
+++ pkgsrc/filesystems/glusterfs/MESSAGE.NetBSD 2011/09/27 12:45:02 1.10
@@ -1,15 +1,18 @@ @@ -1,15 +1,18 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE.NetBSD,v 1.9 2011/07/23 01:14:43 manu Exp $ 2$NetBSD: MESSAGE.NetBSD,v 1.10 2011/09/27 12:45:02 manu Exp $
 3
 4In order to use mount -t glusterfs, please install this link
 5 ln -s ${PREFIX}/sbin/mount.glusterfs /sbin/mount_glusterfs
3 6
4In order to use mount -t glusterfs, please install this link 7In order to use mount -t glusterfs, please install this link
5 ln -s ${PREFIX}/sbin/mount.glusterfs /sbin/mount_glusterfs 8 ln -s ${PREFIX}/sbin/mount.glusterfs /sbin/mount_glusterfs
6 9
7glusterfs clients need the following in /etc/sysctl.conf in order to 10glusterfs clients need the following in /etc/sysctl.conf in order to
8avoid hangs on I/O operations: 11avoid hangs on I/O operations:
9 kern.sbmax=4194304 12 kern.sbmax=4194304
10 net.inet.tcp.sendbuf_max=1048576 13 net.inet.tcp.sendbuf_max=1048576
11 net.inet.tcp.recvbuf_max=1048576 14 net.inet.tcp.recvbuf_max=1048576
12 15
13glusterfs servers will need extended attributes in exported filesystems. 16glusterfs servers will need extended attributes in exported filesystems.
14The required attributes can be initialized by running 17The required attributes can be initialized by running
15 ${PREFIX}/etc/glusterfs/xattr-init.sh 18 ${PREFIX}/etc/glusterfs/xattr-init.sh

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

--- pkgsrc/filesystems/glusterfs/Makefile 2011/08/20 01:13:28 1.16
+++ pkgsrc/filesystems/glusterfs/Makefile 2011/09/27 12:45:02 1.17
@@ -1,37 +1,36 @@ @@ -1,37 +1,36 @@
1# $NetBSD: Makefile,v 1.16 2011/08/20 01:13:28 manu Exp $ 1# $NetBSD: Makefile,v 1.17 2011/09/27 12:45:02 manu Exp $
2# 2#
3 3
4DISTNAME= glusterfs-3.2.2 4DISTNAME= glusterfs-3.2.3
5PKGREVISION= 2 5#PKGREVISION= 2
6CATEGORIES= filesystems 6CATEGORIES= filesystems
7MASTER_SITES= http://download.gluster.com/pub/gluster/glusterfs/3.2/3.2.2/ 7MASTER_SITES= http://download.gluster.com/pub/gluster/glusterfs/3.2/3.2.3/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.gluster.org/ 10HOMEPAGE= http://www.gluster.org/
11COMMENT= Cluster filesystem 11COMMENT= Cluster filesystem
12LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes
18USE_TOOLS+= flex bison 18USE_TOOLS+= flex bison
19 19
20PYTHON_VERSIONS_ACCEPTED= 27 26 25 20PYTHON_VERSIONS_ACCEPTED= 27 26 25
21CONFIGURE_ARGS+= --localstatedir=${VARBASE} 21CONFIGURE_ARGS+= --localstatedir=${VARBASE}
22CONFIGURE_ARGS+= CFLAGS=${CFLAGS:M*:Q}\ -D_INCOMPLETE_XOPEN_C063 22CONFIGURE_ARGS+= CFLAGS=${CFLAGS:M*:Q}\ -D_INCOMPLETE_XOPEN_C063
23 23
24 
25# Make sure we do not attept to link with -lfl 24# Make sure we do not attept to link with -lfl
26# Only libfl.a is available, and libtool wants libfl.so 25# Only libfl.a is available, and libtool wants libfl.so
27MAKE_FLAGS+= LEXLIB="" 26MAKE_FLAGS+= LEXLIB=""
28MAKE_FLAGS+= libglusterfs_la_LIBADD="" 27MAKE_FLAGS+= libglusterfs_la_LIBADD=""
29MAKE_ENV+= AM_MAKEFLAGS=${MAKE_FLAGS:Q} 28MAKE_ENV+= AM_MAKEFLAGS=${MAKE_FLAGS:Q}
30 29
31SUBST_CLASSES+= py 30SUBST_CLASSES+= py
32SUBST_STAGE.py= post-build 31SUBST_STAGE.py= post-build
33SUBST_FILES.py= extras/volgen/glusterfs-volgen 32SUBST_FILES.py= extras/volgen/glusterfs-volgen
34SUBST_SED.py= -e "s,/usr/bin/python,${PYTHONBIN},g" 33SUBST_SED.py= -e "s,/usr/bin/python,${PYTHONBIN},g"
35 34
36SUBST_CLASSES+= bash 35SUBST_CLASSES+= bash
37SUBST_STAGE.bash= post-build 36SUBST_STAGE.bash= post-build

cvs diff -r1.7 -r1.8 pkgsrc/filesystems/glusterfs/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/filesystems/glusterfs/Attic/PLIST 2011/07/23 01:14:43 1.7
+++ pkgsrc/filesystems/glusterfs/Attic/PLIST 2011/09/27 12:45:02 1.8
@@ -1,60 +1,60 @@ @@ -1,60 +1,60 @@
1@comment $NetBSD: PLIST,v 1.7 2011/07/23 01:14:43 manu Exp $ 1@comment $NetBSD: PLIST,v 1.8 2011/09/27 12:45:02 manu Exp $
2etc/glusterfs/xattr-init.sh 2etc/glusterfs/xattr-init.sh
3etc/glusterfs/glusterfs.vol.sample 3etc/glusterfs/glusterfs.vol.sample
4etc/glusterfs/glusterfsd.vol.sample 4etc/glusterfs/glusterfsd.vol.sample
5etc/glusterfs/glusterd.vol.sample 5etc/glusterfs/glusterd.vol.sample
6etc/glusterfs/xattr-init.sh 6etc/glusterfs/xattr-init.sh
7lib/libglusterfs.la 7lib/libglusterfs.la
8lib/libgfrpc.la 8lib/libgfrpc.la
9lib/libgfxdr.la 9lib/libgfxdr.la
10lib/glusterfs/3.2.2/auth/addr.la 10lib/glusterfs/3.2.3/auth/addr.la
11lib/glusterfs/3.2.2/auth/login.la 11lib/glusterfs/3.2.3/auth/login.la
12lib/glusterfs/3.2.2/rpc-transport/socket.la 12lib/glusterfs/3.2.3/rpc-transport/socket.la
13lib/glusterfs/3.2.2/xlator/cluster/afr.la 13lib/glusterfs/3.2.3/xlator/cluster/afr.la
14lib/glusterfs/3.2.2/xlator/cluster/dht.la 14lib/glusterfs/3.2.3/xlator/cluster/dht.la
15lib/glusterfs/3.2.2/xlator/cluster/distribute.so 15lib/glusterfs/3.2.3/xlator/cluster/distribute.so
16lib/glusterfs/3.2.2/xlator/cluster/nufa.la 16lib/glusterfs/3.2.3/xlator/cluster/nufa.la
17lib/glusterfs/3.2.2/xlator/cluster/pump.la 17lib/glusterfs/3.2.3/xlator/cluster/pump.la
18lib/glusterfs/3.2.2/xlator/cluster/replicate.so 18lib/glusterfs/3.2.3/xlator/cluster/replicate.so
19lib/glusterfs/3.2.2/xlator/cluster/stripe.la 19lib/glusterfs/3.2.3/xlator/cluster/stripe.la
20lib/glusterfs/3.2.2/xlator/cluster/switch.la 20lib/glusterfs/3.2.3/xlator/cluster/switch.la
21lib/glusterfs/3.2.2/xlator/debug/error-gen.la 21lib/glusterfs/3.2.3/xlator/debug/error-gen.la
22lib/glusterfs/3.2.2/xlator/debug/io-stats.la 22lib/glusterfs/3.2.3/xlator/debug/io-stats.la
23lib/glusterfs/3.2.2/xlator/debug/trace.la 23lib/glusterfs/3.2.3/xlator/debug/trace.la
24lib/glusterfs/3.2.2/xlator/encryption/rot-13.la 24lib/glusterfs/3.2.3/xlator/encryption/rot-13.la
25lib/glusterfs/3.2.2/xlator/features/access-control.so 25lib/glusterfs/3.2.3/xlator/features/access-control.so
26lib/glusterfs/3.2.2/xlator/features/locks.la 26lib/glusterfs/3.2.3/xlator/features/locks.la
27lib/glusterfs/3.2.2/xlator/features/mac-compat.la 27lib/glusterfs/3.2.3/xlator/features/mac-compat.la
28lib/glusterfs/3.2.2/xlator/features/marker.la 28lib/glusterfs/3.2.3/xlator/features/marker.la
29lib/glusterfs/3.2.2/xlator/features/posix-locks.so 29lib/glusterfs/3.2.3/xlator/features/posix-locks.so
30lib/glusterfs/3.2.2/xlator/features/quiesce.la 30lib/glusterfs/3.2.3/xlator/features/quiesce.la
31lib/glusterfs/3.2.2/xlator/features/quota.la 31lib/glusterfs/3.2.3/xlator/features/quota.la
32lib/glusterfs/3.2.2/xlator/features/read-only.la 32lib/glusterfs/3.2.3/xlator/features/read-only.la
33lib/glusterfs/3.2.2/xlator/mgmt/glusterd.la 33lib/glusterfs/3.2.3/xlator/mgmt/glusterd.la
34lib/glusterfs/3.2.2/xlator/mount/fuse.la 34lib/glusterfs/3.2.3/xlator/mount/fuse.la
35lib/glusterfs/3.2.2/xlator/nfs/server.la 35lib/glusterfs/3.2.3/xlator/nfs/server.la
36lib/glusterfs/3.2.2/xlator/performance/io-cache.la 36lib/glusterfs/3.2.3/xlator/performance/io-cache.la
37lib/glusterfs/3.2.2/xlator/performance/io-threads.la 37lib/glusterfs/3.2.3/xlator/performance/io-threads.la
38lib/glusterfs/3.2.2/xlator/performance/quick-read.la 38lib/glusterfs/3.2.3/xlator/performance/quick-read.la
39lib/glusterfs/3.2.2/xlator/performance/read-ahead.la 39lib/glusterfs/3.2.3/xlator/performance/read-ahead.la
40lib/glusterfs/3.2.2/xlator/performance/stat-prefetch.la 40lib/glusterfs/3.2.3/xlator/performance/stat-prefetch.la
41lib/glusterfs/3.2.2/xlator/performance/write-behind.la 41lib/glusterfs/3.2.3/xlator/performance/write-behind.la
42lib/glusterfs/3.2.2/xlator/protocol/client.la 42lib/glusterfs/3.2.3/xlator/protocol/client.la
43lib/glusterfs/3.2.2/xlator/protocol/server.la 43lib/glusterfs/3.2.3/xlator/protocol/server.la
44lib/glusterfs/3.2.2/xlator/storage/posix.la 44lib/glusterfs/3.2.3/xlator/storage/posix.la
45lib/glusterfs/3.2.2/xlator/system/posix-acl.la 45lib/glusterfs/3.2.3/xlator/system/posix-acl.la
46lib/glusterfs/3.2.2/xlator/testing/features/trash.la 46lib/glusterfs/3.2.3/xlator/testing/features/trash.la
47lib/glusterfs/3.2.2/xlator/testing/performance/symlink-cache.la 47lib/glusterfs/3.2.3/xlator/testing/performance/symlink-cache.la
48man/man8/glusterfs.8 48man/man8/glusterfs.8
49man/man8/mount.glusterfs.8 49man/man8/mount.glusterfs.8
50man/man8/gluster.8 50man/man8/gluster.8
51man/man8/glusterd.8 51man/man8/glusterd.8
52man/man8/glusterfsd.8 52man/man8/glusterfsd.8
53sbin/glusterd 53sbin/glusterd
54sbin/glusterfs 54sbin/glusterfs
55sbin/glusterfsd 55sbin/glusterfsd
56sbin/gluster 56sbin/gluster
57sbin/mount.glusterfs 57sbin/mount.glusterfs
58share/doc/glusterfs/examples/README 58share/doc/glusterfs/examples/README
59share/doc/glusterfs/examples/unify.vol 59share/doc/glusterfs/examples/unify.vol
60share/doc/glusterfs/examples/replicate.vol 60share/doc/glusterfs/examples/replicate.vol

cvs diff -r1.3 -r1.4 pkgsrc/filesystems/glusterfs/Attic/PLIST.georeplication (expand / switch to unified diff)

--- pkgsrc/filesystems/glusterfs/Attic/PLIST.georeplication 2011/09/18 01:36:06 1.3
+++ pkgsrc/filesystems/glusterfs/Attic/PLIST.georeplication 2011/09/27 12:45:02 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST.georeplication,v 1.3 2011/09/18 01:36:06 manu Exp $ 1@comment $NetBSD: PLIST.georeplication,v 1.4 2011/09/27 12:45:02 manu Exp $
2libexec/glusterfs/python/syncdaemon/README.md 2libexec/glusterfs/python/syncdaemon/README.md
3libexec/glusterfs/python/syncdaemon/__init__.py 3libexec/glusterfs/python/syncdaemon/__init__.py
4libexec/glusterfs/python/syncdaemon/__init__.pyc 4libexec/glusterfs/python/syncdaemon/__init__.pyc
5libexec/glusterfs/python/syncdaemon/__init__.pyo 5libexec/glusterfs/python/syncdaemon/__init__.pyo
6libexec/glusterfs/python/syncdaemon/configinterface.py 6libexec/glusterfs/python/syncdaemon/configinterface.py
7libexec/glusterfs/python/syncdaemon/configinterface.pyc 7libexec/glusterfs/python/syncdaemon/configinterface.pyc
8libexec/glusterfs/python/syncdaemon/configinterface.pyo 8libexec/glusterfs/python/syncdaemon/configinterface.pyo
9libexec/glusterfs/python/syncdaemon/gconf.py 9libexec/glusterfs/python/syncdaemon/gconf.py
10libexec/glusterfs/python/syncdaemon/gconf.pyc 10libexec/glusterfs/python/syncdaemon/gconf.pyc
11libexec/glusterfs/python/syncdaemon/gconf.pyo 11libexec/glusterfs/python/syncdaemon/gconf.pyo
12libexec/glusterfs/python/syncdaemon/gsyncd.py 12libexec/glusterfs/python/syncdaemon/gsyncd.py
13libexec/glusterfs/python/syncdaemon/gsyncd.pyc 13libexec/glusterfs/python/syncdaemon/gsyncd.pyc
14libexec/glusterfs/python/syncdaemon/gsyncd.pyo 14libexec/glusterfs/python/syncdaemon/gsyncd.pyo

cvs diff -r1.3 -r1.4 pkgsrc/filesystems/glusterfs/Attic/options.mk (expand / switch to unified diff)

--- pkgsrc/filesystems/glusterfs/Attic/options.mk 2011/09/18 01:36:06 1.3
+++ pkgsrc/filesystems/glusterfs/Attic/options.mk 2011/09/27 12:45:02 1.4
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1# $NetBSD: options.mk,v 1.3 2011/09/18 01:36:06 manu Exp $ 1# $NetBSD: options.mk,v 1.4 2011/09/27 12:45:02 manu Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.glusterfs 3PKG_OPTIONS_VAR= PKG_OPTIONS.glusterfs
4PKG_SUPPORTED_OPTIONS= georeplication 4PKG_SUPPORTED_OPTIONS= georeplication
5 5
6.include "../../mk/bsd.options.mk" 6.include "../../mk/bsd.options.mk"
7 7
8.if !empty(PKG_OPTIONS:Mgeoreplication) 8.if !empty(PKG_OPTIONS:Mgeoreplication)
9CONFIGURE_ARGS+= --enable-georeplication 9CONFIGURE_ARGS+= --enable-georeplication
10PLIST_SRC+= ${PKGDIR}/PLIST.georeplication 10PLIST_SRC+= ${PKGDIR}/PLIST.georeplication
11.endif 11.endif

cvs diff -r1.11 -r1.12 pkgsrc/filesystems/glusterfs/distinfo (expand / switch to unified diff)

--- pkgsrc/filesystems/glusterfs/distinfo 2011/09/18 01:36:06 1.11
+++ pkgsrc/filesystems/glusterfs/distinfo 2011/09/27 12:45:02 1.12
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: distinfo,v 1.11 2011/09/18 01:36:06 manu Exp $ 1$NetBSD: distinfo,v 1.12 2011/09/27 12:45:02 manu Exp $
2 2
3SHA1 (glusterfs-3.2.3.tar.gz) = 7a36e496d9ac3fbf11123bb42884445334d07f06 3SHA1 (glusterfs-3.2.3.tar.gz) = 7a36e496d9ac3fbf11123bb42884445334d07f06
4RMD160 (glusterfs-3.2.3.tar.gz) = 89d6a5f9c1362e1fe4d88e69465311069552d319 4RMD160 (glusterfs-3.2.3.tar.gz) = 89d6a5f9c1362e1fe4d88e69465311069552d319
5Size (glusterfs-3.2.3.tar.gz) = 2376000 bytes 5Size (glusterfs-3.2.3.tar.gz) = 2376000 bytes
6SHA1 (patch-aa) = bfd1dbcb6945dd387d88bd96616e4bc29c3e0628 6SHA1 (patch-aa) = bfd1dbcb6945dd387d88bd96616e4bc29c3e0628
7SHA1 (patch-ab) = d240bfd8bd8e5994f612a3387cd75f30bb91c8d7 7SHA1 (patch-ab) = d240bfd8bd8e5994f612a3387cd75f30bb91c8d7
8SHA1 (patch-ac) = 21d86775c2174ea630404a1a329dfd49c7f493d9 8SHA1 (patch-ac) = 21d86775c2174ea630404a1a329dfd49c7f493d9
9SHA1 (patch-ae) = 981ee73c7b389d21c173eb4318d09a41bd47a706 9SHA1 (patch-ae) = 981ee73c7b389d21c173eb4318d09a41bd47a706
10SHA1 (patch-af) = ac9333cc55ad0cf42233e3c69b32e22c483c077a 10SHA1 (patch-af) = ac9333cc55ad0cf42233e3c69b32e22c483c077a
11SHA1 (patch-an) = 21f56d5379023bd2ea3432b4e3e3f9a0979c496f 11SHA1 (patch-an) = 21f56d5379023bd2ea3432b4e3e3f9a0979c496f
12SHA1 (patch-ao) = 26e350655e276c8cb3ecb3cc9b7c0a4e7ab2ff7b 12SHA1 (patch-ao) = 26e350655e276c8cb3ecb3cc9b7c0a4e7ab2ff7b
13SHA1 (patch-ar) = 27d0288083d06623a328e851a776095aa1f1d2df 13SHA1 (patch-ar) = 27d0288083d06623a328e851a776095aa1f1d2df
14SHA1 (patch-as) = a2c637bf52151e85969927f281e432693ac539ba 14SHA1 (patch-as) = a2c637bf52151e85969927f281e432693ac539ba