From: "Chris Reffett" <geekboy72@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-php/files/
Date: Wed, 3 Apr 2013 18:30:16 +0000 (UTC) [thread overview]
Message-ID: <1365013776.11aedb28192f7449c66477cbcee4bb6a85952916.creffett@gentoo> (raw)
commit: 11aedb28192f7449c66477cbcee4bb6a85952916
Author: Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 3 18:29:36 2013 +0000
Commit: Chris Reffett <geekboy72 <AT> gmail <DOT> com>
CommitDate: Wed Apr 3 18:29:36 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=11aedb28
[dev-util/kdevelop-php] Respin test-removal patch to apply correctly wrt bug 464304.
Package-Manager: portage-2.2.0_alpha171
---
.../files/kdevelop-php-1.2.0-dbustests.patch | 57 ++++++++++++++------
1 files changed, 41 insertions(+), 16 deletions(-)
diff --git a/dev-util/kdevelop-php/files/kdevelop-php-1.2.0-dbustests.patch b/dev-util/kdevelop-php/files/kdevelop-php-1.2.0-dbustests.patch
index d3bb404..49402f4 100644
--- a/dev-util/kdevelop-php/files/kdevelop-php-1.2.0-dbustests.patch
+++ b/dev-util/kdevelop-php/files/kdevelop-php-1.2.0-dbustests.patch
@@ -1,7 +1,6 @@
-diff -ruN kdevelop-php-1.2.0.orig/completion/tests/CMakeLists.txt kdevelop-php-1.2.0/completion/tests/CMakeLists.txt
---- kdevelop-php-1.2.0.orig/completion/tests/CMakeLists.txt 2011-01-23 20:42:54.000000000 +0100
-+++ kdevelop-php-1.2.0/completion/tests/CMakeLists.txt 2011-03-05 18:01:34.000000000 +0100
-@@ -8,24 +8,6 @@
+--- kdevelop-php-9999/completion/tests/CMakeLists.txt
++++ kdevelop-php-9999/completion/tests/CMakeLists.txt
+@@ -8,16 +8,8 @@
set(completiontest_SRCS test_completion.cpp
../../duchain/tests/duchaintestbase.cpp)
@@ -14,6 +13,12 @@ diff -ruN kdevelop-php-1.2.0.orig/completion/tests/CMakeLists.txt kdevelop-php-1
- ${KDEVPLATFORM_TESTS_LIBRARIES}
- ${KDEVPLATFORM_LANGUAGE_LIBRARIES}
-)
+ # hack to make ../../duchain/tests/duchaintestbase.h use the correct EXPORT tags when compiling with MinGW
++
+ if (MINGW)
+ set_property(TARGET completiontest APPEND_STRING PROPERTY COMPILE_FLAGS " -DMAKE_KDEV4PHPDUCHAIN_LIB")
+ endif (MINGW)
+@@ -25,15 +17,7 @@
set(completionbench_SRCS bench_completion.cpp
../../duchain/tests/duchaintestbase.cpp)
@@ -26,10 +31,14 @@ diff -ruN kdevelop-php-1.2.0.orig/completion/tests/CMakeLists.txt kdevelop-php-1
- ${KDEVPLATFORM_TESTS_LIBRARIES}
- ${KDEVPLATFORM_LANGUAGE_LIBRARIES}
-)
-diff -ruN kdevelop-php-1.2.0.orig/duchain/tests/CMakeLists.txt kdevelop-php-1.2.0/duchain/tests/CMakeLists.txt
---- kdevelop-php-1.2.0.orig/duchain/tests/CMakeLists.txt 2011-01-23 20:42:54.000000000 +0100
-+++ kdevelop-php-1.2.0/duchain/tests/CMakeLists.txt 2011-03-05 17:54:27.000000000 +0100
-@@ -9,66 +9,21 @@
++
+ # hack to make ../../duchain/tests/duchaintestbase.h use the correct EXPORT tags when compiling with MinGW
+ if (MINGW)
+ set_property(TARGET completionbenchmark APPEND_STRING PROPERTY COMPILE_FLAGS " -DMAKE_KDEV4PHPDUCHAIN_LIB")
+
+--- kdevelop-php-9999/duchain/tests/CMakeLists.txt
++++ kdevelop-php-9999-patched/duchain/tests/CMakeLists.txt
+@@ -9,14 +9,7 @@
set(duchain_SRCS
duchain.cpp
duchaintestbase.cpp)
@@ -41,8 +50,11 @@ diff -ruN kdevelop-php-1.2.0.orig/duchain/tests/CMakeLists.txt kdevelop-php-1.2.
- ${KDEVPLATFORM_TESTS_LIBRARIES}
- ${KDEVPLATFORM_LANGUAGE_LIBRARIES}
-)
--
-
++
+ # hack to make ../duchaintestbase.h use the correct EXPORT tags when compiling with MinGW
+ if (MINGW)
+ set_property(TARGET duchain APPEND_STRING PROPERTY COMPILE_FLAGS " -DMAKE_KDEV4PHPDUCHAIN_LIB")
+@@ -26,14 +19,7 @@
set(expressionparser_SRCS
expressionparser.cpp
duchaintestbase.cpp)
@@ -54,7 +66,11 @@ diff -ruN kdevelop-php-1.2.0.orig/duchain/tests/CMakeLists.txt kdevelop-php-1.2.
- ${KDEVPLATFORM_TESTS_LIBRARIES}
- ${KDEVPLATFORM_LANGUAGE_LIBRARIES}
-)
-
++
+ # hack to make ../duchaintestbase.h use the correct EXPORT tags when compiling with MinGW
+ if (MINGW)
+ set_property(TARGET expressionparser APPEND_STRING PROPERTY COMPILE_FLAGS " -DMAKE_KDEV4PHPDUCHAIN_LIB")
+@@ -43,15 +29,7 @@
set(uses_SRCS
uses.cpp
duchaintestbase.cpp)
@@ -67,8 +83,11 @@ diff -ruN kdevelop-php-1.2.0.orig/duchain/tests/CMakeLists.txt kdevelop-php-1.2.
- ${KDEVPLATFORM_TESTS_LIBRARIES}
- ${KDEVPLATFORM_LANGUAGE_LIBRARIES}
-)
-
- set(benchmarks_SRCS
++
+ # hack to make ../duchaintestbase.h use the correct EXPORT tags when compiling with MinGW
+ if (MINGW)
+ set_property(TARGET uses APPEND_STRING PROPERTY COMPILE_FLAGS " -DMAKE_KDEV4PHPDUCHAIN_LIB")
+@@ -62,15 +40,7 @@
benchmarks.cpp
duchaintestbase.cpp
)
@@ -81,9 +100,11 @@ diff -ruN kdevelop-php-1.2.0.orig/duchain/tests/CMakeLists.txt kdevelop-php-1.2.
- ${KDEVPLATFORM_TESTS_LIBRARIES}
- ${KDEVPLATFORM_LANGUAGE_LIBRARIES}
-)
--
-
- set(duchain_multiplefiles_SRCS
++
+ # hack to make ../duchaintestbase.h use the correct EXPORT tags when compiling with MinGW
+ if (MINGW)
+ set_property(TARGET benchmarks APPEND_STRING PROPERTY COMPILE_FLAGS " -DMAKE_KDEV4PHPDUCHAIN_LIB")
+@@ -81,15 +51,7 @@
duchain_multiplefiles.cpp
duchaintestbase.cpp
)
@@ -96,3 +117,7 @@ diff -ruN kdevelop-php-1.2.0.orig/duchain/tests/CMakeLists.txt kdevelop-php-1.2.
- ${KDEVPLATFORM_TESTS_LIBRARIES}
- ${KDEVPLATFORM_LANGUAGE_LIBRARIES}
-)
++
+ # hack to make ../duchaintestbase.h use the correct EXPORT tags when compiling with MinGW
+ if (MINGW)
+ set_property(TARGET duchain_multiplefiles APPEND_STRING PROPERTY COMPILE_FLAGS " -DMAKE_KDEV4PHPDUCHAIN_LIB")
reply other threads:[~2013-04-03 18:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1365013776.11aedb28192f7449c66477cbcee4bb6a85952916.creffett@gentoo \
--to=geekboy72@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox