Index: head/sysutils/cfengine38/Makefile =================================================================== --- head/sysutils/cfengine38/Makefile +++ head/sysutils/cfengine38/Makefile @@ -3,6 +3,7 @@ PORTNAME= cfengine PORTVERSION= 3.8.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/ Index: head/sysutils/cfengine38/files/patch-cf-agent_verify__storage.c =================================================================== --- head/sysutils/cfengine38/files/patch-cf-agent_verify__storage.c +++ head/sysutils/cfengine38/files/patch-cf-agent_verify__storage.c @@ -0,0 +1,11 @@ +--- cf-agent/verify_storage.c.orig 2016-05-03 13:42:49 UTC ++++ cf-agent/verify_storage.c +@@ -132,7 +132,7 @@ PromiseResult VerifyStoragePromise(EvalC + PromiseResult result = PROMISE_RESULT_NOOP; + + #ifndef __MINGW32__ +- if ((SeqLength(GetGlobalMountedFSList())) && (!LoadMountInfo(GetGlobalMountedFSList()))) ++ if ((!SeqLength(GetGlobalMountedFSList())) && (!LoadMountInfo(GetGlobalMountedFSList()))) + { + Log(LOG_LEVEL_ERR, "Couldn't obtain a list of mounted filesystems - aborting"); + YieldCurrentLock(thislock);