Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2016 01:16:22 +0000 (UTC)
From:      Greg Lehey <grog@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410225 - head/graphics/hugin-2016/files
Message-ID:  <201603060116.u261GMrf042635@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: grog (src committer)
Date: Sun Mar  6 01:16:22 2016
New Revision: 410225
URL: https://svnweb.freebsd.org/changeset/ports/410225

Log:
  Add forgotten patch file.
  
  Submitted by:	pkg-fallout

Added:
  head/graphics/hugin-2016/files/patch-CMakeLists.txt   (contents, props changed)

Added: head/graphics/hugin-2016/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/hugin-2016/files/patch-CMakeLists.txt	Sun Mar  6 01:16:22 2016	(r410225)
@@ -0,0 +1,14 @@
+--- CMakeLists.txt~	2016-01-24 20:16:54.000000000 +1100
++++ CMakeLists.txt	2016-02-29 14:04:08.376365000 +1100
+@@ -2,11 +2,6 @@
+ # require at least cmake 2.8
+ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR )
+ 
+-# prevent in-tree building
+-if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
+-    message(FATAL_ERROR "In-source builds are not allowed.")
+-endif()
+-
+ if(COMMAND cmake_policy)
+   cmake_policy(SET CMP0003 NEW)
+ endif(COMMAND cmake_policy)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603060116.u261GMrf042635>