From owner-svn-ports-all@freebsd.org Wed Nov 30 20:37:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8197FC5E804; Wed, 30 Nov 2016 20:37:57 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3779617CF; Wed, 30 Nov 2016 20:37:57 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAUKbucs023995; Wed, 30 Nov 2016 20:37:56 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAUKbun1023993; Wed, 30 Nov 2016 20:37:56 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201611302037.uAUKbun1023993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Wed, 30 Nov 2016 20:37:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427458 - head/java/intellij X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2016 20:37:57 -0000 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 (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