From owner-svn-ports-all@freebsd.org Sun Jul 24 14:10:56 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 8A020BA3547 for ; Sun, 24 Jul 2016 14:10:56 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: from mail-vk0-x232.google.com (mail-vk0-x232.google.com [IPv6:2607:f8b0:400c:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 564D61826 for ; Sun, 24 Jul 2016 14:10:56 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: by mail-vk0-x232.google.com with SMTP id n129so168108456vke.3 for ; Sun, 24 Jul 2016 07:10:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fatpipi-com.20150623.gappssmtp.com; s=20150623; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=ZR3Fg2acOVEvrBqUQn0Ehfp0fK1YGsKIXcaHISE7E4A=; b=y5N+N6FmHGrU+FLHD4Mbwam0UQEb1yJqldCpeBp1obglUJ49Zgxpp0qktoxI9naXKt Wd7TjCRNJ2S78QKcJ+vf+AyUsYGZnbUyGCK8REHb10oeQOWvJzxc97q+ZEKWmz6RDnnD dbfg++SxiP+eDqKJGg/eZ2O1Gkyzguo744GFaWXJOe4NTD6ntMCbHs4hVH/o+Qe0/JBQ hdzNUHUTa5i//fJWj0tkY/VBo60vuw35ubTXucnFSIjQpIzmb9AUZwaJzMQkwxSMjmmv xcGneBL8oPOcojFCBTuGv/wmhz7QcYpV1puKcgSP1GimFX23et+PfOrL35iUjtbB7SBS CyMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=ZR3Fg2acOVEvrBqUQn0Ehfp0fK1YGsKIXcaHISE7E4A=; b=Qg3P4zIUE5QI+4IysW/aJgjtDLv3/i6XyV8ITx0VydIzE37IvJStf+wTxe0vvUYzIH sdeIC4jXJqzaDXtG5aMxzWl+P+AtXL+uPpAmyVWMOqPI/8eOMSHoge8w3qW9QnHAj5+e JPQMYuoSkNARe/+lTM/2Pu3QAUvZ/n4ctFFtFud1wsJjNRTcj3bpFQ0bSzVwP2ukb+EV KlCsyVABMw1AZNyLAXR60jCCWRet33XmhopP+wKz+II3AR7OlCWPNG53CEUMD67vrrKQ zUKKvmB57ir7t6sfAMCnoZ9+tqwCO6O7wbvBR+hW9Ay74iClDpmbPKq894fZbWiDj5Bd KQUA== X-Gm-Message-State: AEkoouuH1AYOzt30FXH4roqDNZfe2KLq4Z+R/5IFs8UfksBHjPRRvZadASFmj/wSErXuAz87MwIO9NfnIAKhxw== X-Received: by 10.159.35.40 with SMTP id 37mr6326378uae.118.1469369455201; Sun, 24 Jul 2016 07:10:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.222.2 with HTTP; Sun, 24 Jul 2016 07:10:54 -0700 (PDT) Reply-To: v@fatpipi.com In-Reply-To: References: <201607240435.u6O4Z6r4090252@repo.freebsd.org> From: Vanilla Hsu Date: Sun, 24 Jul 2016 22:10:54 +0800 Message-ID: Subject: Re: svn commit: r418988 - head/databases/postgresql-plv8js To: koobs@freebsd.org Cc: "Vanilla I. Shu" , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 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: Sun, 24 Jul 2016 14:10:56 -0000 I think it just fix building on 9.3. 2016-07-24 13:12 GMT+08:00 Kubilay Kocak : > On 24/07/2016 2:35 PM, Vanilla I. Shu wrote: > > Author: vanilla > > Date: Sun Jul 24 04:35:06 2016 > > New Revision: 418988 > > URL: https://svnweb.freebsd.org/changeset/ports/418988 > > > > Log: > > Add compiler:c++11-lang to fix build on 9.3. > > Is quarterly affected? > > > Obtained from: pkg-fallout > > > > Modified: > > head/databases/postgresql-plv8js/Makefile > > > > Modified: head/databases/postgresql-plv8js/Makefile > > > ============================================================================== > > --- head/databases/postgresql-plv8js/Makefile Sun Jul 24 04:32:09 2016 > (r418987) > > +++ head/databases/postgresql-plv8js/Makefile Sun Jul 24 04:35:06 2016 > (r418988) > > @@ -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 > > > >