mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-17 01:00:06 +02:00
Not intented for actual use, but this is a good way to track and test our pending upstream changes.
1268 lines
43 KiB
Plaintext
1268 lines
43 KiB
Plaintext
From 71a1a0a1f751e4c47f0d58a1c7a207051f0235c1 Mon Sep 17 00:00:00 2001
|
|
From: Brad King <brad.king@kitware.com>
|
|
Date: Thu, 6 Mar 2014 16:18:56 -0500
|
|
Subject: FindSDL: Make FindSDL_*.cmake path suffixes consistent with main
|
|
module
|
|
|
|
Add the 'SDL' path suffix to the FindSDL_*.cmake modules. Add a comment
|
|
explaining the purpose of suffixes as in commit v3.0.0-rc1~540^2
|
|
(FindSDL: Add path suffixes for <prefix>/include/..., 2013-10-08).
|
|
|
|
Inspired-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
|
|
|
|
diff --git a/Modules/FindSDL_image.cmake b/Modules/FindSDL_image.cmake
|
|
index e5173e3..fc2c043 100644
|
|
--- a/Modules/FindSDL_image.cmake
|
|
+++ b/Modules/FindSDL_image.cmake
|
|
@@ -54,7 +54,9 @@ find_path(SDL_IMAGE_INCLUDE_DIR SDL_image.h
|
|
HINTS
|
|
ENV SDLIMAGEDIR
|
|
ENV SDLDIR
|
|
- PATH_SUFFIXES include/SDL include/SDL12 include/SDL11 include
|
|
+ PATH_SUFFIXES SDL
|
|
+ # path suffixes to search inside ENV{SDLDIR}
|
|
+ include/SDL include/SDL12 include/SDL11 include
|
|
)
|
|
|
|
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
|
|
diff --git a/Modules/FindSDL_mixer.cmake b/Modules/FindSDL_mixer.cmake
|
|
index 8f2f066..176fee6 100644
|
|
--- a/Modules/FindSDL_mixer.cmake
|
|
+++ b/Modules/FindSDL_mixer.cmake
|
|
@@ -54,7 +54,9 @@ find_path(SDL_MIXER_INCLUDE_DIR SDL_mixer.h
|
|
HINTS
|
|
ENV SDLMIXERDIR
|
|
ENV SDLDIR
|
|
- PATH_SUFFIXES include/SDL include/SDL12 include/SDL11 include
|
|
+ PATH_SUFFIXES SDL
|
|
+ # path suffixes to search inside ENV{SDLDIR}
|
|
+ include/SDL include/SDL12 include/SDL11 include
|
|
)
|
|
|
|
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
|
|
diff --git a/Modules/FindSDL_net.cmake b/Modules/FindSDL_net.cmake
|
|
index e5c2cdb..ef23573 100644
|
|
--- a/Modules/FindSDL_net.cmake
|
|
+++ b/Modules/FindSDL_net.cmake
|
|
@@ -54,7 +54,9 @@ find_path(SDL_NET_INCLUDE_DIR SDL_net.h
|
|
HINTS
|
|
ENV SDLNETDIR
|
|
ENV SDLDIR
|
|
- PATH_SUFFIXES include/SDL include/SDL12 include/SDL11 include
|
|
+ PATH_SUFFIXES SDL
|
|
+ # path suffixes to search inside ENV{SDLDIR}
|
|
+ include/SDL include/SDL12 include/SDL11 include
|
|
)
|
|
|
|
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
|
|
diff --git a/Modules/FindSDL_sound.cmake b/Modules/FindSDL_sound.cmake
|
|
index 3a6ab7b..8b22ff7 100644
|
|
--- a/Modules/FindSDL_sound.cmake
|
|
+++ b/Modules/FindSDL_sound.cmake
|
|
@@ -98,7 +98,9 @@ find_path(SDL_SOUND_INCLUDE_DIR SDL_sound.h
|
|
HINTS
|
|
ENV SDLSOUNDDIR
|
|
ENV SDLDIR
|
|
- PATH_SUFFIXES include/SDL include/SDL12 include/SDL11 include
|
|
+ PATH_SUFFIXES SDL
|
|
+ # path suffixes to search inside ENV{SDLDIR}
|
|
+ include/SDL include/SDL12 include/SDL11 include
|
|
)
|
|
|
|
find_library(SDL_SOUND_LIBRARY
|
|
diff --git a/Modules/FindSDL_ttf.cmake b/Modules/FindSDL_ttf.cmake
|
|
index 3f58ac1..4b527fa 100644
|
|
--- a/Modules/FindSDL_ttf.cmake
|
|
+++ b/Modules/FindSDL_ttf.cmake
|
|
@@ -54,7 +54,9 @@ find_path(SDL_TTF_INCLUDE_DIR SDL_ttf.h
|
|
HINTS
|
|
ENV SDLTTFDIR
|
|
ENV SDLDIR
|
|
- PATH_SUFFIXES include/SDL include/SDL12 include/SDL11 include
|
|
+ PATH_SUFFIXES SDL
|
|
+ # path suffixes to search inside ENV{SDLDIR}
|
|
+ include/SDL include/SDL12 include/SDL11 include
|
|
)
|
|
|
|
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
|
|
--
|
|
1.8.3.4
|
|
|
|
|
|
From b698a970d31ad923cf2451a1e248771eadd879a0 Mon Sep 17 00:00:00 2001
|
|
From: Adrien Destugues <pulkomandy@pulkomandy.tk>
|
|
Date: Mon, 3 Mar 2014 16:01:23 +0100
|
|
Subject: FindFreetype: Add plain 'freetype2' path suffix
|
|
|
|
On Haiku, the headers are not in an 'include' directory.
|
|
|
|
diff --git a/Modules/FindFreetype.cmake b/Modules/FindFreetype.cmake
|
|
index 6f03c86..f0f9fe1 100644
|
|
--- a/Modules/FindFreetype.cmake
|
|
+++ b/Modules/FindFreetype.cmake
|
|
@@ -62,7 +62,7 @@ find_path(FREETYPE_INCLUDE_DIR_ft2build ft2build.h
|
|
ENV GTKMM_BASEPATH
|
|
[HKEY_CURRENT_USER\\SOFTWARE\\gtkmm\\2.4;Path]
|
|
[HKEY_LOCAL_MACHINE\\SOFTWARE\\gtkmm\\2.4;Path]
|
|
- PATH_SUFFIXES include/freetype2 include
|
|
+ PATH_SUFFIXES include/freetype2 include freetype2
|
|
)
|
|
|
|
find_path(FREETYPE_INCLUDE_DIR_freetype2
|
|
@@ -79,7 +79,7 @@ find_path(FREETYPE_INCLUDE_DIR_freetype2
|
|
ENV GTKMM_BASEPATH
|
|
[HKEY_CURRENT_USER\\SOFTWARE\\gtkmm\\2.4;Path]
|
|
[HKEY_LOCAL_MACHINE\\SOFTWARE\\gtkmm\\2.4;Path]
|
|
- PATH_SUFFIXES include/freetype2 include
|
|
+ PATH_SUFFIXES include/freetype2 include freetype2
|
|
)
|
|
|
|
find_library(FREETYPE_LIBRARY
|
|
--
|
|
1.8.3.4
|
|
|
|
|
|
From 37e2252c6e5647bbca9a5c5992775ee7495a4c07 Mon Sep 17 00:00:00 2001
|
|
From: Adrien Destugues <pulkomandy@pulkomandy.tk>
|
|
Date: Mon, 3 Mar 2014 15:47:08 +0100
|
|
Subject: Ninja: Detect command-line length limit on Haiku
|
|
|
|
|
|
diff --git a/Source/cmNinjaNormalTargetGenerator.cxx b/Source/cmNinjaNormalTargetGenerator.cxx
|
|
index a49fc2d..c24c5e0 100644
|
|
--- a/Source/cmNinjaNormalTargetGenerator.cxx
|
|
+++ b/Source/cmNinjaNormalTargetGenerator.cxx
|
|
@@ -591,7 +591,7 @@ void cmNinjaNormalTargetGenerator::WriteLinkStatement()
|
|
cmSystemTools::GetEnv(forceRspFile) == 0) {
|
|
#ifdef _WIN32
|
|
commandLineLengthLimit = 8000 - linkRuleLength;
|
|
-#elif defined(__linux) || defined(__APPLE__)
|
|
+#elif defined(__linux) || defined(__APPLE__) || defined(__HAIKU__)
|
|
// for instance ARG_MAX is 2096152 on Ubuntu or 262144 on Mac
|
|
commandLineLengthLimit = ((int)sysconf(_SC_ARG_MAX))-linkRuleLength-1000;
|
|
#else
|
|
--
|
|
1.8.3.4
|
|
|
|
|
|
From 3d18f07a267c6ecedeedd8c5eadd4a9361f0715c Mon Sep 17 00:00:00 2001
|
|
From: Adrien Destugues <pulkomandy@pulkomandy.tk>
|
|
Date: Mon, 3 Mar 2014 15:47:08 +0100
|
|
Subject: Haiku: Enable CMake builtin ELF editor
|
|
|
|
Co-Author: Brad King <brad.king@kitware.com>
|
|
|
|
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
|
|
index 966e0f6..93b44ba 100644
|
|
--- a/Source/CMakeLists.txt
|
|
+++ b/Source/CMakeLists.txt
|
|
@@ -18,6 +18,23 @@ else()
|
|
endif()
|
|
if(HAVE_ELF_H)
|
|
set(CMAKE_USE_ELF_PARSER 1)
|
|
+elseif(HAIKU)
|
|
+ # On Haiku, we need to include elf32.h from the private headers
|
|
+ set(CMake_HAIKU_INCLUDE_DIRS
|
|
+ /boot/system/develop/headers/private/system
|
|
+ /boot/system/develop/headers/private/system/arch/x86
|
|
+ )
|
|
+
|
|
+ set(CMAKE_REQUIRED_INCLUDES ${CMake_HAIKU_INCLUDE_DIRS})
|
|
+ CHECK_INCLUDE_FILE("elf32.h" HAVE_ELF32_H)
|
|
+ unset(CMAKE_REQUIRED_INCLUDES)
|
|
+
|
|
+ if(HAVE_ELF32_H)
|
|
+ set(CMAKE_USE_ELF_PARSER 1)
|
|
+ else()
|
|
+ unset(CMake_HAIKU_INCLUDE_DIRS)
|
|
+ set(CMAKE_USE_ELF_PARSER)
|
|
+ endif()
|
|
else()
|
|
set(CMAKE_USE_ELF_PARSER)
|
|
endif()
|
|
@@ -52,6 +69,7 @@ include_directories(
|
|
${CMAKE_EXPAT_INCLUDES}
|
|
${CMAKE_TAR_INCLUDES}
|
|
${CMAKE_COMPRESS_INCLUDES}
|
|
+ ${CMake_HAIKU_INCLUDE_DIRS}
|
|
)
|
|
|
|
# let cmake know it is supposed to use it
|
|
diff --git a/Source/cmELF.cxx b/Source/cmELF.cxx
|
|
index 353f2e9..da5a58c 100644
|
|
--- a/Source/cmELF.cxx
|
|
+++ b/Source/cmELF.cxx
|
|
@@ -23,6 +23,26 @@
|
|
#if defined(__OpenBSD__)
|
|
# include <stdint.h>
|
|
# include <elf_abi.h>
|
|
+#elif defined(__HAIKU__)
|
|
+# include <elf32.h>
|
|
+# include <elf64.h>
|
|
+ typedef struct Elf32_Ehdr Elf32_Ehdr;
|
|
+ typedef struct Elf32_Shdr Elf32_Shdr;
|
|
+ typedef struct Elf32_Sym Elf32_Sym;
|
|
+ typedef struct Elf32_Rel Elf32_Rel;
|
|
+ typedef struct Elf32_Rela Elf32_Rela;
|
|
+# define ELFMAG0 0x7F
|
|
+# define ELFMAG1 'E'
|
|
+# define ELFMAG2 'L'
|
|
+# define ELFMAG3 'F'
|
|
+# define ET_NONE 0
|
|
+# define ET_REL 1
|
|
+# define ET_EXEC 2
|
|
+# define ET_DYN 3
|
|
+# define ET_CORE 4
|
|
+# define EM_386 3
|
|
+# define EM_SPARC 2
|
|
+# define EM_PPC 20
|
|
#else
|
|
# include <elf.h>
|
|
#endif
|
|
--
|
|
1.8.3.4
|
|
|
|
|
|
From 5c6d7bdabf3dfb8f0d423b855ce03c0884f7e55d Mon Sep 17 00:00:00 2001
|
|
From: Adrien Destugues <pulkomandy@pulkomandy.tk>
|
|
Date: Mon, 3 Mar 2014 15:57:05 +0100
|
|
Subject: Haiku: Fix compiler detection when using distcc
|
|
|
|
Also remove outdated include directories.
|
|
|
|
diff --git a/Modules/Platform/Haiku.cmake b/Modules/Platform/Haiku.cmake
|
|
index 825f851..dfc2664 100644
|
|
--- a/Modules/Platform/Haiku.cmake
|
|
+++ b/Modules/Platform/Haiku.cmake
|
|
@@ -21,18 +21,26 @@ set(CMAKE_EXE_EXPORTS_C_FLAG "-Wl,--export-dynamic")
|
|
# "/boot/system/develop/lib/<subdir>/", which we assume to be the secondary
|
|
# architecture specific subdirectory and extract the name of the architecture
|
|
# accordingly.
|
|
-set(__HAIKU_COMPILER ${CMAKE_C_COMPILER})
|
|
|
|
-if(NOT __HAIKU_COMPILER)
|
|
+# First of all, find a C or C++ compiler we can run. The "arg1" is necessary
|
|
+# here for compilers such as "distcc gcc-x86" or "ccache gcc-x86"
|
|
+# TODO See CMakeDetermineCompilerId.cmake for some more things we may want to do.
|
|
+if(CMAKE_C_COMPILER)
|
|
+ set(__HAIKU_COMPILER ${CMAKE_C_COMPILER})
|
|
+ string (STRIP "${CMAKE_C_COMPILER_ARG1}" __HAIKU_COMPILER_FLAGS)
|
|
+else()
|
|
set(__HAIKU_COMPILER ${CMAKE_CXX_COMPILER})
|
|
+ string (STRIP "${CMAKE_CXX_COMPILER_ARG1}" __HAIKU_COMPILER_FLAGS)
|
|
endif()
|
|
|
|
+
|
|
execute_process(
|
|
- COMMAND ${__HAIKU_COMPILER} -print-search-dirs
|
|
+ COMMAND ${__HAIKU_COMPILER} ${__HAIKU_COMPILER_FLAGS} -print-search-dirs
|
|
OUTPUT_VARIABLE _HAIKU_SEARCH_DIRS
|
|
+ RESULT_VARIABLE _HAIKU_SEARCH_DIRS_FOUND
|
|
OUTPUT_STRIP_TRAILING_WHITESPACE)
|
|
|
|
-string(REGEX MATCH ".*\nlibraries: =?([^\n]*:)?/boot/system/develop/lib/([^/]*)/(:[^\n]*)?\n.*" _dummy "\n${_HAIKU_SEARCH_DIRS}\n")
|
|
+string(REGEX MATCH "libraries: =?([^\n]*:)?/boot/system/develop/lib/([^/]*)/?(:?\n+)" _dummy "${_HAIKU_SEARCH_DIRS}\n")
|
|
set(CMAKE_HAIKU_SECONDARY_ARCH "${CMAKE_MATCH_2}")
|
|
|
|
if(NOT CMAKE_HAIKU_SECONDARY_ARCH)
|
|
@@ -53,14 +61,12 @@ else()
|
|
endif()
|
|
|
|
list(APPEND CMAKE_SYSTEM_PREFIX_PATH
|
|
- /boot/common/non-packaged
|
|
- /boot/common
|
|
+ /boot/system/non-packaged
|
|
/boot/system
|
|
)
|
|
|
|
LIST(APPEND CMAKE_HAIKU_COMMON_INCLUDE_DIRECTORIES
|
|
- /boot/common/non-packaged/develop/headers${CMAKE_HAIKU_SECONDARY_ARCH_SUBDIR}
|
|
- /boot/common/develop/headers${CMAKE_HAIKU_SECONDARY_ARCH_SUBDIR}
|
|
+ /boot/system/non-packaged/develop/headers${CMAKE_HAIKU_SECONDARY_ARCH_SUBDIR}
|
|
/boot/system/develop/headers/os
|
|
/boot/system/develop/headers/os/app
|
|
/boot/system/develop/headers/os/device
|
|
@@ -108,8 +114,7 @@ LIST(APPEND CMAKE_HAIKU_CXX_INCLUDE_DIRECTORIES
|
|
LIST(APPEND CMAKE_SYSTEM_INCLUDE_PATH ${CMAKE_HAIKU_C_INCLUDE_DIRECTORIES})
|
|
|
|
LIST(APPEND CMAKE_HAIKU_DEVELOP_LIB_DIRECTORIES
|
|
- /boot/common/non-packaged/develop/lib${CMAKE_HAIKU_SECONDARY_ARCH_SUBDIR}
|
|
- /boot/common/develop/lib${CMAKE_HAIKU_SECONDARY_ARCH_SUBDIR}
|
|
+ /boot/system/non-packaged/develop/lib${CMAKE_HAIKU_SECONDARY_ARCH_SUBDIR}
|
|
/boot/system/develop/lib${CMAKE_HAIKU_SECONDARY_ARCH_SUBDIR}
|
|
)
|
|
|
|
@@ -120,6 +125,6 @@ LIST(APPEND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES
|
|
LIST(APPEND CMAKE_SYSTEM_LIBRARY_PATH ${CMAKE_HAIKU_DEVELOP_LIB_DIRECTORIES})
|
|
|
|
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
|
|
- set(CMAKE_INSTALL_PREFIX "/boot/common" CACHE PATH
|
|
+ set(CMAKE_INSTALL_PREFIX "/boot/system" CACHE PATH
|
|
"Install path prefix, prepended onto install directories." FORCE)
|
|
endif()
|
|
--
|
|
1.8.3.4
|
|
|
|
|
|
From fb798c65438e33ddaa00b4665a8df94a9ec5d20c Mon Sep 17 00:00:00 2001
|
|
From: Adrien Destugues <pulkomandy@pulkomandy.tk>
|
|
Date: Mon, 3 Mar 2014 15:51:49 +0100
|
|
Subject: CPack: Add HPKG generation support
|
|
|
|
Use "make package" to get an hpkg out of any cmake-based buildsystem.
|
|
|
|
diff --git a/Modules/CPackHpkg.cmake b/Modules/CPackHpkg.cmake
|
|
new file mode 100644
|
|
index 0000000..772f422
|
|
--- /dev/null
|
|
+++ b/Modules/CPackHpkg.cmake
|
|
@@ -0,0 +1,296 @@
|
|
+##section Variables specific to CPack Haiku (HPKG) generator
|
|
+##end
|
|
+##module
|
|
+# - The builtin (binary) CPack Haiku generator (Haiku only)
|
|
+# CPackHaiku may be used to create Haiku packages using CPack.
|
|
+# CPackHaiku is a CPack generator thus it uses the CPACK_XXX variables
|
|
+# used by CPack : http://www.cmake.org/Wiki/CMake:CPackConfiguration.
|
|
+# CPackHaiku will work only on haiku as it uss the 'package' tool available
|
|
+# there. With the custom archive format and compression algorithm, there is
|
|
+# currently no better way.
|
|
+#
|
|
+# CPackHaiku has specific features which are controlled by
|
|
+# the specifics CPACK_HAIKU_XXX variables.You'll find a detailed usage on
|
|
+# the wiki:
|
|
+# http://www.cmake.org/Wiki/CMake:CPackPackageGenerators#HAIKU_.28HAIKU_only.29
|
|
+# However as a handy reminder here comes the list of specific variables:
|
|
+##end
|
|
+#
|
|
+##variable
|
|
+# CPACK_HAIKU_PACKAGE_NAME
|
|
+# Mandatory : YES
|
|
+# Default : CPACK_PACKAGE_NAME (lower case)
|
|
+# The haiku package name
|
|
+##end
|
|
+##variable
|
|
+# CPACK_HAIKU_PACKAGE_VERSION
|
|
+# Mandatory : YES
|
|
+# Default : CPACK_PACKAGE_VERSION
|
|
+# The haiku package version
|
|
+##end
|
|
+##variable
|
|
+# CPACK_HAIKU_PACKAGE_REVISION
|
|
+# Mandatory : YES
|
|
+# Default : 1
|
|
+# The haiku package version
|
|
+##end
|
|
+##variable
|
|
+# CPACK_HAIKU_PACKAGE_ARCHITECTURE
|
|
+# Mandatory : YES
|
|
+# Default : $ENV{BE_SYSTEM_CPU}, or x86_gcc2 if using gcc2.
|
|
+# The haiku package architecture
|
|
+##end
|
|
+##variable
|
|
+# CPACK_HAIKU_PACKAGE_PACKAGER
|
|
+# Mandatory : YES
|
|
+# Default : CPACK_PACKAGE_CONTACT
|
|
+# The haiku package maintainer e-mail address
|
|
+##end
|
|
+##variable
|
|
+# CPACK_HAIKU_PACKAGE_VENDOR
|
|
+# Mandatory : YES
|
|
+# Default : CPACK_PACKAGE_VENDOR
|
|
+# The haiku package vendor
|
|
+##end
|
|
+##variable
|
|
+# CPACK_HAIKU_PACKAGE_DESCRIPTION
|
|
+# Mandatory : YES
|
|
+# Default : CPACK_PACKAGE_DESCRIPTION
|
|
+# The haiku package description
|
|
+##end
|
|
+##variable
|
|
+# CPACK_HAIKU_PACKAGE_DESCRIPTION_SUMMARY
|
|
+# Mandatory : YES
|
|
+# Default : CPACK_PACKAGE_DESCRIPTION_SUMMARY
|
|
+# The haiku package one-line description
|
|
+##end
|
|
+##variable
|
|
+# CPACK_HAIKU_PACKAGE_COPYRIGHT
|
|
+# Mandatory : YES
|
|
+# Default : -
|
|
+# The haiku package copyright holders
|
|
+##end
|
|
+##variable
|
|
+# CPACK_HAIKU_PACKAGE_LICENSES
|
|
+# Mandatory : YES
|
|
+# Default : -
|
|
+# The haiku package licenses. This must be available in /system/data/licenses,
|
|
+# either provided by the package or one of the system-provided licenses.
|
|
+##end
|
|
+##variable
|
|
+# CPACK_HAIKU_PACKAGE_URL
|
|
+# Mandatory : NO
|
|
+# Default : -
|
|
+# The URL of the web site for this package, preferably (when applicable) the
|
|
+# site from which the original source can be obtained and any additional
|
|
+# upstream documentation or information may be found.
|
|
+# The content of this field is a simple URL without any surrounding
|
|
+# characters such as <>.
|
|
+##end
|
|
+##variable
|
|
+# CPACK_HAIKU_PACKAGE_DEBUG
|
|
+# Mandatory : NO
|
|
+# Default : -
|
|
+# May be set when invoking cpack in order to trace debug information
|
|
+# during CPackHpkg run.
|
|
+##end
|
|
+##variable
|
|
+# CPACK_HAIKU_PACKAGE_PREREQUIRES
|
|
+# Mandatory : NO
|
|
+# Default : -
|
|
+# This is similar to REQUIRES, but the package will not be rebuilt. This
|
|
+# makes it possible to have circular dependencies between prerequired
|
|
+# packages
|
|
+##end
|
|
+##variable
|
|
+# CPACK_HAIKU_PACKAGE_SUPPLEMENTS
|
|
+# Mandatory : NO
|
|
+# Default : -
|
|
+# This field allow adding functionality to an existing package. This will
|
|
+# be made visible to the original package in its private directory.
|
|
+# It is used to declare that a package can enhance the functionality of another package.
|
|
+##end
|
|
+##variable
|
|
+# CPACK_HAIKU_PACKAGE_CONFLICTS
|
|
+# Mandatory : NO
|
|
+# Default : -
|
|
+# When one binary package declares a conflict with another using a Conflicts field,
|
|
+# Haiku will refuse to allow them to be installed on the system at the same time.
|
|
+##end
|
|
+##variable
|
|
+# CPACK_HAIKU_PACKAGE_CONTROL_EXTRA
|
|
+# Mandatory : NO
|
|
+# Default : -
|
|
+# This variable allow advanced user to add other entries to the .PackageInfo file
|
|
+##end
|
|
+##variable
|
|
+# CPACK_HAIKU_<COMPONENT_>PACKAGE_PROVIDES
|
|
+# Mandatory : YES
|
|
+# Default : -
|
|
+# List of provided entries for the package, with version constraints.
|
|
+# There should be an entry for each binary, application, library and add-on
|
|
+# provided by the package. The packages always provides itself, there is no
|
|
+# need for explicitly mentionning it in this variable.
|
|
+##end
|
|
+##variable
|
|
+# CPACK_HAIKU_<COMPONENT_>PACKAGE_REQUIRES
|
|
+# Mandatory : NO
|
|
+# Default : -
|
|
+# May be used to set package dependencies.
|
|
+##end
|
|
+
|
|
+
|
|
+#=============================================================================
|
|
+# Copyright 2007-2013 Kitware, Inc.
|
|
+# Copyright 2007-2009 Mathieu Malaterre <mathieu.malaterre@gmail.com>
|
|
+#
|
|
+# Distributed under the OSI-approved BSD License (the "License");
|
|
+# see accompanying file Copyright.txt for details.
|
|
+#
|
|
+# This software is distributed WITHOUT ANY WARRANTY; without even the
|
|
+# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
+# See the License for more information.
|
|
+#=============================================================================
|
|
+# (To distribute this file outside of CMake, substitute the full
|
|
+# License text for the above reference.)
|
|
+
|
|
+# CPack script for creating Haiku packages
|
|
+# Author: Adrien Destugues
|
|
+#
|
|
+# http://wiki.debian.org/HowToPackageForDebian
|
|
+
|
|
+if(CMAKE_BINARY_DIR)
|
|
+ message(FATAL_ERROR "CPackHpkg.cmake may only be used by CPack internally.")
|
|
+endif()
|
|
+
|
|
+if(NOT HAIKU)
|
|
+ message(FATAL_ERROR "CPackHpkg.cmake may only be used under Haiku.")
|
|
+endif()
|
|
+
|
|
+find_program(FAKEROOT_EXECUTABLE fakeroot)
|
|
+if(FAKEROOT_EXECUTABLE)
|
|
+ set(CPACK_DEBIAN_FAKEROOT_EXECUTABLE ${FAKEROOT_EXECUTABLE})
|
|
+endif()
|
|
+
|
|
+
|
|
+# Let's define the .PackageInfo file found in haiku package:
|
|
+
|
|
+# Package: (mandatory)
|
|
+if(NOT CPACK_HAIKU_PACKAGE_NAME)
|
|
+ string(TOLOWER "${CPACK_PACKAGE_NAME}" CPACK_HAIKU_PACKAGE_NAME)
|
|
+ string(REPLACE "_unspecified" "" CPACK_HAIKU_PACKAGE_NAME
|
|
+ "${CPACK_HAIKU_PACKAGE_NAME}")
|
|
+endif()
|
|
+
|
|
+# Version: (mandatory)
|
|
+if(NOT CPACK_HAIKU_PACKAGE_VERSION)
|
|
+ if(NOT CPACK_PACKAGE_VERSION)
|
|
+ message(FATAL_ERROR "CPackHpkg: Haiku package requires a package version")
|
|
+ endif()
|
|
+ set(CPACK_HAIKU_PACKAGE_VERSION ${CPACK_PACKAGE_VERSION})
|
|
+endif()
|
|
+
|
|
+# Revision: (mandatory)
|
|
+if(NOT CPACK_HAIKU_PACKAGE_REVISION)
|
|
+ set(CPACK_HAIKU_PACKAGE_REVISION 1)
|
|
+endif()
|
|
+
|
|
+# Architecture: (mandatory)
|
|
+if(NOT CPACK_HAIKU_PACKAGE_ARCHITECTURE)
|
|
+ if(NOT CMAKE_HAIKU_ARCHITECTURE)
|
|
+ message(FATAL_ERROR "CPackHpkg: Please set CPACK_HAIKU_PACKAGE_ARCHITECTURE or CMAKE_HAIKU_ARCHITECTURE")
|
|
+ endif()
|
|
+
|
|
+ set(CPACK_HAIKU_PACKAGE_ARCHITECTURE "${CMAKE_HAIKU_ARCHITECTURE}")
|
|
+endif()
|
|
+
|
|
+# have a look at get_property(result GLOBAL PROPERTY ENABLED_FEATURES),
|
|
+# this returns the successful find_package() calls, maybe this can help
|
|
+# Depends:
|
|
+# You should set: DEBIAN_PACKAGE_DEPENDS
|
|
+# TODO: automate 'objdump -p | grep NEEDED'
|
|
+if(NOT CPACK_HAIKU_PACKAGE_DEPENDS)
|
|
+ message(STATUS "CPACK_HAIKU_PACKAGE_DEPENDS not set, the package will have no dependencies.")
|
|
+endif()
|
|
+
|
|
+# Maintainer: (mandatory)
|
|
+if(NOT CPACK_HAIKU_PACKAGE_PACKAGER)
|
|
+ if(NOT CPACK_PACKAGE_CONTACT)
|
|
+ message(FATAL_ERROR "CPackHpkg: Haiku package requires a packager, set CPACK_PACKAGE_CONTACT or CPACK_HAIKU_PACKAGE_PACKAGER")
|
|
+ endif()
|
|
+ set(CPACK_HAIKU_PACKAGE_PACKAGER ${CPACK_PACKAGE_CONTACT})
|
|
+endif()
|
|
+
|
|
+# Vendor: (mandatory)
|
|
+if(NOT CPACK_HAIKU_PACKAGE_VENDOR)
|
|
+ if(NOT CPACK_PACKAGE_VENDOR)
|
|
+ message(FATAL_ERROR "CPackHpkg: Haiku package requires a vendor, set CPACK_PACKAGE_VENDOR or CPACK_HAIKU_PACKAGE_VENDOR")
|
|
+ endif()
|
|
+ set(CPACK_HAIKU_PACKAGE_VENDOR ${CPACK_PACKAGE_VENDOR})
|
|
+endif()
|
|
+
|
|
+# Copyright: (mandatory)
|
|
+if(NOT CPACK_HAIKU_PACKAGE_COPYRIGHT)
|
|
+ message(FATAL_ERROR "CPackHaiku: Haiku package requires a copyright for a package, set CPACK_HAIKU_PACKAGE_COPYRIGHT")
|
|
+endif()
|
|
+
|
|
+# License: (mandatory)
|
|
+if(NOT CPACK_HAIKU_PACKAGE_LICENSES)
|
|
+ message(FATAL_ERROR "CPackHaiku: Haiku package requires a copyright for a package, set CPACK_HAIKU_PACKAGE_LICENSES")
|
|
+endif()
|
|
+
|
|
+# Description: (mandatory)
|
|
+if(NOT CPACK_HAIKU_PACKAGE_DESCRIPTION)
|
|
+ if(NOT CPACK_PACKAGE_DESCRIPTION)
|
|
+ message(FATAL_ERROR "CPackHaiku: Haiku package requires a description for a package, set CPACK_PACKAGE_DESCRIPTION or CPACK_HAIKU_PACKAGE_DESCRIPTION")
|
|
+ endif()
|
|
+ set(CPACK_HAIKU_PACKAGE_DESCRIPTION ${CPACK_PACKAGE_DESCRIPTION})
|
|
+endif()
|
|
+
|
|
+# Summary: (mandatory)
|
|
+if(NOT CPACK_HAIKU_PACKAGE_DESCRIPTION_SUMMARY)
|
|
+ if(NOT CPACK_PACKAGE_DESCRIPTION_SUMMARY)
|
|
+ message(FATAL_ERROR "CPackHaiku: Haiku package requires a summary for a package, set CPACK_PACKAGE_DESCRIPTION_SUMMARY or CPACK_HAIKU_PACKAGE_DESCRIPTION_SUMMARY")
|
|
+ endif()
|
|
+ set(CPACK_HAIKU_PACKAGE_DESCRIPTION_SUMMARY ${CPACK_PACKAGE_DESCRIPTION_SUMMARY})
|
|
+endif()
|
|
+
|
|
+# Provides: (mandatory)
|
|
+if(NOT CPACK_HAIKU_PACKAGE_PROVIDES)
|
|
+ set(CPACK_HAIKU_PACKAGE_PROVIDES ${CPACK_HAIKU_PACKAGE_NAME})
|
|
+else()
|
|
+ set(CPACK_HAIKU_PACKAGE_PROVIDES ${CPACK_HAIKU_PACKAGE_NAME} ${CPACK_HAIKU_PACKAGE_PROVIDES})
|
|
+endif()
|
|
+
|
|
+# CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA
|
|
+# This variable allow advanced user to add custom script to the control.tar.gz (inside the .deb archive)
|
|
+# Typical examples are:
|
|
+# - conffiles
|
|
+# - postinst
|
|
+# - postrm
|
|
+# - prerm"
|
|
+# Usage:
|
|
+# set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA
|
|
+# "${CMAKE_CURRENT_SOURCE_DIR/prerm;${CMAKE_CURRENT_SOURCE_DIR}/postrm")
|
|
+
|
|
+# Are we packaging components ?
|
|
+if(CPACK_HAIKU_PACKAGE_COMPONENT)
|
|
+ set(CPACK_HAIKU_PACKAGE_COMPONENT_PART_NAME "_${CPACK_HAIKU_PACKAGE_COMPONENT}")
|
|
+ string(TOLOWER "${CPACK_PACKAGE_NAME}${CPACK_HAIKU_PACKAGE_COMPONENT_PART_NAME}" CPACK_HAIKU_PACKAGE_NAME)
|
|
+else()
|
|
+ set(CPACK_HAIKU_PACKAGE_COMPONENT_PART_NAME "")
|
|
+endif()
|
|
+
|
|
+set(WDIR "${CPACK_TOPLEVEL_DIRECTORY}/${CPACK_PACKAGE_FILE_NAME}${CPACK_HAIKU_PACKAGE_COMPONENT_PART_PATH}")
|
|
+
|
|
+# Print out some debug information if we were asked for that
|
|
+if(CPACK_HAIKU_PACKAGE_DEBUG)
|
|
+ message("CPackHpkg:Debug: CPACK_TOPLEVEL_DIRECTORY = ${CPACK_TOPLEVEL_DIRECTORY}")
|
|
+ message("CPackHpkg:Debug: CPACK_TOPLEVEL_TAG = ${CPACK_TOPLEVEL_TAG}")
|
|
+ message("CPackHpkg:Debug: CPACK_TEMPORARY_DIRECTORY = ${CPACK_TEMPORARY_DIRECTORY}")
|
|
+ message("CPackHpkg:Debug: CPACK_OUTPUT_FILE_NAME = ${CPACK_OUTPUT_FILE_NAME}")
|
|
+ message("CPackHpkg:Debug: CPACK_OUTPUT_FILE_PATH = ${CPACK_OUTPUT_FILE_PATH}")
|
|
+ message("CPackHpkg:Debug: CPACK_PACKAGE_FILE_NAME = ${CPACK_PACKAGE_FILE_NAME}")
|
|
+ message("CPackHpkg:Debug: CPACK_PACKAGE_INSTALL_DIRECTORY = ${CPACK_PACKAGE_INSTALL_DIRECTORY}")
|
|
+ message("CPackHpkg:Debug: CPACK_TEMPORARY_PACKAGE_FILE_NAME = ${CPACK_TEMPORARY_PACKAGE_FILE_NAME}")
|
|
+endif()
|
|
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
|
|
index 93b44ba..83ecac0 100644
|
|
--- a/Source/CMakeLists.txt
|
|
+++ b/Source/CMakeLists.txt
|
|
@@ -576,6 +576,12 @@ if(UNIX)
|
|
)
|
|
endif()
|
|
|
|
+if(HAIKU)
|
|
+ set(CPACK_SRCS ${CPACK_SRCS}
|
|
+ CPack/cmCPackHpkgGenerator.cxx
|
|
+ )
|
|
+endif()
|
|
+
|
|
if(WIN32)
|
|
set(CPACK_SRCS ${CPACK_SRCS}
|
|
CPack/WiX/cmCPackWIXGenerator.cxx
|
|
diff --git a/Source/CPack/cmCPackGeneratorFactory.cxx b/Source/CPack/cmCPackGeneratorFactory.cxx
|
|
index 9faf2b0..89cf7a8 100644
|
|
--- a/Source/CPack/cmCPackGeneratorFactory.cxx
|
|
+++ b/Source/CPack/cmCPackGeneratorFactory.cxx
|
|
@@ -42,6 +42,10 @@
|
|
# include "WiX/cmCPackWIXGenerator.h"
|
|
#endif
|
|
|
|
+#ifdef __HAIKU__
|
|
+# include "cmCPackHpkgGenerator.h"
|
|
+#endif
|
|
+
|
|
#include "cmCPackLog.h"
|
|
|
|
#if defined(__BORLANDC__)
|
|
@@ -138,6 +142,13 @@ cmCPackGeneratorFactory::cmCPackGeneratorFactory()
|
|
cmCPackRPMGenerator::CreateGenerator);
|
|
}
|
|
#endif
|
|
+#if defined(__HAIKU__)
|
|
+ if (cmCPackHpkgGenerator::CanGenerate())
|
|
+ {
|
|
+ this->RegisterGenerator("HPKH", "Haiku Packages",
|
|
+ cmCPackHpkgGenerator::CreateGenerator);
|
|
+ }
|
|
+#endif
|
|
}
|
|
|
|
//----------------------------------------------------------------------
|
|
diff --git a/Source/CPack/cmCPackHpkgGenerator.cxx b/Source/CPack/cmCPackHpkgGenerator.cxx
|
|
new file mode 100644
|
|
index 0000000..732777b
|
|
--- /dev/null
|
|
+++ b/Source/CPack/cmCPackHpkgGenerator.cxx
|
|
@@ -0,0 +1,509 @@
|
|
+/*============================================================================
|
|
+ CMake - Cross Platform Makefile Generator
|
|
+ Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
|
|
+
|
|
+ Distributed under the OSI-approved BSD License (the "License");
|
|
+ see accompanying file Copyright.txt for details.
|
|
+
|
|
+ This software is distributed WITHOUT ANY WARRANTY; without even the
|
|
+ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
+ See the License for more information.
|
|
+============================================================================*/
|
|
+#include "cmCPackHpkgGenerator.h"
|
|
+
|
|
+#include "cmSystemTools.h"
|
|
+#include "cmMakefile.h"
|
|
+#include "cmGeneratedFileStream.h"
|
|
+#include "cmCPackLog.h"
|
|
+
|
|
+#include <cmsys/SystemTools.hxx>
|
|
+#include <cmsys/Glob.hxx>
|
|
+
|
|
+#include <limits.h> // USHRT_MAX
|
|
+
|
|
+// NOTE:
|
|
+// Haiku .hpkg files are package using a custom compression and archive format.
|
|
+// The only way of creating them isusing the package tool provided with Haiku.
|
|
+
|
|
+//----------------------------------------------------------------------
|
|
+cmCPackHpkgGenerator::cmCPackHpkgGenerator()
|
|
+{
|
|
+}
|
|
+
|
|
+//----------------------------------------------------------------------
|
|
+cmCPackHpkgGenerator::~cmCPackHpkgGenerator()
|
|
+{
|
|
+}
|
|
+
|
|
+//----------------------------------------------------------------------
|
|
+int cmCPackHpkgGenerator::InitializeInternal()
|
|
+{
|
|
+ // Haiku packages are "rootless": the hierarchy inside them is relative to
|
|
+ // the package mount/install point.
|
|
+ this->SetOption("CPACK_PACKAGING_INSTALL_PREFIX", NULL);
|
|
+ if (cmSystemTools::IsOn(this->GetOption("CPACK_SET_DESTDIR")))
|
|
+ {
|
|
+ this->SetOption("CPACK_SET_DESTDIR", "I_OFF");
|
|
+ }
|
|
+ return this->Superclass::InitializeInternal();
|
|
+}
|
|
+
|
|
+//----------------------------------------------------------------------
|
|
+int cmCPackHpkgGenerator::PackageOnePack(std::string initialTopLevel,
|
|
+ std::string packageName)
|
|
+{
|
|
+ int retval = 1;
|
|
+ // Begin the archive for this pack
|
|
+ std::string localToplevel(initialTopLevel);
|
|
+ std::string packageFileName(
|
|
+ cmSystemTools::GetParentDirectory(toplevel.c_str())
|
|
+ );
|
|
+ std::string outputFileName(
|
|
+ std::string(this->GetOption("CPACK_PACKAGE_FILE_NAME"))
|
|
+ +"_"+packageName + this->GetOutputExtension()
|
|
+ );
|
|
+
|
|
+ cmCPackLogger(cmCPackLog::LOG_DEBUG,
|
|
+ "Packaging " << outputFileName << std::endl);
|
|
+
|
|
+ localToplevel += "/"+ packageName;
|
|
+ /* replace the TEMP DIRECTORY with the component one */
|
|
+ this->SetOption("CPACK_TEMPORARY_DIRECTORY",localToplevel.c_str());
|
|
+ packageFileName += "/"+ outputFileName;
|
|
+ /* replace proposed CPACK_OUTPUT_FILE_NAME */
|
|
+ this->SetOption("CPACK_OUTPUT_FILE_NAME",outputFileName.c_str());
|
|
+ /* replace the TEMPORARY package file name */
|
|
+ this->SetOption("CPACK_TEMPORARY_PACKAGE_FILE_NAME",
|
|
+ packageFileName.c_str());
|
|
+ // Tell CPackHpkg.cmake the name of the component GROUP.
|
|
+ this->SetOption("CPACK_HAIKU_PACKAGE_COMPONENT",packageName.c_str());
|
|
+ // Tell CPackHpkg.cmake the path where the component is.
|
|
+ std::string component_path = "/";
|
|
+ component_path += packageName;
|
|
+ this->SetOption("CPACK_HAIKU_PACKAGE_COMPONENT_PART_PATH",
|
|
+ component_path.c_str());
|
|
+ if (!this->ReadListFile("CPackHpkg.cmake"))
|
|
+ {
|
|
+ cmCPackLogger(cmCPackLog::LOG_ERROR,
|
|
+ "Error while execution CPackHpkg.cmake" << std::endl);
|
|
+ retval = 0;
|
|
+ return retval;
|
|
+ }
|
|
+
|
|
+ cmsys::Glob gl;
|
|
+ std::string findExpr(this->GetOption("WDIR"));
|
|
+ findExpr += "/*";
|
|
+ gl.RecurseOn();
|
|
+ if ( !gl.FindFiles(findExpr) )
|
|
+ {
|
|
+ cmCPackLogger(cmCPackLog::LOG_ERROR,
|
|
+ "Cannot find any files in the installed directory" << std::endl);
|
|
+ return 0;
|
|
+ }
|
|
+ packageFiles = gl.GetFiles();
|
|
+
|
|
+ int res = createHpkg(packageName);
|
|
+ if (res != 1)
|
|
+ {
|
|
+ retval = 0;
|
|
+ }
|
|
+ // add the generated package to package file names list
|
|
+ packageFileNames.push_back(packageFileName);
|
|
+ return retval;
|
|
+}
|
|
+
|
|
+//----------------------------------------------------------------------
|
|
+int cmCPackHpkgGenerator::PackageComponents(bool ignoreGroup)
|
|
+{
|
|
+ int retval = 1;
|
|
+ /* Reset package file name list it will be populated during the
|
|
+ * component packaging run*/
|
|
+ packageFileNames.clear();
|
|
+ std::string initialTopLevel(this->GetOption("CPACK_TEMPORARY_DIRECTORY"));
|
|
+
|
|
+ cmCPackLogger(cmCPackLog::LOG_DEBUG,
|
|
+ "Packaging in components mode" << std::endl);
|
|
+
|
|
+ // The default behavior is to have one package by component group
|
|
+ // unless CPACK_COMPONENTS_IGNORE_GROUP is specified.
|
|
+ if (!ignoreGroup)
|
|
+ {
|
|
+ std::map<std::string, cmCPackComponentGroup>::iterator compGIt;
|
|
+ for (compGIt=this->ComponentGroups.begin();
|
|
+ compGIt!=this->ComponentGroups.end(); ++compGIt)
|
|
+ {
|
|
+ cmCPackLogger(cmCPackLog::LOG_VERBOSE, "Packaging component group: "
|
|
+ << compGIt->first
|
|
+ << std::endl);
|
|
+ // Begin the archive for this group
|
|
+ retval &= PackageOnePack(initialTopLevel,compGIt->first);
|
|
+ }
|
|
+ // Handle Orphan components (components not belonging to any groups)
|
|
+ std::map<std::string, cmCPackComponent>::iterator compIt;
|
|
+ for (compIt=this->Components.begin();
|
|
+ compIt!=this->Components.end(); ++compIt )
|
|
+ {
|
|
+ // Does the component belong to a group?
|
|
+ if (compIt->second.Group==NULL)
|
|
+ {
|
|
+ cmCPackLogger(cmCPackLog::LOG_VERBOSE,
|
|
+ "Component <"
|
|
+ << compIt->second.Name
|
|
+ << "> does not belong to any group, package it separately."
|
|
+ << std::endl);
|
|
+ // Begin the archive for this orphan component
|
|
+ retval &= PackageOnePack(initialTopLevel,compIt->first);
|
|
+ }
|
|
+ }
|
|
+ }
|
|
+ // CPACK_COMPONENTS_IGNORE_GROUPS is set
|
|
+ // We build 1 package per component
|
|
+ else
|
|
+ {
|
|
+ cmCPackLogger(cmCPackLog::LOG_DEBUG,
|
|
+ "Groups are ignored" << std::endl);
|
|
+
|
|
+ std::map<std::string, cmCPackComponent>::iterator compIt;
|
|
+ for (compIt=this->Components.begin();
|
|
+ compIt!=this->Components.end(); ++compIt )
|
|
+ {
|
|
+ retval &= PackageOnePack(initialTopLevel,compIt->first);
|
|
+ }
|
|
+ }
|
|
+ return retval;
|
|
+}
|
|
+
|
|
+//----------------------------------------------------------------------
|
|
+int cmCPackHpkgGenerator::PackageComponentsAllInOne()
|
|
+{
|
|
+ int retval = 1;
|
|
+ std::string compInstDirName;
|
|
+ /* Reset package file name list it will be populated during the
|
|
+ * component packaging run*/
|
|
+ packageFileNames.clear();
|
|
+ std::string initialTopLevel(this->GetOption("CPACK_TEMPORARY_DIRECTORY"));
|
|
+
|
|
+ compInstDirName = "ALL_COMPONENTS_IN_ONE";
|
|
+
|
|
+ cmCPackLogger(cmCPackLog::LOG_VERBOSE,
|
|
+ "Packaging all groups in one package..."
|
|
+ "(CPACK_COMPONENTS_ALL_[GROUPS_]IN_ONE_PACKAGE is set)"
|
|
+ << std::endl);
|
|
+
|
|
+ cmCPackLogger(cmCPackLog::LOG_DEBUG,
|
|
+ "Packaging in all-in-one mode" << std::endl);
|
|
+
|
|
+ // The ALL GROUPS in ONE package case
|
|
+ std::string localToplevel(initialTopLevel);
|
|
+ std::string packageFileName(
|
|
+ cmSystemTools::GetParentDirectory(toplevel.c_str())
|
|
+ );
|
|
+ std::string outputFileName(
|
|
+ std::string(this->GetOption("CPACK_PACKAGE_FILE_NAME"))
|
|
+ + this->GetOutputExtension()
|
|
+ );
|
|
+ // all GROUP in one vs all COMPONENT in one
|
|
+ localToplevel += "/"+compInstDirName;
|
|
+
|
|
+ /* replace the TEMP DIRECTORY with the component one */
|
|
+ this->SetOption("CPACK_TEMPORARY_DIRECTORY",localToplevel.c_str());
|
|
+ packageFileName += "/"+ outputFileName;
|
|
+ /* replace proposed CPACK_OUTPUT_FILE_NAME */
|
|
+ this->SetOption("CPACK_OUTPUT_FILE_NAME",outputFileName.c_str());
|
|
+ /* replace the TEMPORARY package file name */
|
|
+ this->SetOption("CPACK_TEMPORARY_PACKAGE_FILE_NAME",
|
|
+ packageFileName.c_str());
|
|
+ // Tell CPackHpkg.cmake the path where the component is.
|
|
+ std::string component_path = "/";
|
|
+ component_path += compInstDirName;
|
|
+ this->SetOption("CPACK_HPKG_PACKAGE_COMPONENT_PART_PATH",
|
|
+ component_path.c_str());
|
|
+ if (!this->ReadListFile("CPackHpkg.cmake"))
|
|
+ {
|
|
+ cmCPackLogger(cmCPackLog::LOG_ERROR,
|
|
+ "Error while execution CPackHpkg.cmake" << std::endl);
|
|
+ retval = 0;
|
|
+ return retval;
|
|
+ }
|
|
+
|
|
+ cmsys::Glob gl;
|
|
+ std::string findExpr(this->GetOption("WDIR"));
|
|
+ findExpr += "/*";
|
|
+ gl.RecurseOn();
|
|
+ if ( !gl.FindFiles(findExpr) )
|
|
+ {
|
|
+ cmCPackLogger(cmCPackLog::LOG_ERROR,
|
|
+ "Cannot find any files in the installed directory" << std::endl);
|
|
+ return 0;
|
|
+ }
|
|
+ packageFiles = gl.GetFiles();
|
|
+
|
|
+ int res = createHpkg();
|
|
+ if (res != 1)
|
|
+ {
|
|
+ retval = 0;
|
|
+ }
|
|
+ // add the generated package to package file names list
|
|
+ packageFileNames.push_back(packageFileName);
|
|
+ return retval;
|
|
+}
|
|
+
|
|
+//----------------------------------------------------------------------
|
|
+int cmCPackHpkgGenerator::PackageFiles()
|
|
+{
|
|
+ int retval = -1;
|
|
+
|
|
+ /* Are we in the component packaging case */
|
|
+ if (WantsComponentInstallation()) {
|
|
+ // CASE 1 : COMPONENT ALL-IN-ONE package
|
|
+ // If ALL GROUPS or ALL COMPONENTS in ONE package has been requested
|
|
+ // then the package file is unique and should be open here.
|
|
+ if (componentPackageMethod == ONE_PACKAGE)
|
|
+ {
|
|
+ return PackageComponentsAllInOne();
|
|
+ }
|
|
+ // CASE 2 : COMPONENT CLASSICAL package(s) (i.e. not all-in-one)
|
|
+ // There will be 1 package for each component group
|
|
+ // however one may require to ignore component group and
|
|
+ // in this case you'll get 1 package for each component.
|
|
+ else
|
|
+ {
|
|
+ return PackageComponents(componentPackageMethod ==
|
|
+ ONE_PACKAGE_PER_COMPONENT);
|
|
+ }
|
|
+ }
|
|
+ // CASE 3 : NON COMPONENT package.
|
|
+ else
|
|
+ {
|
|
+ if (!this->ReadListFile("CPackHpkg.cmake"))
|
|
+ {
|
|
+ cmCPackLogger(cmCPackLog::LOG_ERROR,
|
|
+ "Error while execution CPackHpkg.cmake" << std::endl);
|
|
+ retval = 0;
|
|
+ }
|
|
+ else
|
|
+ {
|
|
+ packageFiles = files;
|
|
+ return createHpkg();
|
|
+ }
|
|
+ }
|
|
+ return retval;
|
|
+}
|
|
+
|
|
+int cmCPackHpkgGenerator::createHpkg(std::string packageName)
|
|
+{
|
|
+ // .PackageInfo file
|
|
+ std::string infofilename;
|
|
+ infofilename = this->GetOption("WDIR");
|
|
+ infofilename += "/.PackageInfo";
|
|
+
|
|
+ std::string haiku_pkg_id = this->GetOption("CPACK_HAIKU_PACKAGE_NAME");
|
|
+ if(packageName == "Unspecified") {
|
|
+ // Remove package specifier for the "unspecified" package
|
|
+ haiku_pkg_id.erase(haiku_pkg_id.length() - packageName.length() - 1);
|
|
+ packageName = "";
|
|
+ } else if(packageName.length() > 0) {
|
|
+ packageName += "_";
|
|
+ }
|
|
+ // haiku policy enforce lower case for package name
|
|
+ std::string haiku_pkg_name = cmsys::SystemTools::LowerCase(haiku_pkg_id);
|
|
+
|
|
+ // mandatory entries:
|
|
+ const char* haiku_pkg_version =
|
|
+ this->GetOption("CPACK_HAIKU_PACKAGE_VERSION");
|
|
+ const char* haiku_pkg_revision =
|
|
+ this->GetOption("CPACK_HAIKU_PACKAGE_REVISION");
|
|
+ const char* haiku_pkg_arch =
|
|
+ this->GetOption("CPACK_HAIKU_PACKAGE_ARCHITECTURE");
|
|
+ const char* maintainer = this->GetOption("CPACK_HAIKU_PACKAGE_PACKAGER");
|
|
+ const char* vendor = this->GetOption("CPACK_HAIKU_PACKAGE_VENDOR");
|
|
+ const char* summary =
|
|
+ this->GetOption("CPACK_HAIKU_PACKAGE_DESCRIPTION_SUMMARY");
|
|
+ const char* desc = this->GetOption("CPACK_HAIKU_PACKAGE_DESCRIPTION");
|
|
+ const char* copyrights = this->GetOption("CPACK_HAIKU_PACKAGE_COPYRIGHT");
|
|
+ const char* haiku_pkg_licenses =
|
|
+ this->GetOption("CPACK_HAIKU_PACKAGE_LICENSES");
|
|
+
|
|
+ // component-specific entries
|
|
+ std::string pkg_requires_option = "CPACK_HAIKU_" + packageName
|
|
+ + "PACKAGE_REQUIRES";
|
|
+ const char* haiku_pkg_dep = this->GetOption(pkg_requires_option.c_str());
|
|
+ std::string pkg_provides_option = "CPACK_HAIKU_" + packageName
|
|
+ + "PACKAGE_PROVIDES";
|
|
+ const char* haiku_pkg_provides =
|
|
+ this->GetOption(pkg_provides_option.c_str());
|
|
+
|
|
+ // optional entries
|
|
+ const char* haiku_pkg_url = this->GetOption("CPACK_HAIKU_PACKAGE_HOMEPAGE");
|
|
+ const char* haiku_pkg_enhances =
|
|
+ this->GetOption("CPACK_HAIKU_PACKAGE_ENHANCES");
|
|
+ const char* haiku_pkg_conflicts =
|
|
+ this->GetOption("CPACK_HAIKU_PACKAGE_CONFLICTS");
|
|
+ const char* haiku_pkg_replaces =
|
|
+ this->GetOption("CPACK_HAIKU_PACKAGE_REPLACES");
|
|
+
|
|
+ { // the scope is needed for cmGeneratedFileStream
|
|
+ cmGeneratedFileStream out(infofilename.c_str());
|
|
+ out << "name " << haiku_pkg_name << "\n";
|
|
+ out << "version " << haiku_pkg_version << "-" << haiku_pkg_revision << "\n";
|
|
+ out << "architecture " << haiku_pkg_arch << "\n";
|
|
+ if(haiku_pkg_dep && *haiku_pkg_dep)
|
|
+ {
|
|
+ out << "requires {";
|
|
+ std::vector<std::string> requiresList;
|
|
+ cmSystemTools::ExpandListArgument(haiku_pkg_dep, requiresList);
|
|
+ for(std::vector<std::string>::iterator i =
|
|
+ requiresList.begin(); i != requiresList.end(); ++i)
|
|
+ {
|
|
+ out << *i << "\n";
|
|
+ }
|
|
+
|
|
+ out << "}\n";
|
|
+ }
|
|
+ if(haiku_pkg_url && *haiku_pkg_url)
|
|
+ {
|
|
+ out << "urls " << haiku_pkg_url << "\n";
|
|
+ }
|
|
+ if (haiku_pkg_enhances && *haiku_pkg_enhances)
|
|
+ {
|
|
+ out << "freshens " << haiku_pkg_enhances << "\n";
|
|
+ }
|
|
+ if (haiku_pkg_conflicts && *haiku_pkg_conflicts)
|
|
+ {
|
|
+ out << "conflicts " << haiku_pkg_conflicts << "\n";
|
|
+ }
|
|
+ if (haiku_pkg_replaces && *haiku_pkg_replaces)
|
|
+ {
|
|
+ out << "replaces " << haiku_pkg_replaces << "\n";
|
|
+ }
|
|
+
|
|
+ out << "provides {";
|
|
+ std::vector<std::string> providesList;
|
|
+ cmSystemTools::ExpandListArgument(haiku_pkg_provides, providesList);
|
|
+ for(std::vector<std::string>::iterator i =
|
|
+ providesList.begin(); i != providesList.end(); ++i)
|
|
+ {
|
|
+ out << *i << "\n";
|
|
+ }
|
|
+
|
|
+ out << "}\n";
|
|
+
|
|
+ out << "licenses {";
|
|
+ std::vector<std::string> licensesList;
|
|
+ cmSystemTools::ExpandListArgument(haiku_pkg_licenses, licensesList);
|
|
+ for(std::vector<std::string>::iterator i =
|
|
+ licensesList.begin(); i != licensesList.end(); ++i)
|
|
+ {
|
|
+ out << "\"" << *i << "\"\n";
|
|
+ }
|
|
+
|
|
+ out << "}\n";
|
|
+
|
|
+ out << "copyrights {\"" << copyrights << "\"}\n";
|
|
+ out << "packager " << maintainer << "\n";
|
|
+ out << "vendor \"" << vendor << "\"\n";
|
|
+ out << "summary \"" << summary << "\"\n";
|
|
+ out << "description \"" << desc << "\"\n";
|
|
+ out << std::endl;
|
|
+ }
|
|
+
|
|
+ std::string cmd;
|
|
+ if (NULL != this->GetOption("CPACK_HAIKU_FAKEROOT_EXECUTABLE")) {
|
|
+ cmd += this->GetOption("CPACK_HAIKU_FAKEROOT_EXECUTABLE");
|
|
+ }
|
|
+ cmd += "package create ";
|
|
+ cmd += this->GetOption("CPACK_TEMPORARY_PACKAGE_FILE_NAME");
|
|
+
|
|
+ std::string output;
|
|
+ int retval = -1;
|
|
+ int res = cmSystemTools::RunSingleCommand(cmd.c_str(), &output,
|
|
+ &retval, this->GetOption("WDIR"), this->GeneratorVerbose, 0);
|
|
+
|
|
+ if ( !res || retval )
|
|
+ {
|
|
+ std::string tmpFile = this->GetOption("CPACK_TOPLEVEL_DIRECTORY");
|
|
+ tmpFile += "/Hpkg.log";
|
|
+ cmGeneratedFileStream ofs(tmpFile.c_str());
|
|
+ ofs << "# Run command: " << cmd.c_str() << std::endl
|
|
+ << "# Working directory: " << toplevel << std::endl
|
|
+ << "# Output:" << std::endl
|
|
+ << output.c_str() << std::endl;
|
|
+ cmCPackLogger(cmCPackLog::LOG_ERROR, "Problem running package command: "
|
|
+ << cmd.c_str() << std::endl
|
|
+ << "Please check " << tmpFile.c_str() << " for errors" << std::endl);
|
|
+ return 0;
|
|
+ }
|
|
+
|
|
+ const char* infoExtra =
|
|
+ this->GetOption("CPACK_HAIKU_PACKAGE_INFO_EXTRA");
|
|
+ if( infoExtra )
|
|
+ {
|
|
+ std::vector<std::string> controlExtraList;
|
|
+ cmSystemTools::ExpandListArgument(infoExtra, controlExtraList);
|
|
+ for(std::vector<std::string>::iterator i =
|
|
+ controlExtraList.begin(); i != controlExtraList.end(); ++i)
|
|
+ {
|
|
+ std::string filenamename =
|
|
+ cmsys::SystemTools::GetFilenameName(i->c_str());
|
|
+ std::string localcopy = this->GetOption("WDIR");
|
|
+ localcopy += "/";
|
|
+ localcopy += filenamename;
|
|
+ // if we can copy the file, it means it does exist, let's add it:
|
|
+ if( cmsys::SystemTools::CopyFileIfDifferent(
|
|
+ i->c_str(), localcopy.c_str()) )
|
|
+ {
|
|
+ // haiku is picky and need relative to ./ path in the tar.gz
|
|
+ cmd += " ./";
|
|
+ cmd += filenamename;
|
|
+ }
|
|
+ }
|
|
+ }
|
|
+ res = cmSystemTools::RunSingleCommand(cmd.c_str(), &output,
|
|
+ &retval, this->GetOption("WDIR"), this->GeneratorVerbose, 0);
|
|
+
|
|
+ if ( !res || retval )
|
|
+ {
|
|
+ std::string tmpFile = this->GetOption("CPACK_TOPLEVEL_DIRECTORY");
|
|
+ tmpFile += "/Hpkg.log";
|
|
+ cmGeneratedFileStream ofs(tmpFile.c_str());
|
|
+ ofs << "# Run command: " << cmd.c_str() << std::endl
|
|
+ << "# Working directory: " << toplevel << std::endl
|
|
+ << "# Output:" << std::endl
|
|
+ << output.c_str() << std::endl;
|
|
+ cmCPackLogger(cmCPackLog::LOG_ERROR, "Problem running tar command: "
|
|
+ << cmd.c_str() << std::endl
|
|
+ << "Please check " << tmpFile.c_str() << " for errors" << std::endl);
|
|
+ return 0;
|
|
+ }
|
|
+
|
|
+ return 1;
|
|
+}
|
|
+
|
|
+bool cmCPackHpkgGenerator::SupportsComponentInstallation() const
|
|
+{
|
|
+ return true;
|
|
+}
|
|
+
|
|
+std::string cmCPackHpkgGenerator::GetComponentInstallDirNameSuffix(
|
|
+ const std::string& componentName)
|
|
+{
|
|
+ if (componentPackageMethod == ONE_PACKAGE_PER_COMPONENT) {
|
|
+ return componentName;
|
|
+ }
|
|
+
|
|
+ if (componentPackageMethod == ONE_PACKAGE) {
|
|
+ return std::string("ALL_COMPONENTS_IN_ONE");
|
|
+ }
|
|
+ // We have to find the name of the COMPONENT GROUP
|
|
+ // the current COMPONENT belongs to.
|
|
+ std::string groupVar = "CPACK_COMPONENT_" +
|
|
+ cmSystemTools::UpperCase(componentName) + "_GROUP";
|
|
+ if (NULL != GetOption(groupVar.c_str()))
|
|
+ {
|
|
+ return std::string(GetOption(groupVar.c_str()));
|
|
+ }
|
|
+ else
|
|
+ {
|
|
+ return componentName;
|
|
+ }
|
|
+}
|
|
diff --git a/Source/CPack/cmCPackHpkgGenerator.h b/Source/CPack/cmCPackHpkgGenerator.h
|
|
new file mode 100644
|
|
index 0000000..ffa803d
|
|
--- /dev/null
|
|
+++ b/Source/CPack/cmCPackHpkgGenerator.h
|
|
@@ -0,0 +1,82 @@
|
|
+/*============================================================================
|
|
+ CMake - Cross Platform Makefile Generator
|
|
+ Copyright 2000-2013 Kitware, Inc.
|
|
+
|
|
+ Distributed under the OSI-approved BSD License (the "License");
|
|
+ see accompanying file Copyright.txt for details.
|
|
+
|
|
+ This software is distributed WITHOUT ANY WARRANTY; without even the
|
|
+ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
+ See the License for more information.
|
|
+============================================================================*/
|
|
+
|
|
+#ifndef cmCPackHpkgGenerator_h
|
|
+#define cmCPackHpkgGenerator_h
|
|
+
|
|
+
|
|
+#include "cmCPackGenerator.h"
|
|
+
|
|
+/** \class cmCPackHpkgGenerator
|
|
+ * \brief A generator for Haiku packages
|
|
+ *
|
|
+ */
|
|
+class cmCPackHpkgGenerator : public cmCPackGenerator
|
|
+{
|
|
+public:
|
|
+ cmCPackTypeMacro(cmCPackHpkgGenerator, cmCPackGenerator);
|
|
+
|
|
+ /**
|
|
+ * Construct generator
|
|
+ */
|
|
+ cmCPackHpkgGenerator();
|
|
+ virtual ~cmCPackHpkgGenerator();
|
|
+
|
|
+ static bool CanGenerate()
|
|
+ {
|
|
+#ifdef __HAIKU__
|
|
+ return true;
|
|
+#else
|
|
+ // Sorry! Need the "package" tool from Haiku!
|
|
+ return false;
|
|
+#endif
|
|
+ }
|
|
+
|
|
+protected:
|
|
+ virtual int InitializeInternal();
|
|
+ /**
|
|
+ * This method factors out the work done in component packaging case.
|
|
+ */
|
|
+ int PackageOnePack(std::string initialToplevel, std::string packageName);
|
|
+ /**
|
|
+ * The method used to package files when component
|
|
+ * install is used. This will create one
|
|
+ * archive for each component group.
|
|
+ */
|
|
+ int PackageComponents(bool ignoreGroup);
|
|
+ /**
|
|
+ * Special case of component install where all
|
|
+ * components will be put in a single installer.
|
|
+ */
|
|
+ int PackageComponentsAllInOne();
|
|
+ virtual int PackageFiles();
|
|
+ virtual const char* GetOutputExtension() { return ".hpkg"; }
|
|
+ virtual enum CPackSetDestdirSupport SupportsSetDestdir() const
|
|
+ {
|
|
+ return SETDESTDIR_UNSUPPORTED;
|
|
+ }
|
|
+
|
|
+ virtual bool SupportsAbsoluteDestination() const
|
|
+ {
|
|
+ return false;
|
|
+ }
|
|
+ virtual bool SupportsComponentInstallation() const;
|
|
+ virtual std::string GetComponentInstallDirNameSuffix(
|
|
+ const std::string& componentName);
|
|
+
|
|
+private:
|
|
+ int createHpkg(std::string packageName = "");
|
|
+ std::vector<std::string> packageFiles;
|
|
+
|
|
+};
|
|
+
|
|
+#endif
|
|
--
|
|
1.8.3.4
|
|
|