diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-04-11 08:07:34 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-04-11 08:07:34 +0000 |
commit | 30cf4a8a628daff71229279c499ccdbd2a08ea46 (patch) | |
tree | 37493026817f144d84af46991dd32bda9bef82d7 /java/netbeans/files/patch-platform-lib_nbexec | |
parent | Support stage (diff) |
- Update netbeans to version 8.0
Release notes: https://netbeans.org/community/releases/80/relnotes.html
New and noteworthy: http://wiki.netbeans.org/NewAndNoteworthyNB80
- IGNORE netbeans-devel
Notes
Notes:
svn path=/head/; revision=350897
Diffstat (limited to 'java/netbeans/files/patch-platform-lib_nbexec')
-rw-r--r-- | java/netbeans/files/patch-platform-lib_nbexec | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/java/netbeans/files/patch-platform-lib_nbexec b/java/netbeans/files/patch-platform-lib_nbexec deleted file mode 100644 index adbcbb99ff21..000000000000 --- a/java/netbeans/files/patch-platform-lib_nbexec +++ /dev/null @@ -1,20 +0,0 @@ ---- platform/lib/nbexec.orig 2013-10-30 09:45:15.000000000 +0100 -+++ platform/lib/nbexec 2013-10-30 09:45:20.000000000 +0100 -@@ -213,7 +213,7 @@ - # if the Java option for heap dump on OOME is supported enable it - if "${jdkhome}/bin/java" -XX:+HeapDumpOnOutOfMemoryError -cp "${progdir}/boot.jar" org.netbeans.NbExecJavaStartTry > /dev/null 2>&1 ; then - jargs="$jargs -XX:+HeapDumpOnOutOfMemoryError" -- if [ -z "`echo $jargs | grep -- "-XX:HeapDumpPath="`" ] ; then -+ if [ -z "`echo $jargs | %%GREP%% -- "-XX:HeapDumpPath="`" ] ; then - jargs="$jargs -XX:HeapDumpPath=\"${userdir}/var/log/heapdump.hprof\"" - fi - # rename old heap dump to .old -@@ -244,7 +244,7 @@ - if [ "`echo "${dir}"/*.$ex`" != "${dir}/*.$ex" ] ; then - for x in "${dir}"/*.$ex ; do - subx=`basename "$x"` -- if [ -z "`echo "$paths" | egrep "$subpath$subx"`" ] ; then -+ if [ -z "`echo "$paths" | %%GREP%% "$subpath$subx"`" ] ; then - if [ ! -z "$cp" ] ; then cp="$cp:" ; fi - cp="$cp$x" - if [ ! -z "$paths" ] ; then paths="$paths:" ; fi |