pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/e2fsprogs e2fsprogs: Explicitly disable build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48383b2dc898
branches:  trunk
changeset: 445379:48383b2dc898
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Jan 22 11:46:34 2021 +0000

description:
e2fsprogs: Explicitly disable building FUSE programs

PR pkg/55943

diffstat:

 sysutils/e2fsprogs/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r fb46fee6f545 -r 48383b2dc898 sysutils/e2fsprogs/Makefile
--- a/sysutils/e2fsprogs/Makefile       Fri Jan 22 01:24:59 2021 +0000
+++ b/sysutils/e2fsprogs/Makefile       Fri Jan 22 11:46:34 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/03/20 11:58:21 nia Exp $
+# $NetBSD: Makefile,v 1.31 2021/01/22 11:46:34 nia Exp $
 
 DISTNAME=      e2fsprogs-1.43.7
 PKGREVISION=   1
@@ -19,6 +19,13 @@
 # Use external libraries
 CONFIGURE_ARGS+=       --disable-libblkid
 CONFIGURE_ARGS+=       --disable-libuuid
+# This does not build on NetBSD due to missing FUSE_MAKE_VERSION in fuse.h,
+# but will be automatically built on certain systems when libfuse can be found
+# by the configure script without fuse.buildlink3.mk being included, resulting
+# in PLIST conflicts.
+#
+# I'm unsure whether this is better or more useful than filesystems/fuse-ext2.
+CONFIGURE_ARGS+=       --disable-fuse2fs
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 INFO_FILES=            yes
 INSTALL_TARGET=                install install-libs



Home | Main Index | Thread Index | Old Index