Changeset 146003 for trunk/dports/kde
- Timestamp:
- Feb 24, 2016, 3:48:13 PM (3 years ago)
- Location:
- trunk/dports/kde/kdevplatform
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/kde/kdevplatform/Portfile
r141429 r146003 8 8 9 9 name kdevplatform 10 version 1.7. 210 version 1.7.3 11 11 categories kde kde4 12 12 platforms darwin … … 21 21 Quanta, Kile, KTechLab ... etc. 22 22 23 set kdevelopversion 4.7. 223 set kdevelopversion 4.7.3 24 24 25 25 homepage http://www.kdevelop.org/ … … 27 27 distname ${name}-${version} 28 28 29 checksums rmd160 5e3a3e11ff2481a32fd54b5a135768e4aa1802fc\30 sha256 0afcde7a746adb83b00f2bd6b02efb4022adbd61b6ba4325fb63b71902f1f4e429 checksums rmd160 ad41c852ea86374274428bcd348b7f125fd3393d \ 30 sha256 195134bde11672de38838f4b341ed28c58042374ca12beedacca9d30e6ab4a2b 31 31 32 use_ xzyes32 use_bzip2 yes 33 33 34 34 depends_lib-append port:kdelibs4 \ … … 45 45 #1. Deactivating subversion detection at configure to avoid hidden \ 46 46 # use of system one (ticket #35185) 47 patchfiles-append patch-pluginsCMakeLists.diff 47 patchfiles-append patch-pluginsCMakeLists.diff \ 48 patch-cmakeOldPolicy.diff 48 49 49 50 variant subversion description {Add subversion support for kdevelop} { -
trunk/dports/kde/kdevplatform/files/patch-pluginsCMakeLists.diff
r95521 r146003 1 --- plugins/CMakeLists.txt.orig 201 2-04-14 04:49:31.000000000 +09002 +++ plugins/CMakeLists.txt 201 2-07-14 20:52:42.000000000 +09003 @@ -3 2,8 +32,9 @@1 --- plugins/CMakeLists.txt.orig 2016-01-23 03:03:50.000000000 +0900 2 +++ plugins/CMakeLists.txt 2016-02-25 00:20:29.000000000 +0900 3 @@ -37,8 +37,9 @@ 4 4 macro_optional_add_subdirectory(classbrowser) 5 5 endif(Boost_FOUND) 6 6 7 7 -find_package(SubversionLibrary) 8 -macro_log_feature( S UBVERSION_FOUND "Subversion" "Support for Subversion integration" "http://subversion.tigris.org" FALSE "1.3.0" "The subversion libraries are needed for the Subversion support" )8 -macro_log_feature( SubversionLibrary_FOUND "Subversion" "Support for Subversion integration" "http://subversion.tigris.org" FALSE "1.3.0" "The subversion libraries are needed for the Subversion support" ) 9 9 +#find_package(SubversionLibrary) 10 +#macro_log_feature( S UBVERSION_FOUND "Subversion" "Support for Subversion integration" "http://subversion.tigris.org" FALSE "1.3.0" "The #subversion libraries are needed for the Subversion support" )10 +#macro_log_feature( SubversionLibrary_FOUND "Subversion" "Support for Subversion integration" "http://subversion.tigris.org" FALSE "1.3.0" "The subversion libraries are needed for the Subversion support" ) 11 11 +SET(SUBVERSION_FOUND false) 12 12 13 if(S UBVERSION_FOUND)13 if(SubversionLibrary_FOUND) 14 14 macro_optional_add_subdirectory(subversion)
Note: See TracChangeset
for help on using the changeset viewer.