cmake: bump to version 3.5.2.

This commit is contained in:
fbrosson
2016-04-19 16:30:44 +00:00
committed by Jérôme Duval
parent 91c1e30cd1
commit ec31ba2cc4
2 changed files with 7 additions and 8 deletions

View File

@@ -4,13 +4,12 @@ software. It is used to control the software compilation process using \
simple platform and compiler independent configuration files. CMake generates \
native makefiles and workspaces that can be used in the compiler environment \
of your choice."
HOMEPAGE="http://www.cmake.org"
COPYRIGHT="2002-2014 Kitware, Inc., Insight Consortium"
HOMEPAGE="https://cmake.org/"
COPYRIGHT="2002-2016 Kitware, Inc., Insight Consortium"
LICENSE="CMake"
REVISION="1"
#SOURCE_URI="http://www.cmake.org/files/v3.5/cmake-$portVersion.tar.gz"
SOURCE_URI="https://fossies.org/linux/misc/cmake-$portVersion.tar.gz"
CHECKSUM_SHA256="93d651a754bcf6f0124669646391dd5774c0fc4d407c384e3ae76ef9a60477e8"
SOURCE_URI="https://cmake.org/files/v3.5/cmake-$portVersion.tar.gz"
CHECKSUM_SHA256="92d8410d3d981bb881dfff2aed466da55a58d34c7390d50449aa59b32bb5e62a"
SOURCE_DIR="cmake-$portVersion"
PATCHES="cmake-$portVersion.patchset"

View File

@@ -5,7 +5,7 @@ Subject: Fix OpenAL search path.
diff --git a/Modules/FindOpenAL.cmake b/Modules/FindOpenAL.cmake
index 8150ff2..e0276f8 100644
index eb63cef..594560b 100644
--- a/Modules/FindOpenAL.cmake
+++ b/Modules/FindOpenAL.cmake
@@ -68,7 +68,7 @@
@@ -28,10 +28,10 @@ Subject: Haiku provides elf.h now.
diff --git a/Source/cmELF.cxx b/Source/cmELF.cxx
index 37dd328..c0b5d9e 100644
index b480cd5..558f990 100644
--- a/Source/cmELF.cxx
+++ b/Source/cmELF.cxx
@@ -23,28 +23,20 @@
@@ -19,28 +19,20 @@
#if defined(__OpenBSD__)
# include <stdint.h>
# include <elf_abi.h>