From owner-freebsd-ports@freebsd.org Fri Jun 16 15:07:33 2017 Return-Path: Delivered-To: freebsd-ports@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 45AFCC3108A for ; Fri, 16 Jun 2017 15:07:33 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 057B9836BC; Fri, 16 Jun 2017 15:07:33 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 4B331BDC89; Fri, 16 Jun 2017 17:07:31 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 1E4FCBDC85; Fri, 16 Jun 2017 17:07:31 +0200 (CEST) Subject: Re: JAVA_VERSION??? To: sgk@troutmask.apl.washington.edu, Mathieu Arnold Cc: freebsd-ports@freebsd.org References: <20170615234533.GA2871@troutmask.apl.washington.edu> <582b49d8-5910-35b5-40ed-307475830a64@FreeBSD.org> <20170616144318.GA11287@troutmask.apl.washington.edu> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Fri, 16 Jun 2017 17:07:30 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <20170616144318.GA11287@troutmask.apl.washington.edu> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2017 15:07:33 -0000 Le 16/06/2017 =C3=A0 16:43, Steve Kargl a =C3=A9crit : > On Fri, Jun 16, 2017 at 02:17:03PM +0200, Mathieu Arnold wrote: >> Le 16/06/2017 =C3=A0 01:45, Steve Kargl a =C3=A9crit : >>> Is this the expected behavior? >>> >>> % cd ports/math/octave >>> % make fetch >>> octave-4.0.3_5: Makefile error: "1.7+" is not a valid value for JAVA_= VERSION. It should be one or more of: 1.6 1.7 1.8 (with an optional "+" s= uffix.) >>> % grep JAVA_VERSION Makefile >>> JAVA_VERSION=3D 1.7+ >> >> Not really. What OSVERSION are you running? >> >> What is the content of the _JAVA_VERSION_LIST and >> _JAVA_VERSION_LIST_REGEXP variables ? >> > I'm running a month old freebsd-current. > > % uname -a > FreeBSD troutmask.apl.washington.edu 12.0-CURRENT FreeBSD 12.0-CURRENT > #0 r318546: Fri May 19 12:51:04 PDT 2017 > > % cd /usr/ports/math/octave > % make -d v fetch |& grep JAVA_VERSION $ make -V _JAVA_VERSION_LIST 1.6 1.7 1.8 1.6+ 1.7+ 1.8+ $ make -V _JAVA_VERSION_LIST_REGEXP 1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+ You should get the same as me. I wonder if it is not a difference in how grep behaves on 12 where it does not match 1.7+ with the regexp in there.= --=20 Mathieu Arnold