From owner-svn-ports-head@FreeBSD.ORG Thu Nov 20 07:19:14 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BF636FB; Thu, 20 Nov 2014 07:19:14 +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 ECFD7A68; Thu, 20 Nov 2014 07:19:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAK7JDZY007063; Thu, 20 Nov 2014 07:19:13 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAK7JDhW007062; Thu, 20 Nov 2014 07:19:13 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201411200719.sAK7JDhW007062@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 20 Nov 2014 07:19:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372856 - head/graphics/evince X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2014 07:19:14 -0000 Author: kwm Date: Thu Nov 20 07:19:13 2014 New Revision: 372856 URL: https://svnweb.freebsd.org/changeset/ports/372856 QAT: https://qat.redports.org/buildarchive/r372856/ Log: Switch compiler:c++11-lang with compiler:c++11-lib to fix the build on 9.x Submitted by: antione@ Modified: head/graphics/evince/Makefile Modified: head/graphics/evince/Makefile ============================================================================== --- head/graphics/evince/Makefile Thu Nov 20 07:19:07 2014 (r372855) +++ head/graphics/evince/Makefile Thu Nov 20 07:19:13 2014 (r372856) @@ -22,7 +22,7 @@ RUN_DEPENDS= gnome-icon-theme>=0:${PORTS adwaita-icon-theme>=0:${PORTSDIR}/x11-themes/adwaita-icon-theme \ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas -USES= compiler:c++11-lang desktop-file-utils gettext gmake libtool \ +USES= compiler:c++11-lib desktop-file-utils gettext gmake libtool \ pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix gtk30 intlhack introspection:build USE_LDCONFIG= yes