[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake/files

2016-07-15 Thread Raphael Kubo da Costa
SVN commit 12843 by rakuco: cmake: Import patch for FindHDF5.cmake. It is required by at least science/InsightToolkit, otherwise CMake fails to find all required HDF5 libraries. Thanks to tcberner for pointing out that this had been fixed upstream. AMpatch-git_87c1cd9

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2016-07-10 Thread Raphael Kubo da Costa
SVN commit 12804 by rakuco: cmake: Add USES=execinfo. Even though the port built fine without it, it does look for execinfo.h during the configuration phase and uses its features when it is detected. M +1 -1 Makefile ___ kde-freebsd mailin

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-gui

2016-07-10 Thread Raphael Kubo da Costa
SVN commit 12803 by rakuco: cmake-gui: Add missing dependencies to pass `make stage-qa'. Error: /usr/local/bin/cmake-gui is linked to /usr/local/lib/libexecinfo.so.1 from devel/libexecinfo but it is not declared as a dependency Warning: you need USES+=execinfo Error: /usr/local/bin/cmake-gui is

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-doc

2016-06-22 Thread Tobias Berner
SVN commit 12773 by tcberner: Fix devel/cmake-doc-plist M +1 -0 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2016-05-20 Thread Adriaan de Groot
SVN commit 12558 by adridg: Merge r415401 from official ports M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-doc

2016-04-18 Thread Raphael Kubo da Costa
SVN commit 12381 by rakuco: cmake-doc: Update to 3.5.2 (missed in r12342). M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest infor

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-doc

2016-04-18 Thread Raphael Kubo da Costa
SVN commit 12380 by rakuco: cmake-doc: Use PLIST_SUB to stop having to update CMake's version in the plist. M +2 -0 Makefile M +1 -1 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/k

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-doc

2016-04-02 Thread Raphael Kubo da Costa
SVN commit 12269 by rakuco: cmake-doc: Use relative path expansion instead of PORTSDIR in DISTINFO_FILE. Using PORTSDIR does not allow me to run `make makesum' in area51, for example. M +1 -1 Makefile ___ kde-freebsd mailing list kde-freeb

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-doc

2016-04-02 Thread Raphael Kubo da Costa
SVN commit 12267 by rakuco: cmake-doc: Apply ports r412346. r412346 | mat | 2016-04-01 16:00:51 +0200 (Fri, 01 Apr 2016) | 4 lines Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. With hat: portmgr S

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2016-04-02 Thread Raphael Kubo da Costa
SVN commit 12266 by rakuco: cmake: Replace spaces with tabs. M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake/files

2015-11-26 Thread Raphael Kubo da Costa
SVN commit 11547 by rakuco: cmake: Add upstream patch to prevent cmake from crashing in x11-toolkits/fltk-devel. AMpatch-git_9d653f9c ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake/files

2015-11-24 Thread Raphael Kubo da Costa
SVN commit 11545 by rakuco: cmake: Add upstream patch required to build devel/libcxxrt. CMake 3.4.0 has a commit that introduces a regression that prevents devel/libcxxrt (actually, any port built with -nostdlib) from building correctly. This upstream patch reverts the aforementioned commit afte

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake/files

2015-09-16 Thread Raphael Kubo da Costa
SVN commit 11446 by rakuco: Add upstream patch to fix the build with GCC 4.6, 4.7 and 4.8. runetype.h uses _Thread_local, and if we pass -std=c11 or -std=gnu11 to GCC the header expects it to be supported as part of the language and does not make it a typedef or something else. Since GCC only st

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-gui

2015-08-18 Thread Raphael Kubo da Costa
SVN commit 11164 by rakuco: cmake-gui: Finish converting to USES=libarchive. I thought the dependency was not registered, but it was just the BUILD_DEPENDS part that had not been converted to USES... M +1 -9 Makefile ___ kde-freebsd mailin

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-gui

2015-08-18 Thread Raphael Kubo da Costa
SVN commit 11162 by rakuco: cmake-gui: Register libarchive dependency. Just like devel/cmake, the cmake-gui executable also depends on libarchive.so, so make the dependency explicit. M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebs

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake/files

2015-08-10 Thread Raphael Kubo da Costa
SVN commit 11036 by rakuco: cmake: Merge r385307 from ports. r385307 | rakuco | 2015-05-03 21:36:02 +0200 (Sun, 03 May 2015) | 11 lines Set LIBLZMA_INCLUDE_DIR and LIBLZMA_LIBRARY in the initial cache. Do it so that we can

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake/files

2015-08-10 Thread Raphael Kubo da Costa
SVN commit 11037 by rakuco: cmake: Merge r377347 from ports. r377347 | kwm | 2015-01-18 22:12:42 +0100 (Sun, 18 Jan 2015) | 18 lines Update ImageMagick to 6.9.0.4. - Normalize the ImageMagick library name so it stays the s

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2015-08-10 Thread Raphael Kubo da Costa
SVN commit 11035 by rakuco: cmake: Merge r392537 from ports. r392537 | bapt | 2015-07-20 00:04:44 +0200 (Mon, 20 Jul 2015) | 5 lines Enforce libarchive from ports This reduces the patching level on some ports and make it s

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2015-02-24 Thread Alonso Schaich
SVN commit 10608 by aschai: Merge PORTS revision 379820 Log: Add a MANPAGES option to control the generation of cmake's manpages. The py-sphinx system brings in a number of dependencies that wouldn't otherwise be necessary for cmake. The MANPAGES option defaults to on, so the main pkg won

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2014-12-30 Thread Raphael Kubo da Costa
SVN commit 10539 by rakuco: cmake: Merge r375826 from ports. r375826 | rakuco | 2014-12-30 11:50:59 +0200 (Tue, 30 Dec 2014) | 9 lines Include bsd.port.pre.mk after setting OPTIONS. r375798 made the OPTIONS prompt show up

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2014-12-30 Thread Raphael Kubo da Costa
SVN commit 10538 by rakuco: cmake: Do not make cmake-modules depend on libarchive on FreeBSD < 10. Only devel/cmake itself should depend on libarchive on those systems, so mvoe the check and the dependency addition to the !defined(CMAKE_MODULES) block. M +2 -2 Makefile _

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2014-12-29 Thread Raphael Kubo da Costa
SVN commit 10535 by rakuco: cmake: Drop dependency on OpenSSL. OpenSSL was used only in CMake's bundled curl copy, which we do not use anymore. We can thus get rid of USE_OPENSSL=yes as well as stop setting CMAKE_USE_OPENSSL in InitialCache.cmake as it currently has no effect. M +0 -1 M

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2014-12-29 Thread Raphael Kubo da Costa
SVN commit 10533 by rakuco: cmake: Check for WITH_DEBUG when changing INSTALL_TARGET. We have the same problem described in https://reviews.freebsd.org/D875: > bsd.ports.mk sets STRIP= after all Uses files have been processed > initially. If you have WITH_DEBUG=yes set, cmake's INSTALL_TARGET has

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2014-09-06 Thread Raphael Kubo da Costa
SVN commit 10268 by rakuco: cmake: Merge r367311 from ports. r367311 | rakuco | 2014-09-05 00:20:48 +0300 (Fri, 05 Sep 2014) | 10 lines - Install CMake's Help/ directory. Its contents are used by commands such as `cmake -

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-gui

2014-08-07 Thread Raphael Kubo da Costa
SVN commit 10229 by rakuco: cmake-gui: Do not build the curses UI. This saves some us some time as the curses UI is built by devel/cmake itself. M +1 -0 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-gui

2014-07-29 Thread Raphael Kubo da Costa
SVN commit 10219 by rakuco: cmake-gui: Use space instead of tab in pkg-descr's WWW. M +1 -1 pkg-descr ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for la

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-gui

2014-07-29 Thread Raphael Kubo da Costa
SVN commit 10218 by rakuco: cmake-gui: Switch to Qt5. In 3.0.0, the Qt dialog can be built using either Qt4 or Qt5. Let's prepare for the future and use the Qt5 version instead. M +2 -2 Makefile ___ kde-freebsd mailing list kde-freebsd@kde

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2014-03-29 Thread Raphael Kubo da Costa
SVN commit 10053 by rakuco: cmake: Merge r349435 from ports. r349435 | dinoex | 2014-03-28 18:40:46 +0200 (Fri, 28 Mar 2014) | 4 lines - add USE_OPENSSL PR: 188017 Approved by:kde --

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2014-03-09 Thread Raphael Kubo da Costa
SVN commit 10048 by rakuco: cmake: Merge r347674 from ports. r347674 | rakuco | 2014-03-09 19:58:30 +0200 (Sun, 09 Mar 2014) | 15 lines Make the port build with security/openssl installed after r347541. Add a patch sent up

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2014-03-08 Thread Raphael Kubo da Costa
SVN commit 10047 by rakuco: cmake: Merge r347541 from ports. r347541 | rakuco | 2014-03-09 01:16:42 +0200 (Sun, 09 Mar 2014) | 8 lines Enable use of OpenSSL in the bundled copy of libcurl. The default is off, which makes c

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-gui

2014-03-04 Thread Raphael Kubo da Costa
SVN commit 10043 by rakuco: cmake-gui: Merge the rest of r346988 from ports. r346988 | makc | 2014-03-04 08:04:21 +0200 (Tue, 04 Mar 2014) | 6 lines devel/cmake-gui: - Add USES=shared-mime-info - Drop MANPREFIX in favour of

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2014-03-04 Thread Raphael Kubo da Costa
SVN commit 10042 by rakuco: cmake: Merge r346983 and r346987 from ports. r346983 | adamw | 2014-03-04 02:51:30 +0200 (Tue, 04 Mar 2014) | 6 lines Add %%PORTDOCS%% to the plist, to honour UNSET=DOCS. PORTREVISION bump for th

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-gui

2014-03-02 Thread Max Brazhnikov
SVN commit 10035 by makc: devel/cmake-gui: - Add USES=shared-mime-info - Drop MANPREFIX in favour of PREFIX M +2 -3 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://f

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2014-03-02 Thread Max Brazhnikov
SVN commit 10034 by makc: devel/cmake: - Use KDE4_PREFIX instead of ${LOCALBASE}/kde4 Reported by:Alan Hicks via kde-freebsd maillist M +2 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listin

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-gui

2013-11-26 Thread Raphael Kubo da Costa
SVN commit 9767 by rakuco: cmake-gui: Correctly merge r333436 from ports. Patches are supposed to go to files/... A files/patch-Source__kwsys__SystemInformation.cxx patch-Source__kwsys__SystemInformation.cxx#9766 D patch-Source__kwsys__SystemInformation.cxx

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-gui

2013-11-10 Thread Raphael Kubo da Costa
SVN commit 9723 by rakuco: cmake-gui: Merge r333436 from ports. r333436 | rakuco | 2013-11-10 22:06:58 +0200 (Sun, 10 Nov 2013) | 2 lines Fix the build on 10 and 11 by applying the same patch added to devel/cmake.

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2013-11-06 Thread Raphael Kubo da Costa
SVN commit 9701 by rakuco: cmake: Change the RUN_DEPENDS line to make `poudriere testport` work again. Something has changed recently and poudriere was failing with "Error code 70": === ===> Staging for cmake-2.8.12.1 ===> cmake-2.8.12.1 dep

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-modules

2013-11-05 Thread Raphael Kubo da Costa
SVN commit 9692 by rakuco: cmake-modules: Merge r331379 from ports. r331379 | gahr | 2013-10-23 15:17:50 +0300 (Wed, 23 Oct 2013) | 2 lines - STAGE-clean

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-gui

2013-11-05 Thread Raphael Kubo da Costa
SVN commit 9691 by rakuco: cmake-gui: Merge r331268 from ports. r331268 | amdmi3 | 2013-10-22 16:52:24 +0300 (Tue, 22 Oct 2013) | 4 lines - Remove manual creation and removal of share/applications, as it's now in the mtree

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake/files

2013-10-14 Thread Raphael Kubo da Costa
SVN commit 9616 by rakuco: cmake: Merge r328700 from ports. r328700 | rakuco | 2013-09-29 17:41:11 +0300 (Sun, 29 Sep 2013) | 6 lines Add some patches to FindGTK2.cmake that will be in the next release. At least audio/jack

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-modules

2013-09-29 Thread Alonso Schaich
SVN commit 9525 by aschai: Add staging support. M +4 -4 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-gui

2013-09-29 Thread Alonso Schaich
SVN commit 9510 by aschai: Add staging support. M +2 -3 Makefile M +1 -0 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest infor

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2013-09-29 Thread Alonso Schaich
SVN commit 9507 by aschai: Remove leftover. M +0 -2 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2013-09-29 Thread Alonso Schaich
SVN commit 9506 by aschai: Support staging. M +2 -11 Makefile M +10 -0 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest informati

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2013-08-03 Thread Raphael Kubo da Costa
SVN commit 9386 by rakuco: cmake: Add an initial cache file for CMake to use at build-time. Provide a cache file with additional CMake commands that CMake reads when bootstrapping. For now it just sets the BUILD_TESTING cache variable to OFF, so that most tests are not processed when building the

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake/files

2013-06-30 Thread Raphael Kubo da Costa
SVN commit 9312 by rakuco: cmake: Back out part of r9288. Restore the changes to the way the Qt imports and plugins directories are found in files/patch-Modules_FindQt4.cmake. The idea behind the change is that the directories FindQt4.cmake looks for might not be present at the time CMake looks

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-gui

2013-03-15 Thread Max Brazhnikov
SVN commit 9105 by makc: Chase cmake.mk changes M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2012-08-23 Thread Jason E . Hale
SVN commit 8559 by jhale: Fix plist M +12 -13pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake/files

2012-04-25 Thread Raphael Kubo da Costa
SVN commit 8150 by rakuco: devel/cmake: Add upstream patch to fix FindPkgConfig.cmake. A patch-git_3ea850a5023060b84dcc0e6f0098c32c28b15807 ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-fre

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake/files

2012-04-07 Thread Alberto Villa
SVN commit 8115 by avilla: - Fix typo. Submitted by: Oleg Sidorkin via mailing list M +1 -1 patch-Modules_FindQt4.cmake ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://fr

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2011-11-09 Thread Raphael Kubo da Costa
SVN commit 7820 by rakuco: cmake: Set LICENSE. M +2 -0 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2011-11-09 Thread Raphael Kubo da Costa
SVN commit 7819 by rakuco: cmake: Install cmake-mode.el PR: ports/151830 Submitted by: Anonymous M +4 -0 Makefile M +1 -0 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listin

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2011-10-16 Thread Raphael Kubo da Costa
SVN commit 7743 by rakuco: cmake: Sync with the right FreeBSD tag. M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2011-09-30 Thread Alberto Villa
SVN commit 7694 by avilla: - Sync with ports. - Respect STRIP. M +3 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2011-08-29 Thread Raphael Kubo da Costa
SVN commit 7484 by rakuco: cmake: Use {DATA,DOCS}DIR_REL instead of repeating the seds. Suggested by: avilla on #kde-freebsd M +2 -2 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freeb

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-gui

2011-08-29 Thread Raphael Kubo da Costa
SVN commit 7483 by rakuco: Remove hack introduced with CMake 2.8.1. There was no explanation about why it was required, and the current CMake version seems to build fine without it. Discussed with: avilla on #kde-freebsd M +0 -3 Makefile _

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-gui

2011-08-29 Thread Raphael Kubo da Costa
SVN commit 7482 by rakuco: cmake-gui: Sync Makefile with v1.8 from ports M +5 -2 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest informati

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2011-04-09 Thread Max Brazhnikov
SVN commit 7142 by makc: Remove cmake predefined cflags for Debug and Release build profiles, so cmake will use system CFLAGS. RelWithDebInfo and MinSizeRel profiles are leaved unchanged. If you want to use them just set CMAKE_BUILD_TYPE to corresponding profile. M +1 -0 Makefile A

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2011-04-09 Thread Max Brazhnikov
SVN commit 7141 by makc: Sync with ports: use dirrmtry for commot dirs M +1 -1 Makefile M +2 -2 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake/files

2011-02-20 Thread Martin Wilke
SVN commit 6987 by miwi: - Python is fixed in upstream D patch-Modules_FindPythonInterp.cmake ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for late

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2010-12-09 Thread Alberto Villa
SVN commit 6771 by xzhayon: - Sync with ports. M +2 -1 Makefile M +18 -3 files/patch-Modules_FindQt4.cmake ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kd

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake/files

2010-07-05 Thread Max Brazhnikov
SVN commit 6397 by makc: Respect WX_CONFIG environment (reported in ports/146805) A patch-Modules_FindwxWidgets.cmake A patch-Modules_FindwxWindows.cmake ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.o

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake/files

2010-05-17 Thread Max Brazhnikov
SVN commit 6206 by makc: Sync with ports A patch-Modules_FindRuby.cmake ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake/files

2010-04-15 Thread Dima Panov
SVN commit 6145 by fluffy: - Fix handling of recent OpenJDK[67] A patch-Modules_FindJava.cmake ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for late

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake-gui

2010-03-26 Thread Max Brazhnikov
SVN commit 6083 by makc: Fix build with cmake-2.8.1 M +3 -0 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake/files

2010-03-26 Thread Max Brazhnikov
SVN commit 6078 by makc: Sync with ports M +20 -2 patch-Modules_FindSDL.cmake ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2010-01-25 Thread Max Brazhnikov
SVN commit 5890 by makc: sync with ports M +2 -2 Makefile A files/patch-Modules_FindSDL.cmake ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ f

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake/files

2010-01-24 Thread Max Brazhnikov
SVN commit 5889 by makc: sync with ports A patch-Source-kwsys_SharedForward.h.in ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2009-12-15 Thread Thomas Abthorpe
SVN commit 5761 by tabthorpe: - Sync with portstree M +2 -0 Makefile M +0 -369pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest inf