svn commit: r381438 - in head/textproc/clucene: . files
Jung-uk Kim
jkim at FreeBSD.org
Mon Mar 16 20:34:04 UTC 2015
Author: jkim
Date: Mon Mar 16 20:34:02 2015
New Revision: 381438
URL: https://svnweb.freebsd.org/changeset/ports/381438
QAT: https://qat.redports.org/buildarchive/r381438/
Log:
Revert r381307. The patch was invalid.
With hat: office
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 Mon Mar 16 20:25:42 2015 (r381437)
+++ head/textproc/clucene/Makefile Mon Mar 16 20:34:02 2015 (r381438)
@@ -3,7 +3,7 @@
PORTNAME= clucene
PORTVERSION= 2.3.3.4
-PORTREVISION= 5
+PORTREVISION= 6
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 Mon Mar 16 20:25:42 2015 (r381437)
+++ head/textproc/clucene/files/patch-src__core__libclucene-core.pc.cmake Mon Mar 16 20:34:02 2015 (r381438)
@@ -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 -lclucene-contribs-lib
++Libs: -L${prefix}/@LIB_DESTINATION@/ -lclucene-core -lclucene-shared
Cflags: -I${prefix}/include -I${prefix}/include/CLucene/ext
~
More information about the svn-ports-all
mailing list