Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2013 06:22:47 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323689 - head/sysutils/fusefs-kmod
Message-ID:  <201307260622.r6Q6Ml4D009389@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307260622.r6Q6Ml4D009389>