svn commit: r323689 - head/sysutils/fusefs-kmod

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 26 06:22:47 UTC 2013


Author: bapt
Date: Fri Jul 26 06:22:47 2013
New Revision: 323689
URL: http://svnweb.freebsd.org/changeset/ports/323689

Log:
  Do not try to build on head where the module has been integrated in base

Modified:
  head/sysutils/fusefs-kmod/Makefile

Modified: head/sysutils/fusefs-kmod/Makefile
==============================================================================
--- head/sysutils/fusefs-kmod/Makefile	Fri Jul 26 06:19:09 2013	(r323688)
+++ head/sysutils/fusefs-kmod/Makefile	Fri Jul 26 06:22:47 2013	(r323689)
@@ -65,6 +65,9 @@ EXTRA_PATCHES+=	${FILESDIR}/extra-patch-
 EXTRA_PATCHES+=	${FILESDIR}/extrapatch-fuse_module__fuse_vnops.c
 .endif
 
+.if exists(${SRC_BASE}/sys/fs/fuse)
+IGNORE=		Integrated into base
+.endif
 .if !exists(${SRC_BASE}/sys/Makefile)
 IGNORE=		requires the Kernel source to be installed. Set SRC_BASE if it is not in /usr/src
 .endif


More information about the svn-ports-all mailing list