svn commit: r373828 - in head/textproc/luceneplusplus: . files

Tilman Keskinoz arved at FreeBSD.org
Wed Dec 3 13:59:42 UTC 2014


Author: arved
Date: Wed Dec  3 13:59:41 2014
New Revision: 373828
URL: https://svnweb.freebsd.org/changeset/ports/373828
QAT: https://qat.redports.org/buildarchive/r373828/

Log:
  On the package cluster downloading files during build is not supported,
  Disable downloading of Google test and building of testcases.

Modified:
  head/textproc/luceneplusplus/Makefile
  head/textproc/luceneplusplus/files/patch-CMakeLists.txt

Modified: head/textproc/luceneplusplus/Makefile
==============================================================================
--- head/textproc/luceneplusplus/Makefile	Wed Dec  3 13:59:15 2014	(r373827)
+++ head/textproc/luceneplusplus/Makefile	Wed Dec  3 13:59:41 2014	(r373828)
@@ -2,6 +2,7 @@
 
 PORTNAME=	lucene++
 PORTVERSION=	3.0.6
+PORTREVISION=	1
 CATEGORIES=	textproc
 
 MAINTAINER=	arved at FreeBSD.org
@@ -10,7 +11,6 @@ COMMENT=	C++ port of the Lucene library
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/LGPL.license
 
-BUILD_DEPENDS=	svn:${PORTSDIR}/devel/subversion
 LIB_DEPENDS=	libboost_system.so:${PORTSDIR}/devel/boost-libs
 
 USE_GITHUB=	yes

Modified: head/textproc/luceneplusplus/files/patch-CMakeLists.txt
==============================================================================
--- head/textproc/luceneplusplus/files/patch-CMakeLists.txt	Wed Dec  3 13:59:15 2014	(r373827)
+++ head/textproc/luceneplusplus/files/patch-CMakeLists.txt	Wed Dec  3 13:59:41 2014	(r373828)
@@ -1,14 +1,28 @@
---- CMakeLists.txt.orig	2014-11-29 23:14:14.000000000 +0100
-+++ CMakeLists.txt	2014-11-29 23:23:52.000000000 +0100
-@@ -118,7 +118,6 @@
+--- CMakeLists.txt.orig	2014-04-19 20:26:40.000000000 +0200
++++ CMakeLists.txt	2014-12-03 14:38:24.000000000 +0100
+@@ -49,7 +49,6 @@
+ # bootstrap
+ ####################################
+ 
+-find_package(Subversion REQUIRED)
+ find_package(Threads REQUIRED)
+ find_package(Boost COMPONENTS
+   date_time
+@@ -113,13 +112,10 @@
+   ${CMAKE_CURRENT_BINARY_DIR}/include
+ )
+ 
+-include(CMakeExternal.txt)
+ enable_testing()
  
  add_subdirectory(src/core)
  add_subdirectory(src/contrib)
 -add_subdirectory(src/demo)
- add_subdirectory(src/test)
+-add_subdirectory(src/test)
  
  #################################
-@@ -135,7 +134,7 @@
+ # install pkg-config file
+@@ -135,7 +131,7 @@
      FILES
      ${CMAKE_CURRENT_BINARY_DIR}/liblucene++.pc
      ${CMAKE_CURRENT_BINARY_DIR}/liblucene++-contrib.pc


More information about the svn-ports-head mailing list