head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.26 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.24 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.22 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.20 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.18 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.16 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.14 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.12 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.10 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.8 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.6 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.4 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.2 pkgsrc-2023Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2023.03.12.11.55.59; author js; state Exp; branches; next ; commitid HbgWjix7unYktPgE; desc @@ 1.1 log @Add filesystems/glusterfs8 as the last 32 bit version @ text @$NetBSD: patch-configure,v 1.5 2020/09/27 01:13:11 manu Exp $ Make FUSE notification optional at configure time From upstream https://review.gluster.org/24731 NetBSD build fixes From upstream https://review.gluster.org/24648 --- configure.orig 2020-07-06 03:22:43.222722780 +0200 +++ configure 2020-07-22 02:28:26.017707376 +0200 @@@@ -932,8 +932,9 @@@@ with_tmpfilesdir with_ocf with_server enable_fuse_client +enable_fuse_notifications enable_fusermount enable_epoll enable_georeplication enable_events @@@@ -1619,8 +1620,10 @@@@ Disable internal tracking of privileged ports. --enable-valgrind Enable valgrind for resource leak debugging. --disable-fuse-client Do not build the fuse client. NOTE: you cannot mount glusterfs without the client + --disable-fuse-notifications + Disable FUSE notifications --disable-fusermount Use system's fusermount --disable-epoll Use poll instead of epoll. --disable-georeplication Do not install georeplication components @@@@ -14172,8 +14175,23 @@@@ if test "x$enable_fuse_client" != "xno"; then FUSE_CLIENT_SUBDIR=fuse BUILD_FUSE_CLIENT="yes" fi + + + +# Check whether --enable-fuse-notifications was given. +if test "${enable_fuse_notifications+set}" = set; then : + enableval=$enable_fuse_notifications; +fi + + +if test "x$enable_fuse_notifications" != "xno"; then : + + +$as_echo "#define HAVE_FUSE_NOTIFICATIONS 1" >>confdefs.h + +fi # end FUSE section @@@@ -14973,8 +14991,11 @@@@ *freebsd*) CFLAGS="${CFLAGS} -isystem /usr/local/include" ARGP_LDADD=-largp ;; + *netbsd*) + ARGP_LDADD=-largp + ;; esac ac_fn_c_check_header_mongrel "$LINENO" "argp.h" "ac_cv_header_argp_h" "$ac_includes_default" if test "x$ac_cv_header_argp_h" = xyes; then : @