diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2011-11-14 03:26:46 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2011-11-14 03:26:46 +0000 |
commit | 6fd8cb78105b4e32ea7c6e0a9db599fdd27c24f3 (patch) | |
tree | 9ab77eb1499aeac9e5f505a1d9593ffaf58d7da6 /math | |
parent | - Fix previous entry (diff) |
Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=285744
Diffstat (limited to 'math')
-rw-r--r-- | math/cgal/Makefile | 1 | ||||
-rw-r--r-- | math/qtoctave/Makefile | 1 | ||||
-rw-r--r-- | math/speedcrunch/Makefile | 1 | ||||
-rw-r--r-- | math/vtk/Makefile | 1 | ||||
-rw-r--r-- | math/vtk5/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 85ee5f78bc8c..74cd1b32cdd7 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -31,7 +31,6 @@ FETCH_ARGS= -pRr USE_LDCONFIG= yes USE_CMAKE= yes USE_QT_VER= 4 -CMAKE_USE_PTHREAD= yes QT_COMPONENTS= corelib opengl qmake_build gui moc_build rcc_build HAS_CONFIGURE= yes DOCSDIR= ${PREFIX}/share/doc/CGAL-3.4 diff --git a/math/qtoctave/Makefile b/math/qtoctave/Makefile index 5d078570e6ce..92eb75f92bc6 100644 --- a/math/qtoctave/Makefile +++ b/math/qtoctave/Makefile @@ -21,6 +21,5 @@ QT_COMPONENTS= designer gui network script svg xml \ qmake_build moc_build rcc_build uic_build USE_CMAKE= yes CMAKE_ARGS+= -DWITH_UseRPMTools:Bool=Off -CMAKE_USE_PTHREAD= yes .include <bsd.port.mk> diff --git a/math/speedcrunch/Makefile b/math/speedcrunch/Makefile index 5dc278a6b6d3..ef5b56ff2322 100644 --- a/math/speedcrunch/Makefile +++ b/math/speedcrunch/Makefile @@ -18,7 +18,6 @@ USE_QT_VER= 4 QT_COMPONENTS= qmake_build moc_build rcc_build uic_build gui xml USE_CMAKE= yes CMAKE_SOURCE_PATH= src -CMAKE_USE_PTHREAD= yes MAKE_JOBS_SAFE= yes diff --git a/math/vtk/Makefile b/math/vtk/Makefile index 0236c1a7c433..22207bffadfd 100644 --- a/math/vtk/Makefile +++ b/math/vtk/Makefile @@ -70,7 +70,6 @@ CMAKE_DEFS+= -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX} \ -DCMAKE_SHARED_LINKER_FLAGS:STRING="${LINKERFLAGS}" \ -DCMAKE_EXE_LINKER_FLAGS:STRING="${LINKERFLAGS} ${PTHREAD_LIBS}" \ -DCMAKE_THREAD_LIBS:STRING="${PTHREAD_LIBS}"\ - -DCMAKE_USE_PTHREADS:BOOL=ON \ -DCMAKE_C_COMPILER:STRING='${CC}' \ -DCMAKE_CXX_COMPILER:STRING=${CXX} \ -DCMAKE_C_FLAGS:STRING="${CFLAGS} ${PTHREAD_CFLAGS}" \ diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index 313580753908..cbfa36188f4f 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -50,7 +50,6 @@ PLIST_SUB+= VER1="${PORTVERSION}" \ MAN3= vtk.3 PORTDOCS= README.html -CMAKE_USE_PTHREAD= yes CMAKE_OUTSOURCE= yes CMAKE_ARGS+= -DBUILD_DOCUMENTATION:BOOL=ON \ |