From owner-freebsd-current@FreeBSD.ORG Mon Dec 5 16:49:53 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31BB91065677 for ; Mon, 5 Dec 2011 16:49:53 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.c2i.net [212.247.154.194]) by mx1.freebsd.org (Postfix) with ESMTP id B3AB08FC0A for ; Mon, 5 Dec 2011 16:49:52 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe07.swip.net (CommuniGate Pro SMTP 5.4.2) with ESMTPA id 212682648; Mon, 05 Dec 2011 17:49:50 +0100 From: Hans Petter Selasky To: Robert Huff Date: Mon, 5 Dec 2011 17:47:14 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <20188.51628.200426.786517@jerusalem.litteratus.org> In-Reply-To: <20188.51628.200426.786517@jerusalem.litteratus.org> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Message-Id: <201112051747.14285.hselasky@c2i.net> Cc: freebsd-current@freebsd.org Subject: Re: problem compiling cuse4bsd-kmod X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2011 16:49:53 -0000 Hi current users, Regarding the MK_CTF=XXX changes, did you check that code is still compliant for external ports? --HPS On Monday 05 December 2011 14:39:56 Robert Huff wrote: > Hello: > When trying to update I get: > > ===> Building for cuse4bsd-kmod-0.1.21_2 > make -f > /data/port-work/usr/ports/multimedia/cuse4bsd-kmod/work/cuse4bsd-kmod-0.1. > 21/Makefile.lib HAVE_DEBUG=YES all Warning: Object directory not changed > from original > /data/port-work/usr/ports/multimedia/cuse4bsd-kmod/work/cuse4bsd-kmod-0.1. > 21 make -f > /data/port-work/usr/ports/multimedia/cuse4bsd-kmod/work/cuse4bsd-kmod-0.1. > 21/Makefile.kmod all "/sys/conf/kmod.mk", line 204: Malformed conditional > (${MK_CTF} != "no") "/sys/conf/kmod.mk", line 206: if-less endif > make: fatal errors encountered -- cannot continue > *** Error code 1 --HPS