From owner-freebsd-java@freebsd.org Fri Aug 28 11:49:43 2020 Return-Path: Delivered-To: freebsd-java@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9A5F23D664C for ; Fri, 28 Aug 2020 11:49:43 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4BdHvW1HXmz4S3K for ; Fri, 28 Aug 2020 11:49:43 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: by mailman.nyi.freebsd.org (Postfix) id 2C17D3D664B; Fri, 28 Aug 2020 11:49:43 +0000 (UTC) Delivered-To: java@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2BDCC3D6375 for ; Fri, 28 Aug 2020 11:49:43 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BdHvT2VJkz4S5j for ; Fri, 28 Aug 2020 11:49:40 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Date: Fri, 28 Aug 2020 13:49:37 +0200 (CEST) From: Ronald Klop To: Robert Huff Cc: java@freebsd.org Message-ID: <181500677.1.1598615377093@localhost> In-Reply-To: <24392.32831.687208.740013@jerusalem.litteratus.org> References: <24392.32831.687208.740013@jerusalem.litteratus.org> Subject: Re: testing different Java dependency? MIME-Version: 1.0 X-Mailer: Realworks (523.574.d962a92229a) Importance: Normal X-Priority: 3 (Normal) X-Rspamd-Queue-Id: 4BdHvT2VJkz4S5j X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of ronald-lists@klop.ws designates 194.109.157.24 as permitted sender) smtp.mailfrom=ronald-lists@klop.ws X-Spamd-Result: default: False [-1.50 / 15.00]; MID_RHS_NOT_FQDN(0.50)[]; RWL_MAILSPIKE_VERYGOOD(0.00)[194.109.157.24:from]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:194.109.157.0/24]; NEURAL_HAM_LONG(-0.95)[-0.945]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; DMARC_NA(0.00)[klop.ws]; NEURAL_HAM_MEDIUM(-0.98)[-0.976]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.78)[-0.778]; RCPT_COUNT_TWO(0.00)[2]; HAS_X_PRIO_THREE(0.00)[3]; RCVD_IN_DNSWL_NONE(0.00)[194.109.157.24:from]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:3265, ipnet:194.109.0.0/16, country:NL]; SUBJECT_ENDS_QUESTION(1.00)[]; MAILMAN_DEST(0.00)[java] Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Aug 2020 11:49:43 -0000 Hi, Can't you just install openjdk14 and start the application with /usr/local/openjdk14/bin/java? A port like net-mgmt/unifi5 has a rc.conf setting unifi_java_home="/usr/local/openjdk11" which you can set to deviate from the default JDK. Regards, Ronald. Van: Robert Huff Datum: vrijdag, 28 augustus 2020 05:55 Aan: java@freebsd.org CC: Robert Huff Onderwerp: testing different Java dependency? > > > Hello: > Java novice here. > Suppose I have a port - FOO - built and running with openjdk-12. > I'd like to test it with openjdk-14 _without_ changing the > settings in make.conf. > Is there an command-line arguement I can feed make that will > cause that to happen? Assume I have installed openjdk-14. > (I looked at bsd.java.mk ... my eyes glazed over ... and I backed > carefully out of the room.) > > > Respectfully, > > > Robert Huff > > _______________________________________________ > freebsd-java@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > > >