From owner-svn-ports-all@freebsd.org Mon Feb 22 14:44:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 803C6AAF2ED; Mon, 22 Feb 2016 14:44:42 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 4D5AD1971; Mon, 22 Feb 2016 14:44:42 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1MEifLw090714; Mon, 22 Feb 2016 14:44:41 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1MEifk0090713; Mon, 22 Feb 2016 14:44:41 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201602221444.u1MEifk0090713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Mon, 22 Feb 2016 14:44:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409352 - head/devel/hyperscan/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.20 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: Mon, 22 Feb 2016 14:44:42 -0000 Author: vsevolod Date: Mon Feb 22 14:44:41 2016 New Revision: 409352 URL: https://svnweb.freebsd.org/changeset/ports/409352 Log: Unbreak 9.x build (not bumping revision) Modified: head/devel/hyperscan/files/patch-CMakeLists.txt Modified: head/devel/hyperscan/files/patch-CMakeLists.txt ============================================================================== --- head/devel/hyperscan/files/patch-CMakeLists.txt Mon Feb 22 14:20:20 2016 (r409351) +++ head/devel/hyperscan/files/patch-CMakeLists.txt Mon Feb 22 14:44:41 2016 (r409352) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2016-02-04 09:53:47 UTC -+++ CMakeLists.txt -@@ -171,8 +171,8 @@ else() +--- CMakeLists.txt.orig 2015-12-18 03:41:50.000000000 +0000 ++++ CMakeLists.txt 2016-02-22 13:28:07.548454000 +0000 +@@ -171,8 +171,8 @@ endif() # set compiler flags - more are tested and added later @@ -11,3 +11,13 @@ if (NOT CMAKE_C_FLAGS MATCHES .*march.*) message(STATUS "Building for current host CPU") +@@ -954,6 +954,6 @@ + install(TARGETS hs_shared DESTINATION lib) + endif() + +-if(NOT WIN32) +- add_subdirectory(examples) +-endif() ++#if(NOT WIN32) ++#add_subdirectory(examples) ++#endif()