From owner-svn-ports-all@FreeBSD.ORG Sat Apr 12 18:30:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D96C0A53; Sat, 12 Apr 2014 18:30:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C69B7121C; Sat, 12 Apr 2014 18:30:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CIUSEQ076719; Sat, 12 Apr 2014 18:30:28 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3CIUSKw076718; Sat, 12 Apr 2014 18:30:28 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201404121830.s3CIUSKw076718@svn.freebsd.org> From: Dmitry Sivachenko Date: Sat, 12 Apr 2014 18:30:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351120 - head/graphics/gource X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 18:30:28 -0000 Author: demon Date: Sat Apr 12 18:30:28 2014 New Revision: 351120 URL: http://svnweb.freebsd.org/changeset/ports/351120 QAT: https://qat.redports.org/buildarchive/r351120/ Log: Fix build on 10+: since boost is linked against libc++, we must use clang to compile gource too. Modified: head/graphics/gource/Makefile Modified: head/graphics/gource/Makefile ============================================================================== --- head/graphics/gource/Makefile Sat Apr 12 18:26:31 2014 (r351119) +++ head/graphics/gource/Makefile Sat Apr 12 18:30:28 2014 (r351120) @@ -20,8 +20,7 @@ LIB_DEPENDS= libSDL_image.so:${PORTSDIR} RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm GNU_CONFIGURE= yes -USES= gmake pkgconfig -USE_GCC= yes +USES= gmake pkgconfig compiler:c++0x CONFIGURE_ARGS+=--with-boost-system=boost_system \ --with-boost-filesystem=boost_filesystem