From owner-cvs-ports@FreeBSD.ORG Mon Aug 29 23:00:51 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 753C31065677; Mon, 29 Aug 2011 23:00:51 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6716B8FC1C; Mon, 29 Aug 2011 23:00:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p7TN0plm052598; Mon, 29 Aug 2011 23:00:51 GMT (envelope-from rakuco@repoman.freebsd.org) Received: (from rakuco@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p7TN0p7u052597; Mon, 29 Aug 2011 23:00:51 GMT (envelope-from rakuco) Message-Id: <201108292300.p7TN0p7u052597@repoman.freebsd.org> From: Raphael Kubo da Costa Date: Mon, 29 Aug 2011 23:00:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/cmake-gui Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2011 23:00:51 -0000 rakuco 2011-08-29 23:00:51 UTC FreeBSD ports repository Modified files: devel/cmake-gui Makefile Log: Set datadir and docdir correctly, just like devel/cmake does. If we do not specify any value, CMake uses default paths which do not exist in the system and fails when configuring a project. This should fix [1] and likely [2] as well. PORTREVISION bumped as this fixes an error and a crash. [1] http://mail.kde.org/pipermail/kde-freebsd/2011-February/010278.html [2] http://mail.kde.org/pipermail/kde-freebsd/2011-May/010881.html Approved by: avilla (mentor) Reported by: arrowdodger <6yearold@gmail.com> Revision Changes Path 1.8 +4 -1 ports/devel/cmake-gui/Makefile