diff options
author | jkim <jkim@FreeBSD.org> | 2013-01-29 06:25:05 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-01-29 06:25:05 +0800 |
commit | f6e099ed6d10b5506aab7f7511bc4609e8357b3c (patch) | |
tree | 9b80f7f3b07311122787645234d5af560e1d85de /textproc/p5-Lucene | |
parent | c984ad3037bb6a1234313468893136bd1a6cdf8e (diff) | |
download | freebsd-ports-gnome-f6e099ed6d10b5506aab7f7511bc4609e8357b3c.tar.gz freebsd-ports-gnome-f6e099ed6d10b5506aab7f7511bc4609e8357b3c.tar.zst freebsd-ports-gnome-f6e099ed6d10b5506aab7f7511bc4609e8357b3c.zip |
- Re-assign textproc/clucene maintainship to office@. [1]
- Update textproc/clucene to 2.3.3.4. Note this version is required by
recent LibreOffice.
- Remove textproc/clucene-contrib because it is now integrated into
textproc/clucene. [2]
- Mark textproc/p5-Lucene as broken. There is no dependent port and it was
only written for obsolete Lucene 0.9.x API. [3]
- Update deskutils/kdepim4 and deskutils/strigi to build with the new
CLucene port. [4]
- Update misc/bibletime and misc/sword to use new CLucene 2.3.x API. [5]
Approved by: clsung (maintainer timeout) [1]
Approved by: tj (maintainer) [2]
Approved by: perl [3]
Approved by: kde [4]
Approved by: tabthorpe (maintainer timeout) [5]
Obtained from: The SWORD Project [5]
Diffstat (limited to 'textproc/p5-Lucene')
-rw-r--r-- | textproc/p5-Lucene/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/p5-Lucene/Makefile b/textproc/p5-Lucene/Makefile index cc7dfda2064c..a171afdc7b40 100644 --- a/textproc/p5-Lucene/Makefile +++ b/textproc/p5-Lucene/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/p5-Lucene -# Date created: 20 Feb 2007 -# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> -# +# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Lucene PORTVERSION= 0.18 @@ -15,7 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= API to the C++ port of the Lucene search engine -LIB_DEPENDS= clucene:${PORTSDIR}/textproc/clucene +LIB_DEPENDS= clucene-core:${PORTSDIR}/textproc/clucene + +BROKEN= incompatible with CLucene 2.3 PERL_CONFIGURE= yes CC= ${CXX} |