[kde-freebsd] [SVN Commit] area51/PORTS/Mk/Uses

2016-04-02 Thread Raphael Kubo da Costa
SVN commit 12263 by rakuco:

Uses/cmake.mk: Sync with ports (r406603, r411970).


r411970 | bapt | 2016-03-27 03:23:25 +0200 (Sun, 27 Mar 2016) | 7 lines

Remove the now unneeded ${PORTSDIR} from dependency definition in
The infrastructure Makefiles

PR: 206569
Exp run by: antoine
Differential Revision:  D5047


r406603 | rakuco | 2016-01-18 19:27:47 +0100 (Mon, 18 Jan 2016) | 6 lines

Uses/cmake.mk: Make it possible to override {BUILD,INSTALL}_WRKSRC with 
:outsource.

This is particularly useful if a port only needs to build a subdirectory of
the source tree (in which case they can set BUILD_WRKSRC to
"${CONFIGURE_WRKSRC}/foo/bar").




 M  +4 -4  cmake.mk  


___
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/Mk/Uses

2015-08-20 Thread Raphael Kubo da Costa
SVN commit 11205 by rakuco:

Uses/cmake.mk: Merge r394572 from ports.


r394572 | rakuco | 2015-08-18 12:51:01 +0200 (Tue, 18 Aug 2015) | 24 lines

Uses/cmake.mk: Replace CMAKE_ENV with CONFIGURE_ENV.

Instead of defining a variable that is almost always based on CONFIGURE_ENV,
just use CONFIGURE_ENV directly.

This also matches the behavior of other ports that do not use autotools (so
most ports can just worry about CONFIGURE_ENV). Additionally, the fact that
we do not use ?= means we do not have problems if another file in Uses/
needs to set CONFIGURE_ENV (with CMAKE_ENV, the order of the arguments to
USES would matter).

Ports which set CMAKE_ENV have been adjusted accordingly. In most cases,
CMAKE_ENV was just replaced with CONFIGURE_ENV, the exceptions being:
* databases/sqliteman: CMAKE_ENV line removed; setting QMAKESPEC there has
   no effect on the build system.
* devel/freeocl: CMAKE_ENV line removed; FREEOCL_CXX_COMPILER is already
 retrieved from the CMAKE_CXX_COMPILER variable in the build
 system.
* graphics/openimageio: CMAKE_ENV line removed; setting Qt variables there
has no effect on the build system.

Reviewed by:makc
Differential Revision:  https://reviews.freebsd.org/D3403




 M  +1 -4  cmake.mk  


___
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/Mk/Uses

2014-12-29 Thread Raphael Kubo da Costa
SVN commit 10537 by rakuco:

Uses/cmake.mk: Merge r369796 and r374910 from ports.


r374910 | rakuco | 2014-12-18 18:47:19 +0200 (Thu, 18 Dec 2014) | 2 lines

Uses/cmake.mk: Reword description of CMAKE_VERBOSE and CMAKE_NOCOLOR a bit.


r369796 | mva | 2014-10-02 10:26:47 +0300 (Thu, 02 Oct 2014) | 8 lines

- Fix WITH_DEBUG with USES=cmake. bsd.ports.mk sets STRIP= after all Uses
  files have been processed initially. If one has WITH_DEBUG=yes set, the
  INSTALL_TARGET for USES=cmake has been set already to install/strip, before
  STRIP is reset.

Differential Revision:  D875
Approved by:makc@ (kde), bapt@ (portmgr)





 M  +3 -3  cmake.mk  


___
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/Mk/Uses

2014-05-06 Thread Alonso Schaich
SVN commit 10087 by aschai:

Import ports revision 352986.



 M  +1 -1  cmake.mk  


___
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/Mk/Uses

2014-04-19 Thread Raphael Kubo da Costa
SVN commit 10064 by rakuco:

Uses/cmake.mk: Sync with ports (r343402, r348308, r351051).


r351051 | brooks | 2014-04-12 00:45:55 +0300 (Sat, 12 Apr 2014) | 4 lines

Allow an alternative install prefix to be specified with
CMAKE_INSTALL_PREFIX.  This is similar to GNU_CONFIGURE_PREFIX and is
useful for ports that would conflict if installed directly in PREFIX.


r348308 | gerald | 2014-03-15 12:31:54 +0200 (Sat, 15 Mar 2014) | 5 lines

Move MAINTAINER lines to the end of the initial comment block and
make things a bit more consistent.

Approved by:portmgr (bapt)


r343402 | bapt | 2014-02-09 00:15:14 +0200 (Sun, 09 Feb 2014) | 2 lines

Add a global CMAKE_NINJA variable to set in make.conf to use ninja instead of 
make(1) for ports using cmake





 M  +10 -3 cmake.mk  


___
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/Mk/Uses

2013-12-22 Thread Max Brazhnikov
SVN commit 9812 by makc:

- Don't remove rpath from binaries during install [1]
- Remove outdated comment

PR: ports/176901 [1]
Sumbitted by:   amdmi3, avg
Exp-run by: bdrewery


 M  +2 -5  cmake.mk  


___
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/Mk

2013-03-19 Thread Max Brazhnikov
SVN commit 9123 by makc:

Remove, committed to ports

 D bsd.port.mk  


___
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/Mk

2013-03-18 Thread Max Brazhnikov
SVN commit 9116 by makc:

Sync with ports

 M  +10 -14bsd.port.mk  


___
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/Mk/Uses

2013-03-15 Thread Max Brazhnikov
SVN commit 9103 by makc:

Restore CMAKE_BIN, some ports use it

 M  +4 -4  cmake.mk  


___
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/Mk

2013-03-15 Thread Max Brazhnikov
SVN commit 9106 by makc:

Silently convert USE_CMAKE to USES= cmake

 M  +0 -5  Uses/cmake.mk  
 M  +8 -4  bsd.port.mk  


___
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/Mk

2013-03-14 Thread Max Brazhnikov
SVN commit 9094 by makc:

Minor amendments

 M  +8 -10 bsd.cmake.mk  


___
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/Mk

2013-03-14 Thread Max Brazhnikov
SVN commit 9096 by makc:

Import bsd.port.mk

 A bsd.port.mk  


___
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/Mk

2013-03-14 Thread Max Brazhnikov
SVN commit 9097 by makc:

Convert cmake to Uses

Requested by:   bapt


 A Uses (directory)  
 A Uses/cmake.mk   bsd.cmake.mk#9094
 D bsd.cmake.mk  
 M  +1 -1  bsd.port.mk  


___
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/Mk

2013-03-14 Thread Max Brazhnikov
SVN commit 9101 by makc:

Fix backward compatibility

 M  +1 -1  bsd.port.mk  


___
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/Mk

2013-03-09 Thread Max Brazhnikov
SVN commit 9050 by makc:

Revert BUILD / INSTALL_WRKSRC changes, they don't work as expected

 M  +2 -2  bsd.cmake.mk  


___
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/Mk

2012-05-26 Thread Raphael Kubo da Costa
SVN commit 8234 by rakuco:

bsd.cmake.mk: Sync with ports

 M  +2 -2  bsd.cmake.mk  


___
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/Mk

2012-03-06 Thread Alberto Villa
SVN commit 8036 by avilla:

- Remove stale file.



 D bsd.kde4.mk  


___
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/Mk

2012-03-01 Thread Max Brazhnikov
SVN commit 8001 by makc:

Sync with KDE/Mk/bsd.kde4.mk

 M  +11 -9 bsd.kde4.mk  


___
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/Mk

2011-09-30 Thread Alberto Villa
SVN commit 7693 by avilla:

- Sync with ports.


 M  +3 -0  bsd.cmake.mk  


___
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/Mk

2011-09-05 Thread Alberto Villa
SVN commit 7595 by avilla:

- Fix pykdeuic4 dependency.



 M  +1 -1  bsd.kde4.mk  


___
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/Mk

2011-07-07 Thread Dima Panov
SVN commit 7334 by fluffy:

