Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jul 2011 04:26:47 GMT
From:      Pedro Giffuni <giffunip@tutopia.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/159151: Fix textproc/py-lucene after lucene update
Message-ID:  <201107240426.p6O4Qln2035115@red.freebsd.org>
Resent-Message-ID: <201107240430.p6O4UAGg052017@freefall.freebsd.org>

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

>Number:         159151
>Category:       ports
>Synopsis:       Fix textproc/py-lucene after lucene update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 24 04:30:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Pedro Giffuni
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD mogwai.giffuni.net 9.0-CURRENT FreeBSD 9.0-CURRENT #6: Sat Apr 30 01:37:57 PDT 2011     root@build9x64.pcbsd.org:/usr/obj/pcbsd-build90/fbsd-source/9.0/sys/PCBSD  amd64

>Description:
Updating texproc/lucene broke py-lucene, but just updating the lucene version number in the py-lucene port makes it build again.

This is a bandaid:
This port needs to be updated but for this newer versions of
textproc/lucene and devel/py-jcc must be done simulatenously.

>How-To-Repeat:

>Fix:
Patch attached.

Patch attached with submission follows:

diff -ruN py-lucene.orig/Makefile py-lucene/Makefile
--- py-lucene.orig/Makefile	2011-07-21 22:19:57.000000000 +0000
+++ py-lucene/Makefile	2011-07-21 22:20:39.000000000 +0000
@@ -22,15 +22,13 @@
 		${PYTHON_PKGNAMEPREFIX}jcc>0:${PORTSDIR}/devel/py-jcc \
 		${NONEXISTENT}:${PORTSDIR}/textproc/lucene:extract
 
-BROKEN=		does not build
-
 USE_PYTHON=	2.5+
 USE_GCC=	4.2+
 USE_JAVA=	yes
 JAVA_VERSION=	1.5+
 USE_GMAKE=	yes
 PATCHSET=	-1
-LUCENE_VER=	2.4.1
+LUCENE_VER=	2.9.4
 EGG_INFO=	lucene-${PYDISTUTILS_PKGVERSION:C/[^A-Za-z0-9.]+/_/g}-${PYTHON_VERSION:S/thon//}.egg-info
 #EGG_INFO=	lucene-${LUCENE_VER}-${PYTHON_VERSION:S/thon//}.egg-info
 


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



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