From owner-freebsd-ports@freebsd.org Mon Sep 14 18:38:20 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C746A03E9E for ; Mon, 14 Sep 2015 18:38:20 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from tatiana.utanet.at (tatiana.utanet.at [IPv6:2001:938:1337:25::25:46]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 190421920 for ; Mon, 14 Sep 2015 18:38:19 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject; bh=6Z7O3a+lmlX1o25+oCi1OETpKZ5BoZm/y7/HSM3Hktc=; b=MdY2gei9LuZ5rH2N4U2fJ1ccOQGDaTMQml82O68/easFAQeAU2wHoJs/3on1CccMv2iFhFTybcRhjp38eIwZC+6VaTiqnq6ehHHkZxsYOdPcNkdxdIcZJaJvEE6NmcqWa9wxK67y67IGPtj+S9NwsoloweXDqiW5wEx4ZOjxEfI=; Received: from paris.xoc.tele2net.at ([213.90.36.7]) by tatiana.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1ZbYdt-000236-BF for freebsd-ports@freebsd.org; Mon, 14 Sep 2015 20:38:17 +0200 Received: from 194-96-165-34.adsl.highway.telekom.at ([194.96.165.34] helo=[10.0.0.93]) by paris.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1ZbYdt-0003LN-9A for freebsd-ports@freebsd.org; Mon, 14 Sep 2015 20:38:17 +0200 Subject: Re: Error Building devel/cmake To: freebsd-ports@freebsd.org References: <55F711A0.7030904@utanet.at> From: Walter Schwarzenfeld Message-ID: <55F71412.2000901@utanet.at> Date: Mon, 14 Sep 2015 20:38:10 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <55F711A0.7030904@utanet.at> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Sep 2015 18:38:20 -0000 On 14.09.2015 20:27, Walter Schwarzenfeld wrote: > Hallo ! > > If you not want to install cmake-gui, comment out line 63 in the > Makefile: > 63 #${RM} ${WRKSRC}/Help/manual/cmake-gui.1.rst > (But now you can't install cmake-gui this will conflicting the manpage). > > Or you compile it with options DOCS and MANPAGES set to off. > > greetings > Walter Schwarzenfeld > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > If you not want to install cmake-gui, comment out line 63 in the Makefile: 63 #${RM} ${WRKSRC}/Help/manual/cmake-gui.1.rst (But now you can't install cmake-gui this will conflicting the manpage). Or you compile it with options DOCS and MANPAGES set to off.