From owner-cvs-ports@FreeBSD.ORG Fri Jul 1 16:07:54 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 A64A6106566C; Fri, 1 Jul 2011 16:07:54 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7E8258FC13; Fri, 1 Jul 2011 16:07:54 +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 p61G7ssE084662; Fri, 1 Jul 2011 16:07:54 GMT (envelope-from avilla@repoman.freebsd.org) Received: (from avilla@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p61G7s4u084661; Fri, 1 Jul 2011 16:07:54 GMT (envelope-from avilla) Message-Id: <201107011607.p61G7s4u084661@repoman.freebsd.org> From: Alberto Villa Date: Fri, 1 Jul 2011 16:07:54 +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/Mk bsd.qt.mk 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: Fri, 01 Jul 2011 16:07:54 -0000 avilla 2011-07-01 16:07:54 UTC FreeBSD ports repository Modified files: Mk bsd.qt.mk Log: - Fix QMAKE_BASE_COMPILER detection when `cc` is (actually, will be) linked to Clang. - Mute the (harmless) error message "cc: not found" when `cc` is not in PATH. Discussed with: makc Revision Changes Path 1.25 +2 -2 ports/Mk/bsd.qt.mk