svn commit: r556831 - head/sysutils/moosefs2-master

Piotr Kubaj pkubaj at FreeBSD.org
Wed Dec 2 15:12:37 UTC 2020


Author: pkubaj
Date: Wed Dec  2 15:12:37 2020
New Revision: 556831
URL: https://svnweb.freebsd.org/changeset/ports/556831

Log:
  sysutils/moosefs2-master: fix build of client on GCC architectures
  
  sustained_inodes.c: In function 'sinodes_pid_inodes':
  sustained_inodes.c:224: error: 'struct kinfo_file' has no member named 'kf_un'
  sustained_inodes.c:225: error: 'struct kinfo_file' has no member named 'kf_un'
  
  MFH:		2020Q4

Modified:
  head/sysutils/moosefs2-master/Makefile

Modified: head/sysutils/moosefs2-master/Makefile
==============================================================================
--- head/sysutils/moosefs2-master/Makefile	Wed Dec  2 15:03:41 2020	(r556830)
+++ head/sysutils/moosefs2-master/Makefile	Wed Dec  2 15:12:37 2020	(r556831)
@@ -72,7 +72,7 @@ CONFIGURE_ARGS+=	--disable-mfscli
 .endif
 
 .if ${MFS_COMPONENT} == client
-USES=			fuse pkgconfig
+USES=			compiler:c11 fuse pkgconfig
 CONFIGURE_ARGS+=	--enable-mfsmount
 .else
 CONFIGURE_ARGS+=	--disable-mfsmount


More information about the svn-ports-all mailing list