Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 20:30:40 GMT
From:      Gosha <gosha-necr@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/178376: editors/openoffice-devel has hardcoded lucene version in Makefile
Message-ID:  <201305062030.r46KUewU028271@oldred.FreeBSD.org>
Resent-Message-ID: <201305062040.r46Ke1RT038691@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178376
>Category:       ports
>Synopsis:       editors/openoffice-devel has hardcoded lucene version in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 06 20:40:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Gosha
>Release:        10-Current
>Organization:
USUNet
>Environment:
FreeBSD MIC-BOOK 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sun May  5 03:55:38 YEKT 2013     alix@MIC-BOOK:/usr/obj/usr/src/sys/ALIX  amd64

>Description:
In ports now textproc/lucene3 has version 3.6.2, and all files in /usr/local/share/java/classes/ has names: lucene-*-${version}.jar, but in editors/openoffice-devel/Makefile has paths with hardcoded version of lucene 3.6.1
So when I'm try to build openoffice-devel it gives me error: 
checking for /usr/local/share/java/classes/lucene-core-3.6.1.jar... no
configure: error: lucene-core.jar not found.
>How-To-Repeat:
cd /usr/ports/editors/openoffice-devel
make install clean
>Fix:
replace all 3.6.1 to 3.6.2 (it's a dirty solution, but I don't know how fix it other way) in editors/openoffice-devel/Makefile

>Release-Note:
>Audit-Trail:
>Unformatted:



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