Modestas Vainius
0ac23dc6b7
Drop patches which were merged upstream.
...
- debian/patches/hurd_platform.diff;
- FindGTK2_pangommconfig.diff;
- FindJNI_fix_libarch_determination.diff;
- cpack_installed_size.diff;
- add_libarchive_script.patch - better version merged upstream;
- fix-CTestTestFailedSubmit-xmlrpc.diff;
- fix_spelling_errors.patch.
14 years ago
Kai Wasserbäch
a0f2851e04
Fix spelling mistakes in CMake and its documentation.
...
Lintian showed a lot of spelling mistakes in the binaries and the
auto-generated documentation.
Signed-off-by: Kai Wasserbäch <debian@carbon-project.org>
15 years ago
Modestas Vainius
4f3be47179
Build with CTEST_USE_XMLRPC to reenable XMLRPC support in CTest.
...
Also add fix-CTestTestFailedSubmit-xmlrpc.diff patch to fix a (wrongly) failing
test in that case.
15 years ago
Kai Wasserbäch
9a050335e1
Add Findlibarchive.cmake to allow building with system's libarchive.
...
Signed-off-by: Kai Wasserbäch <debian@carbon-project.org>
15 years ago
Modestas Vainius
93078db9bb
Update patches for new upstream release.
...
- kFreeBSD_Hurd_fixes.diff - remove, merged upstream;
15 years ago
Kai Wasserbäch
08958f98ad
Expand debian/patches/FindPython_fix_#580503.diff to cover #569321 too.
...
Actually a very small change: just also check if there is a specific
version requested, otherwise proceed as with the previous patch.
Signed-off-by: Kai Wasserbäch <debian@carbon-project.org>
15 years ago
Kai Wasserbäch
6ae03be2f1
debian/patches/FindPython_fix_#580503.diff: Added. ( Closes : #580503 )
...
The patch was additionally tested by Jakub Wilk.
Signed-off-by: Kai Wasserbäch <debian@carbon-project.org>
15 years ago
Modestas Vainius
86797b8024
Add cpack_installed_size.diff to fix generation of Installed-Size field for deb packages.
...
Thanks to Simone Rossetto for heads up and initial patch.
15 years ago
Modestas Vainius
f87fbec650
Rename (to kFreeBSD_Hurd_fixes.diff) and improve kFreeBSD_fixes.diff to fix FTBFS on GNU/Hurd as well.
15 years ago
Modestas Vainius
5dc3acd737
Add FindGTK2_pangommconfig.diff patch.
...
Look for Pangomm Config include directory in FindGTK2.cmake (Closes : #579718 ).
Thanks to Sune Vuorela for the patch.
15 years ago
Modestas Vainius
e9e236776c
Rewrite _java_libarch determination code in FindJNI.cmake (based on new code in OpenJDK 1.6.0_18).
...
This should fix invalid _java_libarch detection on mipsel and armel (patch
FindJNI_fix_libarch_determination.diff).
15 years ago
Modestas Vainius
9a1918d166
Add kFreeBSD_fixes.diff patch to fix FTBFS on kfreebsd-*
...
Fixes failure of the CTestTestTimeout test. kFreeBSD has the same userland as
Linux. This change is necessary to enable kwsysProcessKill() to kill child
processes on kFreeBSD. The bug was detected by CTestTestTimeout test.
15 years ago
Modestas Vainius
27b3dd912d
Update debian/patches.
...
- drop bootstraptest_increase_timeout.diff - merged upstream;
- hurd_platform.diff - adapt to upstream changes.
15 years ago
Modestas Vainius
46e2dd5af8
Fix GNU.cmake file used on Hurd.
...
Thanks to Pino Toscano for the patch.
15 years ago
Modestas Vainius
0e1661310d
Increase timeout of BootstrapTest to 2 hours.
...
So it no longer times out on s390 or armel
(patch bootstraptest_increase_timeout.diff).
15 years ago
Modestas Vainius
6f4e84221b
Build with CMAKE_USE_RELATIVE_PATHS=ON.
15 years ago
Modestas Vainius
d8fcc4f4dc
Update to new upstream release, drop all patches.
15 years ago
Modestas Vainius
579dddb1fe
Fixes a couple issues with scripts from Modules/ and Templates/
...
The first hunk fixes permissions of Modules/SquishRunTestCase.sh script.
INSTALL() used to remove executable permissions. The second hunk adds #!/bin/sh
to the top of the script Templates/cygwin-package.sh.in. All executable
interpreted scripts should have this directive.
15 years ago
Modestas Vainius
92f9902681
Remove deprecated Enconding field from CMake.desktop.
...
Patch desktop-remove-deprecated.diff.
15 years ago
Modestas Vainius
4f28604338
Readd manpage_friendly_docs.diff with new fixes.
...
New manpage formatting problems appeared in CMake 2.8-rc2.
15 years ago
Modestas Vainius
b152287dce
Update patches.
...
- FindQt4.cmake2.6.diff - remove, no longer needed as original bug has been
fixed since 2.6;
- FindQt3.cmake.diff - refresh, add DEP-3 headers;
- findmpeg2-addpath.diff - remove, bug fixed upstream (in other way);
- kfreebsd-Platform.diff - refresh, add DEP-3 headers;
- executables-dont-need-fpic.diff - refresh, app DEP-3 headers;
- manpage_friendly_docs.diff - remove, merged upstream;
- FindPerlLibs.cmake-perl-5.10.diff - remove, fixed upstream differently;
- FindJNI.cmake-more-arches.diff - remove, was taken from upstream;
- FindVTK.cmake-vtk-5.4.diff - remove, was taken from upstream.
15 years ago
Modestas Vainius
28b71b44ee
FindVTK.cmake: support VTK 5.4.
...
Backport Modules/FindVTK.cmake from CMake 2.8 CVS. It adds support
for VTK 5.4. Patch FindVTK.cmake-vtk-5.4.diff (Closes : #546030 ).
15 years ago
Modestas Vainius
92419bfe3b
FindJNI.cmake: find java library directory on all linux arches.
...
Patch FindJNI.cmake-more-arches.diff. Previously architecture set were limited
to i386, amd64 and (incorrectly) ppc. The new code is based on OpenJDK
jdk/make/common/shared/Platform.gmk and has been translated to cmake. This
patch almost closes : #544674 .
15 years ago
Modestas Vainius
8a04ff5d82
Support perl 5.10 support in FindPerlLibs.cmake
...
This Closes : #541609 . Thanks to Joshua Rubin for the patch.
16 years ago
Modestas Vainius
fac340bd9e
Fix bashisms in CMake scripts ( Closes : #530056 ).
16 years ago
Modestas Vainius
e22f8f344b
Prefer *-qt3 binary names to generic ones in FinqQt3.cmake.
...
This closes : #538864 .
16 years ago
Modestas Vainius
559249fc3e
Resync patches.
...
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
16 years ago
Modestas Vainius
8b90e5a9a4
Remove reinstate-arm.diff, merged upstream.
...
Also fix series file.
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
16 years ago
Modestas Vainius
4a17e859f2
Fixup some docs to make them manpage friendly.
...
Patch manpage_friendly_docs.diff.
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
16 years ago
Modestas Vainius
334aa05c68
Update debian/patches
...
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
16 years ago
Modestas Vainius
58ae442c9e
Add support for <prefix>/lib/cmake/ search paths to find_package()
...
Merge patch from upstream to support <prefix>/lib/cmake search path in
find_package() config mode. This enables reduction of /usr/lib cluttering
find_package_support_prefix_lib_cmake.diff - stolen from 2.6 branch.
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
16 years ago
Modestas Vainius
76ff64d3c7
Fix FindSQL include in the MPEG2 module.
...
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
16 years ago
Modestas Vainius
b164021d95
Add patch to prefer lupdate-qt4 to lupdate and lrelease to lrelease-qt4
...
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
16 years ago
Modestas Vainius
c0f9e81925
CMake 2.6.2 packaging
...
Read debian/changelog for more information about the changes made.
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
16 years ago
Pierre Habouzit
6b0ed18677
import cmake 2.6.0-5
...
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
16 years ago