mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
cmake: bump version.
This commit is contained in:
@@ -9,7 +9,7 @@ COPYRIGHT="2002-2016 Kitware, Inc., Insight Consortium"
|
||||
LICENSE="CMake"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://cmake.org/files/v3.6/cmake-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="28ee98ec40427d41a45673847db7a905b59ce9243bb866eaf59dce0f58aaef11"
|
||||
CHECKSUM_SHA256="7d73ee4fae572eb2d7cd3feb48971aea903bb30a20ea5ae8b4da826d8ccad5fe"
|
||||
SOURCE_DIR="cmake-$portVersion"
|
||||
PATCHES="cmake-$portVersion.patchset"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From d7128041f018fb461a1de7e4aeb4c1917f202eae Mon Sep 17 00:00:00 2001
|
||||
From 396b4ed14b91ca0d52300ed2d1b274b956535232 Mon Sep 17 00:00:00 2001
|
||||
From: Adrien Destugues <pulkomandy@pulkomandy.tk>
|
||||
Date: Mon, 9 Jun 2014 22:30:55 +0200
|
||||
Subject: Fix OpenAL search path.
|
||||
@@ -18,10 +18,10 @@ index eb63cef..594560b 100644
|
||||
~/Library/Frameworks
|
||||
/Library/Frameworks
|
||||
--
|
||||
2.2.2
|
||||
2.7.0
|
||||
|
||||
|
||||
From 590c3343af3c25156b2cf7ca5a82b3632ad748a2 Mon Sep 17 00:00:00 2001
|
||||
From 68da04c3931e80a77c6b6697a756431f06405f23 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Duval <jerome.duval@gmail.com>
|
||||
Date: Sat, 21 Nov 2015 22:02:38 +0000
|
||||
Subject: Haiku provides elf.h now.
|
||||
@@ -73,20 +73,20 @@ index 26f1a44..f83fec0 100644
|
||||
#if defined(__sun)
|
||||
#include <sys/link.h> // For dynamic section information
|
||||
--
|
||||
2.2.2
|
||||
2.7.0
|
||||
|
||||
|
||||
From faba3d11bdabda84561dc758b26ec31d0a1c62e9 Mon Sep 17 00:00:00 2001
|
||||
From 1d0aee56562e1aeea03ed46fa354ca3848687663 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Duval <jerome.duval@gmail.com>
|
||||
Date: Sat, 20 Feb 2016 15:52:03 +0000
|
||||
Subject: use libnetwork when it exists.
|
||||
|
||||
|
||||
diff --git a/Utilities/cmcurl/CMakeLists.txt b/Utilities/cmcurl/CMakeLists.txt
|
||||
index 39b70c0..e8dc1f9 100644
|
||||
index 9031181..aed77af 100644
|
||||
--- a/Utilities/cmcurl/CMakeLists.txt
|
||||
+++ b/Utilities/cmcurl/CMakeLists.txt
|
||||
@@ -780,6 +780,8 @@ if(HAVE_LIBWS2_32)
|
||||
@@ -783,6 +783,8 @@ if(HAVE_LIBWS2_32)
|
||||
set(CMAKE_REQUIRED_LIBRARIES ws2_32)
|
||||
elseif(HAVE_LIBSOCKET)
|
||||
set(CMAKE_REQUIRED_LIBRARIES socket)
|
||||
@@ -96,5 +96,5 @@ index 39b70c0..e8dc1f9 100644
|
||||
|
||||
check_symbol_exists(basename "${CURL_INCLUDES}" HAVE_BASENAME)
|
||||
--
|
||||
2.2.2
|
||||
2.7.0
|
||||
|
||||
Reference in New Issue
Block a user