Revision: 89407 http://trac.macports.org/changeset/89407 Author: nicos@macports.org Date: 2012-01-28 02:03:34 -0800 (Sat, 28 Jan 2012) Log Message: ----------- kstars: upgrade to 4.8.0 Modified Paths: -------------- trunk/dports/kde/kstars/Portfile trunk/dports/kde/kstars/files/patch-CMakeLists.txt.diff Modified: trunk/dports/kde/kstars/Portfile =================================================================== --- trunk/dports/kde/kstars/Portfile 2012-01-28 09:51:11 UTC (rev 89406) +++ trunk/dports/kde/kstars/Portfile 2012-01-28 10:03:34 UTC (rev 89407) @@ -5,8 +5,7 @@ PortGroup kde4 1.1 name kstars -version 4.7.4 -revision 1 +version 4.8.0 categories kde kde4 platforms darwin license GPL-2+ @@ -22,8 +21,8 @@ master_sites kde:stable/${version}/src/ distname ${name}-${version} -checksums rmd160 29120038b3ba6a0b0c7062fbb1a969cb16e07b51 \ - sha256 7860130fdcb78142e41733511bcf931fa4db3428f61384e4729c95ea68263c7f +checksums rmd160 6dfb58d2cb8827a57370159ecd0213bbcc719c8b \ + sha256 41ef56ebefb56658cbbc1686230a2901912a94b50070b750ad562cba6f90986b use_bzip2 yes Modified: trunk/dports/kde/kstars/files/patch-CMakeLists.txt.diff =================================================================== --- trunk/dports/kde/kstars/files/patch-CMakeLists.txt.diff 2012-01-28 09:51:11 UTC (rev 89406) +++ trunk/dports/kde/kstars/files/patch-CMakeLists.txt.diff 2012-01-28 10:03:34 UTC (rev 89407) @@ -1,5 +1,5 @@ ---- CMakeLists.txt.orig 2011-10-02 15:25:33.000000000 +0200 -+++ CMakeLists.txt 2011-10-22 11:43:06.000000000 +0200 +--- CMakeLists.txt.orig 2012-01-28 18:53:43.000000000 +0900 ++++ CMakeLists.txt 2012-01-28 18:55:09.000000000 +0900 @@ -17,12 +17,9 @@ macro_bool_to_01(CFITSIO_FOUND HAVE_CFITSIO_H) macro_log_feature(CFITSIO_FOUND "libcfitsio0" "Support for the FITS (Flexible Image Transport System) data format in KStars." "http://indi.sf.net" FALSE "3.09" "") @@ -13,10 +13,10 @@ check_include_files(linux/videodev2.h HAVE_LINUX_VIDEODEV2_H) check_include_files(termios.h TERMIOS_FOUND) -@@ -35,6 +32,7 @@ - macro_optional_find_package(OpenGL) +@@ -36,6 +33,7 @@ macro_bool_to_01(OPENGL_FOUND HAVE_OPENGL) macro_log_feature(OPENGL_FOUND "OpenGL" "Support for hardware rendering in KStars." "http://www.opengl.org/" FALSE "" "OpenGL rendering is generally faster on hardware with graphics acceleration.") + add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS) +include_directories(${OPENGL_INCLUDE_DIR}/Versions/A/Headers) if (EIGEN2_FOUND)
participants (1)
-
nicos@macports.org