From owner-svn-ports-head@freebsd.org Mon Jun 25 12:38:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 310BD100D45D; Mon, 25 Jun 2018 12:38:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D0A747AE8B; Mon, 25 Jun 2018 12:38:25 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ADCBB2D35A; Mon, 25 Jun 2018 12:38:25 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5PCcP0H059067; Mon, 25 Jun 2018 12:38:25 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5PCcPgu059066; Mon, 25 Jun 2018 12:38:25 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201806251238.w5PCcPgu059066@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 25 Jun 2018 12:38:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473308 - head/graphics/tesseract X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/graphics/tesseract X-SVN-Commit-Revision: 473308 X-SVN-Commit-Repository: ports 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.26 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: Mon, 25 Jun 2018 12:38:26 -0000 Author: swills Date: Mon Jun 25 12:38:25 2018 New Revision: 473308 URL: https://svnweb.freebsd.org/changeset/ports/473308 Log: graphics/tesseract: add USES=compiler:c++11-lang PR: 229323 Submitted by: Piotr Kubaj (maintainer) Modified: head/graphics/tesseract/Makefile (contents, props changed) Modified: head/graphics/tesseract/Makefile ============================================================================== --- head/graphics/tesseract/Makefile Mon Jun 25 12:33:25 2018 (r473307) +++ head/graphics/tesseract/Makefile Mon Jun 25 12:38:25 2018 (r473308) @@ -13,7 +13,7 @@ LICENSE= APACHE20 LIB_DEPENDS= liblept.so:graphics/leptonica RUN_DEPENDS= tesseract-data>=0:graphics/tesseract-data -USES= autoreconf localbase libtool pathfix pkgconfig +USES= autoreconf compiler:c++11-lang localbase libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes