[kde-freebsd] Request for approval - Support off-source builds in bsd.cmake.mk

2010-03-02 Thread Pietro Cerutti
fault behavior remains unchanged, unless a port explicitely sets the variable CMAKE_OFFSOURCE. Any objection? Thanks, cheers! [1] http://people.freebsd.org/~gahr/bsd.cmake.mk.diff [1] http://www.cmake.org/Wiki/CMake_FAQ#What_is_an_.22out-of-source.22_build.3F -- Pietro Cerutti g...@gahr.ch PGP P

Re: [kde-freebsd] Request for approval - Support off-source builds in bsd.cmake.mk

2010-03-02 Thread Pietro Cerutti
On 2010-Mar-02, 15:30, Max Brazhnikov wrote: > On Tue, 2 Mar 2010 12:34:36 +0100, Pietro Cerutti wrote: > > Dear kde@, portmgr@, > > > > I would like to commit the attached patch [1], that allows a port > > using cmake to define the CMAKE_OFFSOURCE variable and have th

[kde-freebsd] Re: [Fwd: vtk-5.6.1_3 failed on amd64 8]

2011-03-07 Thread Pietro Cerutti
either you patch it, or > you pass -DPYTHON_LIBRARIES:STRING="..." and - > DPYTHON_INCLUDE_DIRS:STRING="..." via CMAKE_ARGS > > or am i missing the point? I will look into it. -- Pietro Cerutti The FreeBSD Project g...@freebsd.org PGP Public Key

[kde-freebsd] Re: [Fwd: vtk-5.6.1_3 failed on amd64 8]

2011-03-07 Thread Pietro Cerutti
On 2011-Mar-07, 09:17, Martin Wilke wrote: > this one is cmake fallout, i cc kde@ here maybe someone have a idea. My recent commit on math/vtk5 is supposed to solve this problem. -- Pietro Cerutti The FreeBSD Project g...@freebsd.org PGP Public Key: http://gahr.ch/pgp pgpxCTP1d7eOF.

[kde-freebsd] [PATCH] devel/cmake: update to 2.8.5

2011-09-05 Thread Pietro Cerutti
>Submitter-Id: current-users >Originator:Pietro Cerutti >Organization: The FreeBSD Project >Confidential: no >Synopsis: [PATCH] devel/cmake: update to 2.8.5 >Severity: non-critical >Priority: low >Category: ports >Class: update

[kde-freebsd] Qt seg-fault on quit()

2008-02-15 Thread Pietro Cerutti
ttp://gahr.ch/FreeBSD/QProMix/ Thanks in advance! -- Pietro Cerutti PGP Public Key: http://gahr.ch/pgp signature.asc Description: OpenPGP digital signature ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd

[kde-freebsd] Cmake problem with ccache

2008-08-23 Thread Pietro Cerutti
ound when the latter is set to /usr/local/libexec/ccache What about patching CMakeFindBinUtils.cmake to make it look for binutils in /usr/bin/ by default? I've seen this: http://lists.freebsd.org/pipermail/freebsd-ports/2008-June/049090.html but couldn't find a solution there. Regard