From owner-svn-ports-all@freebsd.org Tue Jan 3 13:20:11 2017 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 4AA34C9BA14; Tue, 3 Jan 2017 13:20:11 +0000 (UTC) (envelope-from mandree@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 19C9510B3; Tue, 3 Jan 2017 13:20:11 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v03DKAq3096386; Tue, 3 Jan 2017 13:20:10 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v03DKA8C096385; Tue, 3 Jan 2017 13:20:10 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201701031320.v03DKA8C096385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Tue, 3 Jan 2017 13:20:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430465 - head/graphics/rawtherapee-devel/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.23 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: Tue, 03 Jan 2017 13:20:11 -0000 Author: mandree Date: Tue Jan 3 13:20:10 2017 New Revision: 430465 URL: https://svnweb.freebsd.org/changeset/ports/430465 Log: Update with make makepatch. Modified: head/graphics/rawtherapee-devel/files/patch-CMakeLists.txt Modified: head/graphics/rawtherapee-devel/files/patch-CMakeLists.txt ============================================================================== --- head/graphics/rawtherapee-devel/files/patch-CMakeLists.txt Tue Jan 3 13:09:48 2017 (r430464) +++ head/graphics/rawtherapee-devel/files/patch-CMakeLists.txt Tue Jan 3 13:20:10 2017 (r430465) @@ -1,10 +1,10 @@ # This is required so that the RPATH information for libgcc/libgomp is # not stripped during CMake's install phase: -- mandree ---- ./CMakeLists.txt.orig 2013-06-15 19:16:41.000000000 +0200 -+++ ./CMakeLists.txt 2013-06-15 19:17:02.000000000 +0200 -@@ -6,6 +6,7 @@ - endif (WIN32) +--- CMakeLists.txt.orig 2016-12-30 15:28:53 UTC ++++ CMakeLists.txt +@@ -12,6 +12,7 @@ if(${CMAKE_EXTRA_GENERATOR} MATCHES "Ecl + endif() PROJECT(RawTherapee) +SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)