From owner-svn-ports-all@freebsd.org Tue Jul 26 06:16:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A749ABA5B4B; Tue, 26 Jul 2016 06:16:20 +0000 (UTC) (envelope-from vanilla@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 mx1.freebsd.org (Postfix) with ESMTPS id 762B21A57; Tue, 26 Jul 2016 06:16:20 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6Q6GJth005168; Tue, 26 Jul 2016 06:16:19 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6Q6GJZZ005167; Tue, 26 Jul 2016 06:16:19 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201607260616.u6Q6GJZZ005167@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 26 Jul 2016 06:16:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419099 - branches/2016Q3/databases/postgresql-plv8js X-SVN-Group: ports-branches 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.22 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: Tue, 26 Jul 2016 06:16:20 -0000 Author: vanilla Date: Tue Jul 26 06:16:19 2016 New Revision: 419099 URL: https://svnweb.freebsd.org/changeset/ports/419099 Log: MFH: r418988 Add compiler:c++11-lang to fix build on 9.3. Obtained from: pkg-fallout Approved by: portmgr@ (bapt@) Modified: branches/2016Q3/databases/postgresql-plv8js/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/databases/postgresql-plv8js/Makefile ============================================================================== --- branches/2016Q3/databases/postgresql-plv8js/Makefile Tue Jul 26 02:43:33 2016 (r419098) +++ branches/2016Q3/databases/postgresql-plv8js/Makefile Tue Jul 26 06:16:19 2016 (r419099) @@ -15,7 +15,7 @@ LICENSE= PostgreSQL LIB_DEPENDS+= libv8.so:lang/v8 WRKSRC= ${WRKDIR}/plv8-${PORTVERSION} -USES= gmake perl5 pgsql:9.1+ +USES= compiler:c++11-lang gmake perl5 pgsql:9.1+ USE_PERL5= build USE_GITHUB= yes GH_ACCOUNT= plv8