Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jun 2011 20:00:25 GMT
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/150194: There is no startup script for databases/cassandra
Message-ID:  <201106182000.p5IK0P30033180@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/150194; it has been noted by GNATS.

From: Olli Hauer <ohauer@FreeBSD.org>
To: bug-followup@FreeBSD.org, gslin@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106182000.p5IK0P30033180>