From owner-svn-ports-all@freebsd.org Mon May 27 01:55:10 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C87615B6B4E; Mon, 27 May 2019 01:55:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 22D99774A4; Mon, 27 May 2019 01:55:10 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E1F2F2423A; Mon, 27 May 2019 01:55:09 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4R1t9Q1005432; Mon, 27 May 2019 01:55:09 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4R1t9vI005430; Mon, 27 May 2019 01:55:09 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905270155.x4R1t9vI005430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 27 May 2019 01:55:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502761 - head/devel/jetbrains-clion X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/jetbrains-clion X-SVN-Commit-Revision: 502761 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 22D99774A4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 27 May 2019 01:55:10 -0000 Author: swills Date: Mon May 27 01:55:09 2019 New Revision: 502761 URL: https://svnweb.freebsd.org/changeset/ports/502761 Log: devel/jetbrains-clion: Remove unneeded files While here, fix slow render Submitted by: Dmitry Wagin (maintainer, via email) Reported by: pfg Modified: head/devel/jetbrains-clion/Makefile (contents, props changed) head/devel/jetbrains-clion/pkg-plist (contents, props changed) Modified: head/devel/jetbrains-clion/Makefile ============================================================================== --- head/devel/jetbrains-clion/Makefile Mon May 27 01:48:54 2019 (r502760) +++ head/devel/jetbrains-clion/Makefile Mon May 27 01:55:09 2019 (r502761) @@ -2,6 +2,7 @@ PORTNAME= clion PORTVERSION= 2019.1.3 +PORTREVISION= 1 CATEGORIES= devel java MASTER_SITES= https://download-cf.jetbrains.com/cpp/ PKGNAMEPREFIX= jetbrains- @@ -40,6 +41,7 @@ do-install: @${RM} -r ${STAGEDIR}${DATADIR}/bin/fsnotifier \ ${STAGEDIR}${DATADIR}/bin/fsnotifier-arm \ ${STAGEDIR}${DATADIR}/bin/fsnotifier64 \ + ${STAGEDIR}${DATADIR}/bin/lib*.so \ ${STAGEDIR}${DATADIR}/bin/clang \ ${STAGEDIR}${DATADIR}/bin/cmake \ ${STAGEDIR}${DATADIR}/bin/gdb/linux \ @@ -56,5 +58,8 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/lib/icon.png ${STAGEDIR}${DATADIR}/clion.png # Use fsnotifier replacement provided by java/intellij-fsnotifier ${ECHO} "idea.filewatcher.executable.path=${PREFIX}/intellij/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties +# Fix slow render + ${ECHO} "-Dsun.java2d.xrender=false" >> ${STAGEDIR}${DATADIR}/bin/clion.vmoptions + ${ECHO} "-Dsun.java2d.xrender=false" >> ${STAGEDIR}${DATADIR}/bin/clion64.vmoptions .include Modified: head/devel/jetbrains-clion/pkg-plist ============================================================================== --- head/devel/jetbrains-clion/pkg-plist Mon May 27 01:48:54 2019 (r502760) +++ head/devel/jetbrains-clion/pkg-plist Mon May 27 01:55:09 2019 (r502761) @@ -17,9 +17,6 @@ share/applications/clion.desktop %%DATADIR%%/bin/gdb/renderers/libstdcxx/v6/xmethods.py %%DATADIR%%/bin/idea.properties %%DATADIR%%/bin/inspect.sh -%%DATADIR%%/bin/libdbm64.so -%%DATADIR%%/bin/libyjpagent-linux.so -%%DATADIR%%/bin/libyjpagent-linux64.so %%DATADIR%%/bin/lldb/renderers/lldb_formatters/__init__.py %%DATADIR%%/bin/lldb/renderers/lldb_formatters/jetbrains_stl_formatters.py %%DATADIR%%/bin/log.xml