ports/178376: editors/openoffice-devel has hardcoded lucene version in Makefile
Gosha
gosha-necr at yandex.ru
Mon May 6 20:40:02 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list