- Also adjust KDE4_VERSION :)



 M  +1 -1  bsd.kde4.mk  


___
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/Mk

2011-05-06 Thread Raphael Kubo da Costa
SVN commit 7243 by rakuco:

Bump KDE4_VERSION in PORTS' bsd.kde4.mk.


 M  +1 -1  bsd.kde4.mk  


___
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/Mk

2011-04-26 Thread Max Brazhnikov
SVN commit 7207 by makc:

Respect STRIP

PR: ports/156543
Submitted by:   Pan Tsu inyaoo at gmail.com


 M  +3 -0  bsd.cmake.mk  


___
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/Mk

2011-04-20 Thread Alberto Villa
SVN commit 7192 by avilla:

- Revert r7162: it makes more sense for FreeBSD to use -pthread.

Discussed with: rakuco


 M  +2 -1  bsd.cmake.mk  


___
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/Mk

2011-04-10 Thread Raphael Kubo da Costa
SVN commit 7162 by rakuco:

bsd.cmake.mk: Experiment with not passing -DTHREADS_HAVE_PTHREAD_ARG.

This should help fix the build with the new strigi (and the old one
without the patches).

strigi calls CMake's FindThreads, which performs some checks for
pthread_create and how to link to pthread, and then uses the value
CMake sets for CMAKE_HAVE_PTHREAD_CREATE in its strigi_thread.h, which
only works when CMAKE_HAVE_PTHREAD_CREATE is true.

However, the check which sets CMAKE_HAVE_PTHREAD_CREATE in CMake's
FindThreads is only performed when THREADS_HAVE_PTHREAD_ARG is not
set.

Since pthread_create(3) also suggests -lpthread instead of -pthread, I
don't see much point in passing this definition to CMake as we were
doing so far.

Here be dragons!



 M  +1 -2  bsd.cmake.mk  


___
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/Mk

2011-04-10 Thread Raphael Kubo da Costa
SVN commit 7163 by rakuco:

bsd.cmake.mk: Break hell even more loose by removing CMAKE_USE_PTHREAD.

A brief discussion with makc on IRC indicated that this was necessary in
FreeBSD7 times. For now, I'm removing this code in area51 to catch occasional
problems (which should not happen in fact).

The final goal is to provide a patchset for an exp-run and then merge into the
ports tree.

Here be even more dragons!


 M  +0 -14 bsd.cmake.mk  


___
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/Mk

2011-04-09 Thread Max Brazhnikov
SVN commit 7144 by makc:

- Replace spaces with tabs
- Revert 7127 partially: set INSTALL_TARGET to install/strip


 M  +3 -2  bsd.cmake.mk  


___
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/Mk

2011-04-09 Thread Raphael Kubo da Costa
SVN commit 7146 by rakuco:

Sync PORTS's bsd.kde4.mk with KDE's.

 - KDE4_VERSION is now at 4.6.2.
 - KOFFICE2_VERSION is now at 2.3.3.
 - KDEVELOP_VERSION is now at 4.2.2.

KDEPIM4_{BRANCH,VERSION} have obviously not changed.



 M  +4 -4  bsd.kde4.mk  


___
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/Mk

2011-04-08 Thread Max Brazhnikov
SVN commit 7127 by makc:

Set CMAKE_BUILD_TYPE to Release by default and to Debug if WITH_DEBUG is 
defined.
Pass CMAKE_BUILD_TYPE to PLIST_SUB

Empty CMAKE_BUILD_TYPE or far-fetched like FreeBSD_portbld makes no sense
and/or causes problems sometimes.

Discussed with: fluffy on #kde-freebsd


 M  +14 -11bsd.cmake.mk  


___
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/Mk

2011-02-20 Thread Martin Wilke
SVN commit 6986 by miwi:

- Move CMAKE_BUILD_TYPE to FreeBSD_portbld

PR: 150363


 M  +2 -2  bsd.cmake.mk  


___
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/Mk

2010-03-03 Thread Dima Panov
SVN commit 6058 by fluffy:

- Sync with ports


 M  +10 -3 bsd.cmake.mk  


___
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