pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

codelite: Clean patch-CMakeLists.txt



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Jun 15 22:58:51 2016 +0200
Changeset:	19b267357539c48d2dbae86d8bc3e904b4b660ce

Modified Files:
	codelite/distinfo
	codelite/patches/patch-CMakeLists.txt

Log Message:
codelite: Clean patch-CMakeLists.txt

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=19b267357539c48d2dbae86d8bc3e904b4b660ce

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 codelite/distinfo                     | 2 +-
 codelite/patches/patch-CMakeLists.txt | 9 ---------
 2 files changed, 1 insertion(+), 10 deletions(-)

diffs:
diff --git a/codelite/distinfo b/codelite/distinfo
index 5ea63bb..974c914 100644
--- a/codelite/distinfo
+++ b/codelite/distinfo
@@ -4,7 +4,7 @@ SHA1 (codelite-9.1.tar.gz) = a177e3c04612d96918361fcaae226e23f68be90a
 RMD160 (codelite-9.1.tar.gz) = b0ccb31eeadc5a342eba3a562044131868f7ceca
 SHA512 (codelite-9.1.tar.gz) = e7caa895c5ba62def98a50a46132940f7135c77ebe3d2fce7f1d83755ed6ce7dfc6aeb013a665b28eb969afcc1004f49284a253297d2317e72bda5f3945ce978
 Size (codelite-9.1.tar.gz) = 90366396 bytes
-SHA1 (patch-CMakeLists.txt) = 89607ab36852f9358444714585ba6f0fed64d7dd
+SHA1 (patch-CMakeLists.txt) = aa94edc0803e001f2f56598fa22eb942a250ad1c
 SHA1 (patch-CodeLite_CMakeLists.txt) = f367c85dd00a838272c4b749f4f4d660f4891f8e
 SHA1 (patch-CodeLite_unixprocess__impl.cpp) = bdaf3b9ec65fc7b623ec875148b30c3d9897d17d
 SHA1 (patch-LiteEditor_CMakeLists.txt) = cc5f625b5ef79d21a0f2405d699757be20180f46
diff --git a/codelite/patches/patch-CMakeLists.txt b/codelite/patches/patch-CMakeLists.txt
index 7a44fd7..1e0b078 100644
--- a/codelite/patches/patch-CMakeLists.txt
+++ b/codelite/patches/patch-CMakeLists.txt
@@ -4,15 +4,6 @@ Add NetBSD entry.
 
 --- CMakeLists.txt.orig	2016-01-30 10:49:18.000000000 +0000
 +++ CMakeLists.txt
-@@ -28,7 +28,7 @@ cmake_minimum_required(VERSION 2.8 FATAL
- ##      -DENABLE_LLDB=1|0                          // When set to 0 codelite won't try to build or link to the lldb debugger. Default is 1 on Unix platforms    #
- #################################################################################################################################################################
- 
--set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
-+set (CMAKE_MODULE_PATH "/tmp/pkgsrc-tmp/wip/codelite/work/.buildlink/cmake-Modules" "/tmp/pkgsrc-tmp/wip/codelite/work/.buildlink/cmake-Modules" "/tmp/pkgsrc-tmp/wip/codelite/work/.buildlink/cmake-Modules" ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
- 
- #############################################
- ## Defaults
 @@ -59,6 +59,7 @@ endif()
  
  set( USE_CLANG 1 )


Home | Main Index | Thread Index | Old Index