pkgsrc-WIP-changes archive

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

libi2pd: minor fixes for patches/patch-CMakeLists.txt



Module Name:	pkgsrc-wip
Committed By:	Jake Slazenger <jake.slazenger%yandex.com@localhost>
Pushed By:	jakeSlaz
Date:		Thu Mar 15 11:47:46 2018 +0300
Changeset:	92571ada9a4d513a5a35f04ca33e35d6cf2699b6

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

Log Message:
libi2pd: minor fixes for patches/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=92571ada9a4d513a5a35f04ca33e35d6cf2699b6

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

diffstat:
 libi2pd/distinfo                     |  2 +-
 libi2pd/patches/patch-CMakeLists.txt | 11 +----------
 2 files changed, 2 insertions(+), 11 deletions(-)

diffs:
diff --git a/libi2pd/distinfo b/libi2pd/distinfo
index 012dbe16d7..4ad0a8f755 100644
--- a/libi2pd/distinfo
+++ b/libi2pd/distinfo
@@ -4,5 +4,5 @@ SHA1 (i2pd/i2pd-2.18.0.tar.gz) = 2c1e6750d874b3369ae3102ba50dad9292dedad4
 RMD160 (i2pd/i2pd-2.18.0.tar.gz) = 94a0edda2fdcd7ee0ae4d1478ba63dd35464d386
 SHA512 (i2pd/i2pd-2.18.0.tar.gz) = dc8e0f4df25188e4d72ea6ffa2c36e48a7d2103d025730b40e226ab631724a9a07a4dc03a1a3d08328972c98020c44535661820add80374f1dabdf3fc848ef84
 Size (i2pd/i2pd-2.18.0.tar.gz) = 1868440 bytes
-SHA1 (patch-CMakeLists.txt) = da17b74a0996d6a7f406fe8f78a5f24e39d07aac
+SHA1 (patch-CMakeLists.txt) = 2a8dcce71bbd25eccfbf2af01902d8b6ad97b9a5
 SHA1 (patch-I2PEndian.h) = 805898295f9a1152c449376fbf74a339033f832f
diff --git a/libi2pd/patches/patch-CMakeLists.txt b/libi2pd/patches/patch-CMakeLists.txt
index e15c02937c..96923bbe6d 100644
--- a/libi2pd/patches/patch-CMakeLists.txt
+++ b/libi2pd/patches/patch-CMakeLists.txt
@@ -1,19 +1,10 @@
 $NetBSD$
 
-Don't allow to install source and license files.
+Don't allow source and license files installing.
 Also change destination for headers of i2pd library
 
 --- CMakeLists.txt	2018-01-30 16:14:29.000000000 +0000
 +++ CMakeLists.txt
-@@ -23,7 +23,7 @@ option(WITH_I2LUA "Build for i2lua" OFF)
- option(WITH_WEBSOCKETS "Build with websocket ui" OFF)
- 
- # paths
--set ( CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules" )
-+set (CMAKE_MODULE_PATH "/usr/pkgsrc/pkgsrc-2017-Q4/wip/libi2pd/work/.buildlink/cmake-Modules" "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules" )
- set ( CMAKE_SOURCE_DIR ".." )
- 
- # architecture
 @@ -466,10 +466,10 @@ if (WITH_BINARY)
    endif ()
  endif ()


Home | Main Index | Thread Index | Old Index