Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/indilib/files: 0.6.2-fix_symlinks.patch 0.6.2-fix_fits_harddep.patch
Date: Fri, 20 Aug 2010 09:21:18
Message-Id: 20100820092112.9DC222004C@flycatcher.gentoo.org
1 scarabeus 10/08/20 09:21:12
2
3 Added: 0.6.2-fix_symlinks.patch
4 0.6.2-fix_fits_harddep.patch
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-libs/indilib/files/0.6.2-fix_symlinks.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/files/0.6.2-fix_symlinks.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/files/0.6.2-fix_symlinks.patch?rev=1.1&content-type=text/plain
14
15 Index: 0.6.2-fix_symlinks.patch
16 ===================================================================
17 diff -urN libindi-0.6.2/CMakeLists.txt libindi-0.6.2.new//CMakeLists.txt
18 --- libindi-0.6.2/CMakeLists.txt 2010-07-20 06:40:26.000000000 +0200
19 +++ libindi-0.6.2.new//CMakeLists.txt 2010-08-20 11:12:31.668952699 +0200
20 @@ -178,14 +178,11 @@
21
22 install(TARGETS indi_lx200generic RUNTIME DESTINATION bin )
23
24 -file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/make_lx200generic_symlink.cmake
25 -"exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic ${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200classic)\n
26 -exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic ${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200autostar)\n
27 -exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic ${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200_16)\n
28 -exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic ${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200gps)\n
29 -exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic ${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200ap)\n
30 -")
31 -set_target_properties(indi_lx200generic PROPERTIES POST_INSTALL_SCRIPT ${CMAKE_CURRENT_BINARY_DIR}/make_lx200generic_symlink.cmake)
32 +install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200classic\" )" )
33 +install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200autostar\" )" )
34 +install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200_16\" )" )
35 +install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200gps\" )" )
36 +install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200ap\" )" )
37 #################################################################################
38
39 ########### Celestron GPS ############
40
41
42
43 1.1 sci-libs/indilib/files/0.6.2-fix_fits_harddep.patch
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/files/0.6.2-fix_fits_harddep.patch?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/files/0.6.2-fix_fits_harddep.patch?rev=1.1&content-type=text/plain
47
48 Index: 0.6.2-fix_fits_harddep.patch
49 ===================================================================
50 diff -urN libindi-0.6.2/CMakeLists.txt libindi-0.6.2.new//CMakeLists.txt
51 --- libindi-0.6.2/CMakeLists.txt 2010-07-20 06:40:26.000000000 +0200
52 +++ libindi-0.6.2.new//CMakeLists.txt 2010-08-20 11:04:46.803858551 +0200
53 @@ -37,9 +37,11 @@
54
55 macro_optional_find_package(CFITSIO)
56
57 -if (NOT CFITSIO_FOUND OR CFITSIO_VERSION_MAJOR LESS 3)
58 - message(FATAL_ERROR "CFITSIO version too old, Please install cfitsio 3.x and try again. http://indi.sf.net")
59 -endif (NOT CFITSIO_FOUND OR CFITSIO_VERSION_MAJOR LESS 3)
60 +if (WITH_CFITSIO)
61 + if (NOT CFITSIO_FOUND OR CFITSIO_VERSION_MAJOR LESS 3)
62 + message(FATAL_ERROR "CFITSIO version too old, Please install cfitsio 3.x and try again. http://indi.sf.net")
63 + endif (NOT CFITSIO_FOUND OR CFITSIO_VERSION_MAJOR LESS 3)
64 +endif (WITH_CFITSIO)
65
66 macro_bool_to_01(CFITSIO_FOUND HAVE_CFITSIO_H)
67 macro_log_feature(CFITSIO_FOUND "libcfitsio" "A library for reading and writing data files in FITS (Flexible Image Transport System) data format" "http://indi.sf.net" FALSE "3.03" "Provides INDI with FITS I/O support.")