From owner-svn-ports-all@FreeBSD.ORG Wed Dec 3 13:59:42 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A5C250C; Wed, 3 Dec 2014 13:59:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C7CCBF8; Wed, 3 Dec 2014 13:59:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB3Dxghi009399; Wed, 3 Dec 2014 13:59:42 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB3Dxfpm009397; Wed, 3 Dec 2014 13:59:41 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201412031359.sB3Dxfpm009397@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Wed, 3 Dec 2014 13:59:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373828 - in head/textproc/luceneplusplus: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 13:59:42 -0000 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@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