From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 6 20:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5259B5E1 for ; Mon, 6 May 2013 20:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1FE77304 for ; Mon, 6 May 2013 20:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r46Ke1Y1038692 for ; Mon, 6 May 2013 20:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r46Ke1RT038691; Mon, 6 May 2013 20:40:01 GMT (envelope-from gnats) Resent-Date: Mon, 6 May 2013 20:40:01 GMT Resent-Message-Id: <201305062040.r46Ke1RT038691@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gosha Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1ED7678 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/178376: editors/openoffice-devel has hardcoded lucene version in Makefile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 May 2013 20:40:02 -0000 >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: