From owner-svn-ports-head@FreeBSD.ORG Sat Nov 22 11:55:41 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 00BA3950; Sat, 22 Nov 2014 11:55:40 +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 E1B99892; Sat, 22 Nov 2014 11:55:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAMBteci022077; Sat, 22 Nov 2014 11:55:40 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAMBtegn022076; Sat, 22 Nov 2014 11:55:40 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201411221155.sAMBtegn022076@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 22 Nov 2014 11:55:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373051 - head/textproc/yodl 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: Sat, 22 Nov 2014 11:55:41 -0000 Author: bapt Date: Sat Nov 22 11:55:40 2014 New Revision: 373051 URL: https://svnweb.freebsd.org/changeset/ports/373051 QAT: https://qat.redports.org/buildarchive/r373051/ Log: std:toul is a from recent stl Reported by: antoine Modified: head/textproc/yodl/Makefile Modified: head/textproc/yodl/Makefile ============================================================================== --- head/textproc/yodl/Makefile Sat Nov 22 11:47:10 2014 (r373050) +++ head/textproc/yodl/Makefile Sat Nov 22 11:55:40 2014 (r373051) @@ -17,7 +17,7 @@ BUILD_DEPENDS= icmake:${PORTSDIR}/devel/ bash:${PORTSDIR}/shells/bash \ gsed:${PORTSDIR}/textproc/gsed -USES= perl5 shebangfix compiler:c++11-lang +USES= perl5 shebangfix compiler:c++11-lib USE_PERL5= build SHEBANG_LANG= icmake