2020-12-04 21:44:57 +01:00
|
|
|
# $NetBSD: Makefile,v 1.6 2020/12/04 20:45:10 nia Exp $
|
2019-03-03 17:34:27 +01:00
|
|
|
#
|
|
|
|
# TODO Import intellij-fsnotifier with inotify support from FreeBSD.
|
|
|
|
|
Update to 2019.1.2
Changelog:
2019.1.2
This update comes with a bunch of notable fixes:
Fixed several major Gradle issues: IDEA-210487, IDEA-210487, IDEA-178417.
The “Open Recent” menu can now display the path to a project: IDEA-168223.
The terminal tabs can now be reordered with Ctrl+Shift+Left/Right on Windows / Linux, and cmd+Shift+Left/Right on macOS: IDEA-202809.
It’s now possible to build a Groovy project using the Groovy-Eclipse compiler: IDEA-207921.
The Recent Locations popup now opens all the selected locations: IDEA-209286
The Run Anything popup shows the correct list of Maven goals: IDEA-199283, and shows correct suggestions on the first run: IDEA-210716.
2019.1.1
Out of dozens of important fixes this update delivers, here are the most important ones:
Performance issues: the IDE doesn’t freeze on Auto-import (IDEA-206649) and we’ve fixed the issue that was causing very high memory usage on relatively small projects (IDEA-210047).
Regressions fixed: The ‘Start Failed’ dialog doesn’t appear on closing the import settings dialog, and VCS refreshes don’t take very long with Mercurial anymore: IDEA-209262.
Updating plugins in an offline environment now works with the new marketplace and custom plugin repository: IDEA-205032.
No confirmation dialog is shown when you try to close a Terminal without running processes: IDEA-205690.
It’s now possible to switch back from the Terminal tool window to the editor by pressing Esc: IDEA-116221.
In the Run Configuration dialog, you can paste just the name or just the value of an Environment Variable: IDEA-206952.
The IDE now correctly creates a branch when you open a task with the ‘create branch’ option enabled: IDEA-205194.
It’s now possible to type characters that require AltGr (IntelliJ IDEA with JBR11): IDEA-209426.
For those using the IdeaVim plugin, the Esc key in insert mode closes the autocomplete popup and exits the insert mode: IDEA-209779.
The bundled Kotlin plugin was updated to v1.3.21-release-IJ2019.1-3, with the following fixes integrated: KT-30117, KT-29427, KT-30137, and KT-9618.
2019-05-13 19:30:12 +02:00
|
|
|
VERSION= 2019.1.2
|
|
|
|
DISTNAME= ideaIC-${VERSION:S/.0.0//}-no-jbr
|
2019-03-03 17:34:27 +01:00
|
|
|
PKGNAME= intellij-ce-bin-${VERSION}
|
2020-12-04 21:44:57 +01:00
|
|
|
PKGREVISION= 1
|
2019-03-03 17:34:27 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://download.jetbrains.com/idea/
|
|
|
|
|
|
|
|
MAINTAINER= youri@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.jetbrains.org/
|
|
|
|
COMMENT= JetBrain\'s Java IDE
|
|
|
|
LICENSE= apache-2.0
|
|
|
|
|
2019-03-05 12:27:52 +01:00
|
|
|
DEPENDS+= intellij-fsnotifier-[0-9]*:../../sysutils/intellij-fsnotifier
|
|
|
|
|
Update to 2019.1.2
Changelog:
2019.1.2
This update comes with a bunch of notable fixes:
Fixed several major Gradle issues: IDEA-210487, IDEA-210487, IDEA-178417.
The “Open Recent” menu can now display the path to a project: IDEA-168223.
The terminal tabs can now be reordered with Ctrl+Shift+Left/Right on Windows / Linux, and cmd+Shift+Left/Right on macOS: IDEA-202809.
It’s now possible to build a Groovy project using the Groovy-Eclipse compiler: IDEA-207921.
The Recent Locations popup now opens all the selected locations: IDEA-209286
The Run Anything popup shows the correct list of Maven goals: IDEA-199283, and shows correct suggestions on the first run: IDEA-210716.
2019.1.1
Out of dozens of important fixes this update delivers, here are the most important ones:
Performance issues: the IDE doesn’t freeze on Auto-import (IDEA-206649) and we’ve fixed the issue that was causing very high memory usage on relatively small projects (IDEA-210047).
Regressions fixed: The ‘Start Failed’ dialog doesn’t appear on closing the import settings dialog, and VCS refreshes don’t take very long with Mercurial anymore: IDEA-209262.
Updating plugins in an offline environment now works with the new marketplace and custom plugin repository: IDEA-205032.
No confirmation dialog is shown when you try to close a Terminal without running processes: IDEA-205690.
It’s now possible to switch back from the Terminal tool window to the editor by pressing Esc: IDEA-116221.
In the Run Configuration dialog, you can paste just the name or just the value of an Environment Variable: IDEA-206952.
The IDE now correctly creates a branch when you open a task with the ‘create branch’ option enabled: IDEA-205194.
It’s now possible to type characters that require AltGr (IntelliJ IDEA with JBR11): IDEA-209426.
For those using the IdeaVim plugin, the Esc key in insert mode closes the autocomplete popup and exits the insert mode: IDEA-209779.
The bundled Kotlin plugin was updated to v1.3.21-release-IJ2019.1-3, with the following fixes integrated: KT-30117, KT-29427, KT-30137, and KT-9618.
2019-05-13 19:30:12 +02:00
|
|
|
WRKSRC= ${WRKDIR}/idea-IC-191.7141.44
|
2019-03-03 17:34:27 +01:00
|
|
|
USE_JAVA= yes
|
|
|
|
USE_JAVA2= 8
|
|
|
|
|
2019-03-05 12:27:52 +01:00
|
|
|
USE_TOOLS+= bash pax sed
|
2019-03-03 17:34:27 +01:00
|
|
|
|
|
|
|
REPLACE_PYTHON= bin/printenv.py \
|
|
|
|
bin/restart.py \
|
2019-11-03 11:39:04 +01:00
|
|
|
|
2019-03-03 17:34:27 +01:00
|
|
|
REPLACE_BASH= plugins/Kotlin/kotlinc/bin/kotlin \
|
|
|
|
plugins/Kotlin/kotlinc/bin/kotlin-dce-js\
|
|
|
|
plugins/Kotlin/kotlinc/bin/kotlinc \
|
|
|
|
plugins/Kotlin/kotlinc/bin/kotlinc-js \
|
|
|
|
plugins/Kotlin/kotlinc/bin/kotlinc-jvm
|
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
INSTALLATION_DIRS= intellij-ce-bin-${VERSION} \
|
|
|
|
share/applications
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
SUBST_CLASSES+= jdk
|
|
|
|
SUBST_STAGE.jdk= pre-install
|
|
|
|
SUBST_MESSAGE.jdk= Adding JVM options
|
|
|
|
SUBST_FILES.jdk= bin/idea.sh
|
|
|
|
SUBST_VARS.jdk= PKG_JAVA_HOME
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC} && \
|
|
|
|
${RM} bin/fsnotifier bin/fsnotifier-arm bin/idea.sh.orig\
|
|
|
|
bin/fsnotifier64 bin/libdbm64.so \
|
|
|
|
lib/pty4j-native/linux/x86/libpty.so \
|
|
|
|
lib/pty4j-native/linux/x86_64/libpty.so \
|
Update to 2019.1.2
Changelog:
2019.1.2
This update comes with a bunch of notable fixes:
Fixed several major Gradle issues: IDEA-210487, IDEA-210487, IDEA-178417.
The “Open Recent” menu can now display the path to a project: IDEA-168223.
The terminal tabs can now be reordered with Ctrl+Shift+Left/Right on Windows / Linux, and cmd+Shift+Left/Right on macOS: IDEA-202809.
It’s now possible to build a Groovy project using the Groovy-Eclipse compiler: IDEA-207921.
The Recent Locations popup now opens all the selected locations: IDEA-209286
The Run Anything popup shows the correct list of Maven goals: IDEA-199283, and shows correct suggestions on the first run: IDEA-210716.
2019.1.1
Out of dozens of important fixes this update delivers, here are the most important ones:
Performance issues: the IDE doesn’t freeze on Auto-import (IDEA-206649) and we’ve fixed the issue that was causing very high memory usage on relatively small projects (IDEA-210047).
Regressions fixed: The ‘Start Failed’ dialog doesn’t appear on closing the import settings dialog, and VCS refreshes don’t take very long with Mercurial anymore: IDEA-209262.
Updating plugins in an offline environment now works with the new marketplace and custom plugin repository: IDEA-205032.
No confirmation dialog is shown when you try to close a Terminal without running processes: IDEA-205690.
It’s now possible to switch back from the Terminal tool window to the editor by pressing Esc: IDEA-116221.
In the Run Configuration dialog, you can paste just the name or just the value of an Environment Variable: IDEA-206952.
The IDE now correctly creates a branch when you open a task with the ‘create branch’ option enabled: IDEA-205194.
It’s now possible to type characters that require AltGr (IntelliJ IDEA with JBR11): IDEA-209426.
For those using the IdeaVim plugin, the Esc key in insert mode closes the autocomplete popup and exits the insert mode: IDEA-209779.
The bundled Kotlin plugin was updated to v1.3.21-release-IJ2019.1-3, with the following fixes integrated: KT-30117, KT-29427, KT-30137, and KT-9618.
2019-05-13 19:30:12 +02:00
|
|
|
lib/pty4j-native/linux/ppc64le/libpty.so \
|
2019-03-03 17:34:27 +01:00
|
|
|
plugins/android/lib/libwebp/linux/libwebp_jni.so \
|
|
|
|
plugins/android/lib/libwebp/linux/libwebp_jni64.so && \
|
|
|
|
${ECHO} "idea.filewatcher.disabled=true" >> bin/idea.properties && \
|
2019-03-05 12:27:52 +01:00
|
|
|
${SED} -e "s|@@IDEA_HOME@@|${PREFIX}/${PKGNAME_NOREV}|g" \
|
2019-03-03 17:34:27 +01:00
|
|
|
${FILESDIR}/idea.desktop > ${DESTDIR}${PREFIX}/share/applications/idea.desktop && \
|
2019-03-05 12:27:52 +01:00
|
|
|
pax -rw -pm * ${DESTDIR}${PREFIX}/${PKGNAME_NOREV}
|
2019-03-03 17:34:27 +01:00
|
|
|
|
|
|
|
.include "../../lang/python/application.mk"
|
|
|
|
.include "../../mk/java-vm.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|