Re: ports that contain JAR file

2016-04-27 Thread Brandon Allbery
On Wed, Apr 27, 2016 at 10:49 AM, Abdulrahman Alshammari < a.tu...@hotmail.com> wrote: > build { >system -C ${worksrcpath} "java -jar filename.jar” > } > > > After changing the file name and others, It gives me that > Error: org.macports.build for port civl returned: bad option -C > I think i

Re: ports that contain JAR file

2016-04-27 Thread Abdulrahman Alshammari
Hey, If I use > build { >system -C ${worksrcpath} "java -jar filename.jar” > } After changing the file name and others, It gives me that Error: org.macports.build for port civl returned: bad option -C In details, I edit it like this: build { system -C ${worksrcpath}/lib "java -jar ${nam

Re: configure failure: command execution failed ; Local repository

2016-04-27 Thread Rainer Müller
On 2016-04-27 06:03, Abdulrahman Alshammari wrote: > I have tried to install the software locally, I got this error that is > shown in log file in the attachment. >From your log file: :info:configure sh: ./configure: No such file or directory As this software does not have a configure script, yo