pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ebook-tools Fix build with cmake-3.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1367bd995001
branches: trunk
changeset: 645114:1367bd995001
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Jan 23 14:09:36 2015 +0000
description:
Fix build with cmake-3.1.
diffstat:
textproc/ebook-tools/distinfo | 3 ++-
textproc/ebook-tools/patches/patch-CMakeLists.txt | 12 ++++++++++++
2 files changed, 14 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 2ea707a4b3b3 -r 1367bd995001 textproc/ebook-tools/distinfo
--- a/textproc/ebook-tools/distinfo Fri Jan 23 12:17:56 2015 +0000
+++ b/textproc/ebook-tools/distinfo Fri Jan 23 14:09:36 2015 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2010/06/06 23:37:00 markd Exp $
+$NetBSD: distinfo,v 1.3 2015/01/23 14:09:36 wiz Exp $
SHA1 (ebook-tools-0.1.1.tar.gz) = 5c7c177914767412f3c8b145319fa4683755ac90
RMD160 (ebook-tools-0.1.1.tar.gz) = 02ee38ed7175e94577f718cc68c468f4e9d229ea
Size (ebook-tools-0.1.1.tar.gz) = 43280 bytes
+SHA1 (patch-CMakeLists.txt) = 4fbb30c510a8e3a33a1edcf0c85dcda6667ab5a2
SHA1 (patch-ab) = 63d64a50962969f83033af63f4fd00fd91a1f38c
diff -r 2ea707a4b3b3 -r 1367bd995001 textproc/ebook-tools/patches/patch-CMakeLists.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ebook-tools/patches/patch-CMakeLists.txt Fri Jan 23 14:09:36 2015 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2015/01/23 14:09:36 wiz Exp $
+
+Set minimum version to 3.0 to fix build with 3.1.
+
+--- CMakeLists.txt.orig 2015-01-23 14:07:21.000000000 +0000
++++ CMakeLists.txt
+@@ -1,4 +1,5 @@
+ project (EBOOK-TOOLS)
++cmake_minimum_required(VERSION 3.0)
+
+ #set(CMAKE_CURRENT_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src)
+ set(LIBRARY_OUTPUT_PATH ${EBOOK-TOOLS_BINARY_DIR}/libs)
Home |
Main Index |
Thread Index |
Old Index