FreeBSD Bugzilla – Attachment 219181 Details for
Bug 250704
databases/sqldeveloper: update dependency from java/openjfx8-devel to java/openjfx14 and make it optional
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update dependency from java/openjfx8-devel to java/openjfx14 and make it optional
sqldeveloper.diff (text/plain), 2.70 KB, created by
Vladimir Druzenko
on 2020-10-28 22:07:54 UTC
(
hide
)
Description:
update dependency from java/openjfx8-devel to java/openjfx14 and make it optional
Filename:
MIME Type:
Creator:
Vladimir Druzenko
Created:
2020-10-28 22:07:54 UTC
Size:
2.70 KB
patch
obsolete
>diff -ur databases/sqldeveloper.orig/Makefile databases/sqldeveloper/Makefile >--- databases/sqldeveloper.orig/Makefile >+++ databases/sqldeveloper/Makefile >@@ -5,45 +5,53 @@ > DISTVERSION= 20.2.0.175.1842 > DISTVERSIONSUFFIX= -no-jre > CATEGORIES= databases java >-#http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html >+# https://www.oracle.com/tools/downloads/sqldev-downloads.html > MASTER_SITES= > DIST_SUBDIR= oracle > > MAINTAINER= vvd@unislabs.com > COMMENT= Graphical tool for database development > >-RUN_DEPENDS= bash:shells/bash \ >- openjfx8-devel>0:java/openjfx8-devel >+RUN_DEPENDS= bash:shells/bash > > USES= gnome zip > >-# http://www.oracle.com/technetwork/licenses/sqldev-license-152021.html >+# https://www.oracle.com/downloads/licenses/sqldev-license.html > LICENSE_NAME= OTN > LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror > >-#DEPRECATED= depends on expiring java/openjfx8-devel >-#EXPIRATION_DATE= 2020-11-30 >-# it can work without java/openjfx8-devel with some limitations >- > USE_JAVA= yes > INSTALLS_ICONS= yes > >-JAVA_VERSION= 1.8+ >+JAVA_VERSION= 11+ > > NO_BUILD= yes > >+OPTIONS_DEFINE= OPENJFX14 >+OPTIONS_DEFAULT= OPENJFX14 >+OPENJFX14_DESC= Use JavaFX 14 (can work without it with some limitations) >+OPENJFX14_RUN_DEPENDS= openjfx14>=0:java/openjfx14 >+ > DATADIR= ${JAVASHAREDIR}/${PORTNAME} > WRKSRC= ${WRKDIR}/${PORTNAME} > SUB_FILES= ${PORTNAME}.desktop ${PORTNAME}.sh > SUB_LIST= JAVA_HOME=${JAVA_HOME} \ > PORTNAME=${PORTNAME} > >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MOPENJFX14} >+OPENJFX14_JVM_OPTIONS= -J--module-path=${LOCALBASE}/openjfx14/lib \ >+ -J--add-modules=javafx.swing,javafx.web >+.endif >+SUB_LIST+= OPENJFX14_JVM_OPTIONS="${OPENJFX14_JVM_OPTIONS}" >+ > .include <bsd.port.pre.mk> > > .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) > IGNORE= due to Oracle license restrictions, you must fetch the source \ > distribution manually. Please access \ >-http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html \ >+https://www.oracle.com/tools/downloads/sqldev-downloads.html \ > with a web browser and follow the link for the ${DISTFILES}. You will be \ > required to register and log in, but you can create an account on that \ > page. After registration and accepting the Oracle License, download the \ >diff -ur databases/sqldeveloper.orig/files/sqldeveloper.sh.in databases/sqldeveloper/files/sqldeveloper.sh.in >--- databases/sqldeveloper.orig/files/sqldeveloper.sh.in >+++ databases/sqldeveloper/files/sqldeveloper.sh.in >@@ -4,4 +4,4 @@ > # > > cd %%DATADIR%%/%%PORTNAME%%/bin >-JAVA_HOME="%%JAVA_HOME%%" exec %%LOCALBASE%%/bin/bash %%PORTNAME%% $* >+JAVA_HOME="%%JAVA_HOME%%" exec %%LOCALBASE%%/bin/bash %%PORTNAME%% %%OPENJFX14_JVM_OPTIONS%% $*
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 250704
:
219181
|
219182