FreeBSD Bugzilla – Attachment 146808 Details for
Bug 193236
cassandra2-2.0.10 does not work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for port
cassandra2.diff (text/plain), 1.33 KB, created by
admins
on 2014-09-04 17:12:15 UTC
(
hide
)
Description:
Patch for port
Filename:
MIME Type:
Creator:
admins
Created:
2014-09-04 17:12:15 UTC
Size:
1.33 KB
patch
obsolete
>diff --git a/databases/cassandra2/Makefile b/databases/cassandra2/Makefile >index e95726c..068a9fe 100644 >--- a/databases/cassandra2/Makefile >+++ b/databases/cassandra2/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= cassandra > PORTVERSION= 2.0.10 >+PORTREVISION= 1 > CATEGORIES= databases java > MASTER_SITES= APACHE > MASTER_SITE_SUBDIR= cassandra/${PORTVERSION} >diff --git a/databases/cassandra2/files/patch-env b/databases/cassandra2/files/patch-env >index caacf9c..252e8ec 100644 >--- a/databases/cassandra2/files/patch-env >+++ b/databases/cassandra2/files/patch-env >@@ -1,7 +1,11 @@ >---- conf/cassandra-env.sh.orig 2011-11-04 11:47:16.000000000 +0100 >-+++ conf/cassandra-env.sh 2011-11-09 16:50:50.124144710 +0100 >-@@ -192,3 +192,4 @@ >- JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.port=$JMX_PORT" >- JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.ssl=false" >- JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.authenticate=false" >-+JVM_OPTS="$JVM_OPTS $JVM_OVERRIDE_OPTS" >+--- conf/cassandra-env.sh.orig >++++ conf/cassandra-env.sh >+@@ -90,7 +90,7 @@ >+ >+ java_ver_output=`"${JAVA:-java}" -version 2>&1` >+ >+-jvmver=`echo "$java_ver_output" | grep 'java version' | awk -F'"' 'NR==1 {print $2}'` >++jvmver=`echo "$java_ver_output" | egrep 'java version|openjdk version' | awk -F'"' 'NR==1 {print $2}'` >+ JVM_VERSION=${jvmver%_*} >+ JVM_PATCH_VERSION=${jvmver#*_} >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193236
:
146688
|
146808
|
146832