Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Nov 2016 20:37:56 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427458 - head/java/intellij
Message-ID:  <201611302037.uAUKbun1023993@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Wed Nov 30 20:37:56 2016
New Revision: 427458
URL: https://svnweb.freebsd.org/changeset/ports/427458

Log:
  java/intellij: Remove non-native jar libraries.
  
  Reported by:	Caspar Schutijser <caspar@schutijser.com> (via email; thanks Caspar! My email answer seems to end up at your spam filter)

Modified:
  head/java/intellij/Makefile
  head/java/intellij/pkg-plist

Modified: head/java/intellij/Makefile
==============================================================================
--- head/java/intellij/Makefile	Wed Nov 30 19:38:13 2016	(r427457)
+++ head/java/intellij/Makefile	Wed Nov 30 20:37:56 2016	(r427458)
@@ -6,6 +6,7 @@
 
 PORTNAME=	intellij
 PORTVERSION=	2016.3
+PORTREVISION=	1
 CATEGORIES=	java devel
 MASTER_SITES=	https://download.jetbrains.com/idea/ \
 		http://download.jetbrains.com/idea/
@@ -42,12 +43,9 @@ do-install:
 		${STAGEDIR}${IDEA_HOME}/bin/fsnotifier64 \
 		${STAGEDIR}${IDEA_HOME}/bin/libbreakgen.so \
 		${STAGEDIR}${IDEA_HOME}/bin/libbreakgen64.so \
-		${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-linux-amd64-0.10.jar \
-		${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-linux-i386-0.10.jar \
-		${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-osx-amd64-0.10.jar \
-		${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-osx-i386-0.10.jar \
-		${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-windows-amd64-0.10.jar \
-		${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-windows-i386-0.10.jar
+		${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-linux-*.jar \
+		${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-osx-*.jar \
+		${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-windows-*.jar \
 # Remove the bundled native Pty4J support libraries, they are replaced
 # by java/intellij-pty4j
 	@${RM} -r ${STAGEDIR}${IDEA_HOME}/lib/libpty

Modified: head/java/intellij/pkg-plist
==============================================================================
--- head/java/intellij/pkg-plist	Wed Nov 30 19:38:13 2016	(r427457)
+++ head/java/intellij/pkg-plist	Wed Nov 30 20:37:56 2016	(r427458)
@@ -10079,12 +10079,6 @@ share/applications/idea.desktop
 %%IDEA_HOME%%/plugins/gradle/lib/native-platform-0.11.jar
 %%IDEA_HOME%%/plugins/gradle/lib/native-platform-freebsd-amd64-0.11.jar
 %%IDEA_HOME%%/plugins/gradle/lib/native-platform-freebsd-i386-0.11.jar
-%%IDEA_HOME%%/plugins/gradle/lib/native-platform-linux-amd64-0.11.jar
-%%IDEA_HOME%%/plugins/gradle/lib/native-platform-linux-i386-0.11.jar
-%%IDEA_HOME%%/plugins/gradle/lib/native-platform-osx-amd64-0.11.jar
-%%IDEA_HOME%%/plugins/gradle/lib/native-platform-osx-i386-0.11.jar
-%%IDEA_HOME%%/plugins/gradle/lib/native-platform-windows-amd64-0.11.jar
-%%IDEA_HOME%%/plugins/gradle/lib/native-platform-windows-i386-0.11.jar
 %%IDEA_HOME%%/plugins/gradle/lib/objenesis-1.2.jar
 %%IDEA_HOME%%/plugins/gradle/lib/reflectasm-1.07.jar
 %%IDEA_HOME%%/plugins/gradle/lib/resources_en.jar



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611302037.uAUKbun1023993>