Opened 13 years ago

Closed 12 years ago

#29570 closed defect (duplicate)

cassandra @0.7.4 Wrong paths in cassandra.in.sh

Reported by: dkkeen@… Owned by: singingwolfboy@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: cassandra

Description

The paths configured in cassadra.in.sh are not valid.

The following diff makes it work:

18c18
<     CASSANDRA_HOME=`dirname $0`/..
---
>     CASSANDRA_HOME=/opt/local/share/java/cassandra
29c29
< cassandra_bin=$cassandra_home/../cassandra.jar
---
> cassandra_bin=$CASSANDRA_HOME/../cassandra.jar

Change History (4)

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to singingwolfboy@…

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

And/or the port should be updated to 0.7.6-2.

comment:3 Changed 12 years ago by jmroot (Joshua Root)

Is this still needed with 0.8.0?

comment:4 Changed 12 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: newclosed

Marking as duplicate of #30506 since that ticket has a portfile patch.

Note: See TracTickets for help on using tickets.