FreeBSD Bugzilla – Attachment 220535 Details for
Bug 251824
lang/bsh: doesn't build with DEFAULT_VERSIONS+= java=11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Force set java version to 8
bsh.diff (text/plain), 335 bytes, created by
Vladimir Druzenko
on 2020-12-13 21:31:20 UTC
(
hide
)
Description:
Force set java version to 8
Filename:
MIME Type:
Creator:
Vladimir Druzenko
Created:
2020-12-13 21:31:20 UTC
Size:
335 bytes
patch
obsolete
>--- lang/bsh/Makefile.orig >+++ lang/bsh/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= bsh > DISTVERSION= 2.0b6 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= lang java > > MAINTAINER= pfg@FreeBSD.org >@@ -15,8 +15,7 @@ > GH_ACCOUNT= beanshell > GH_PROJECT= beanshell > >-USE_JAVA= yes >-JAVA_BUILD= 8 >+USE_JAVA= 8 > > USE_ANT= yes > ALL_TARGET= jarall
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
vvd
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 251824
: 220535
Working