Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Oct 2014 06:39:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194177] devel/opengrok: not runnable
Message-ID:  <bug-194177-13-3lhlNB9Gy2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194177-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194177-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194177

John Marino <marino@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marino@FreeBSD.org
           Assignee|freebsd-ports-bugs@FreeBSD. |marino@FreeBSD.org
                   |org                         |

--- Comment #1 from John Marino <marino@FreeBSD.org> ---
(In reply to shen.elf from comment #0)
> #### Quick & Dirty Fix ####
> 1.install lucene-analyzers-common
> cd /usr/ports/devel/opengrok
> make patch
> cd `make -V WRKSRC`
> cp ./lib/lib/lucene-analyzers-common-4.7.1.jar /usr/local/share/opengrok/lib/

This is another way of saying to add lucene-analyzers-common-4.7.1.jar to
LIBFILES in the port makefile, I think.


> 2.fix script /usr/local/bin/opengrok like this:
> set LIBFILES = "/usr/local/share/opengrok/lib/ant.jar
> /usr/local/share/opengrok/lib/bcel-5.2.jar
> /usr/local/share/opengrok/lib/jrcs.jar
> /usr/local/share/opengrok/lib/lucene-core-4.7.1.jar
> /usr/local/share/opengrok/lib/lucene-analyzers-common-4.7.1.jar
> /usr/local/share/opengrok/lib/lucene-queryparser-4.7.1.jar
> /usr/local/share/opengrok/lib/lucene-suggest-4.7.1.jar
> /usr/local/share/opengrok/lib/swing-layout-0.9.jar"

This is unnecessary after doing the step above, it will adjust opengrok during
installation to include the missing file.

I was going to ask for a patch but it seems in the end it's a one-line change
plus a revbump.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194177-13-3lhlNB9Gy2>