From nobody@FreeBSD.org  Mon May  6 20:30:41 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 1ED7678
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  6 May 2013 20:30:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 126D222A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  6 May 2013 20:30:41 +0000 (UTC)
Received: from oldred.FreeBSD.org ([127.0.1.6])
	by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r46KUep7028280
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 6 May 2013 20:30:40 GMT
	(envelope-from nobody@oldred.FreeBSD.org)
Received: (from nobody@localhost)
	by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r46KUewU028271;
	Mon, 6 May 2013 20:30:40 GMT
	(envelope-from nobody)
Message-Id: <201305062030.r46KUewU028271@oldred.FreeBSD.org>
Date: Mon, 6 May 2013 20:30:40 GMT
From: Gosha <gosha-necr@yandex.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: editors/openoffice-devel has hardcoded lucene version in Makefile
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         178376
>Category:       ports
>Synopsis:       editors/openoffice-devel has hardcoded lucene version in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bdrewery
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 06 20:40:01 UTC 2013
>Closed-Date:    Wed May 08 07:01:57 CDT 2013
>Last-Modified:  Wed May 08 07:01:57 CDT 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->office 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon May 6 20:40:10 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178376 
Responsible-Changed-From-To: office->bdrewery 
Responsible-Changed-By: bdrewery 
Responsible-Changed-When: Tue May 7 06:17:04 CDT 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178376 
State-Changed-From-To: open->closed 
State-Changed-By: bdrewery 
State-Changed-When: Wed May 8 07:01:55 CDT 2013 
State-Changed-Why:  
Fixed in r317648 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178376 
>Unformatted:
