ports/150194: There is no startup script for databases/cassandra

Olli Hauer ohauer at FreeBSD.org
Sat Jun 18 20:00:25 UTC 2011


The following reply was made to PR ports/150194; it has been noted by GNATS.

From: Olli Hauer <ohauer at FreeBSD.org>
To: bug-followup at FreeBSD.org, gslin at gslin.org
Cc:  
Subject: Re: ports/150194: There is no startup script for databases/cassandra
Date: Sat, 18 Jun 2011 21:55:09 +0200

 Hi Gea-Suan Lin,
 
 I just looked at PR 150194 and noted in the ports Makefile the following lines
 will fail.
 
 
 post-patch:
         @${MV} ${WRKSRC}/conf/log4j.properties
 ${WRKSRC}/conf/log4j.properties.sample
         @${MV} ${WRKSRC}/conf/storage-conf.xml
 ${WRKSRC}/conf/storage-conf.xml.sample
 
 
 Issue:
 $> find work/ -name log4j\*properties
   work/conf/log4j-server.properties
   work/conf/log4j-tools.properties
 
 $> find work/ -name stor\*
   => no files found.
 
 I don't know cassandra but it seems
 - the file storage-conf.xml was removed or replaced by another property file
 - log4j.properties was removed/renamed.
 
 Pls. take a look for the property files.
 Set me to CC: wit a patch and I will pick up the PR.
 
 --
 Regards,
 olli



More information about the freebsd-ports-bugs mailing list