svn commit: r381307 - in head/textproc/clucene: . files

Bartek Rutkowski robak at FreeBSD.org
Sun Mar 15 08:50:23 UTC 2015


Author: robak
Date: Sun Mar 15 08:50:21 2015
New Revision: 381307
URL: https://svnweb.freebsd.org/changeset/ports/381307
QAT: https://qat.redports.org/buildarchive/r381307/

Log:
  textproc/clucene: fix missing lib in patch
  
  PR:		185567
  Submitted by:	Olivier <bugs-freebsd at interfasys.ch>

Modified:
  head/textproc/clucene/Makefile
  head/textproc/clucene/files/patch-src__core__libclucene-core.pc.cmake

Modified: head/textproc/clucene/Makefile
==============================================================================
--- head/textproc/clucene/Makefile	Sun Mar 15 08:49:48 2015	(r381306)
+++ head/textproc/clucene/Makefile	Sun Mar 15 08:50:21 2015	(r381307)
@@ -3,7 +3,7 @@
 
 PORTNAME=	clucene
 PORTVERSION=	2.3.3.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-core-unstable/2.3
 DISTNAME=	${PORTNAME}-core-${PORTVERSION}

Modified: head/textproc/clucene/files/patch-src__core__libclucene-core.pc.cmake
==============================================================================
--- head/textproc/clucene/files/patch-src__core__libclucene-core.pc.cmake	Sun Mar 15 08:49:48 2015	(r381306)
+++ head/textproc/clucene/files/patch-src__core__libclucene-core.pc.cmake	Sun Mar 15 08:50:21 2015	(r381307)
@@ -5,6 +5,6 @@
  Description: CLucene - a C++ search engine, ported from the popular Apache Lucene
  Version: @CLUCENE_VERSION_MAJOR at .@CLUCENE_VERSION_MINOR at .@CLUCENE_VERSION_REVISION at .@CLUCENE_VERSION_PATCH@
 -Libs: -L${prefix}/@LIB_DESTINATION@/ -lclucene-core
-+Libs: -L${prefix}/@LIB_DESTINATION@/ -lclucene-core -lclucene-shared
++Libs: -L${prefix}/@LIB_DESTINATION@/ -lclucene-core -lclucene-shared -lclucene-contribs-lib
  Cflags: -I${prefix}/include -I${prefix}/include/CLucene/ext
  ~


More information about the svn-ports-head mailing list