1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

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
This commit is contained in:
Raphael Kubo da Costa 2011-11-14 03:26:46 +00:00
parent 5eeef2311f
commit 6fd8cb7810
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285744
56 changed files with 3 additions and 78 deletions

View File

@ -39,7 +39,6 @@ USE_QT_VER= 4
QT_COMPONENTS= corelib gui xml moc_build uic_build rcc_build \
qmake_build
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
CMAKE_ARGS= -DWANT_ALSA:BOOL=OFF \
-DWANT_CALF:BOOL=OFF \
-DWANT_CAPS:BOOL=OFF \

View File

@ -18,7 +18,6 @@ CONFLICTS= openal-200[0-9]*
USE_BZIP2= yes
USE_CMAKE= yes
USE_LDCONFIG= yes
CMAKE_USE_PTHREAD= yes
CMAKE_ARGS+= -DALSA:BOOL=OFF -DPORTAUDIO:BOOL=OFF -DSOLARIS:BOOL=OFF \
-DDSOUND:BOOL=OFF -DALSOFT_CONFIG:BOOL=ON

View File

@ -20,7 +20,6 @@ USE_CMAKE= yes
USE_QT_VER= 4
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
CMAKE_USE_PTHREAD= yes
QT_COMPONENTS= gui xml sql phonon network linguist_build \
rcc_build qmake_build uic_build moc_build

View File

@ -37,8 +37,7 @@ ALL_TARGET= all
MAN1= gmsh.1
CMAKE_ARGS+= -DCMAKE_SKIP_RPATH:BOOL=YES \
-DCMAKE_VERBOSE_MAKEFILE:BOOL=YES \
-DCMAKE_USE_PTHREADS:BOOL=YES
-DCMAKE_VERBOSE_MAKEFILE:BOOL=YES
.if !defined(WITHOUT_STATIC_LIB)
ALL_TARGET+= lib
@ -122,8 +121,6 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
CMAKE_USE_PTHREAD= yes
pre-everything::
@${ECHO_MSG} ""
.if !defined(WITHOUT_TETGEN)

View File

@ -47,7 +47,6 @@ CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" \
-DKICAD_TESTING_VERSION=ON \
-DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \
-DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}"
CMAKE_USE_PTHREAD= yes
MAKE_JOBS_SAFE= yes

View File

@ -24,7 +24,6 @@ QT_COMPONENTS= corelib gui qt3support svg xml \
uic_build uic3_build rcc_build
USE_GNOME= desktopfileutils
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
INSTALLS_ICONS= yes
.if !defined(WITH_DEBUG)

View File

@ -30,7 +30,6 @@ HAS_CONFIGURE= yes
USE_DOS2UNIX= src/ui/popwidget.cpp
USE_GMAKE= yes
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
CMAKE_INSTALL_PREFIX= ${PREFIX}
CMAKE_ARGS= -Wno-dev

View File

@ -20,7 +20,6 @@ RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus
LIB_DEPENDS= chewing.3:${PORTSDIR}/chinese/libchewing
CMAKE_ARGS+= -DSYSCONF_INSTALL_DIR=${PREFIX}/etc
CMAKE_USE_PTHREAD=yes
GCONF_SCHEMAS= ${PORTNAME}.schemas
USE_CMAKE= yes
USE_GETTEXT= yes

View File

@ -19,7 +19,6 @@ RUN_DEPENDS= lsz:${PORTSDIR}/comms/lrzsz
USE_QT_VER= 4
QT_COMPONENTS= qt3support qmake_build moc_build rcc_build uic_build
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
MAN1= cutecom.1

View File

@ -25,7 +25,6 @@ PLIST_FILES= sbin/mydumper
USE_GNOME= glib20
USE_MYSQL= yes
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
post-patch:
@${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/CMakeLists.txt

View File

@ -16,7 +16,6 @@ COMMENT= Admin's GUI tool for Sqlite3
LIB_DEPENDS= qscintilla2.5:${PORTSDIR}/devel/qscintilla2
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
USE_QT_VER= 4
USE_SQLITE= yes
CMAKE_ENV+= QMAKESPEC=${QMAKESPEC}

View File

@ -23,7 +23,6 @@ USE_GNOME= gnomehier libglade2
USE_GECKO= libxul
USE_GETTEXT= yes
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
CMAKE_ARGS= -DCMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=TRUE
INSTALLS_ICONS= yes

View File

@ -20,7 +20,6 @@ LIB_DEPENDS= opensync.1:${PORTSDIR}/devel/libopensync
USE_BZIP2= yes
USE_ICONV= yes
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
CMAKE_ARGS+= -Wno-dev
CFLAGS+= "-I${LOCALBASE}/include"

View File

@ -21,7 +21,6 @@ CONFLICTS= msynctool-0.2*
USE_BZIP2= yes
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
PLIST_FILES= bin/${PORTNAME}

View File

@ -29,7 +29,6 @@ ONLY_FOR_ARCHS_REASON= depends on wine which is only available for i386
MAN1= q4wine-cli.1 q4wine-helper.1 q4wine.1
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
CMAKE_ARGS+= -DMANPAGE_ENTRY_PATH=${MANPREFIX}/man/
OPTIONS= DBUS "Enable DBus notification support" on

View File

@ -22,7 +22,6 @@ QT_COMPONENTS= corelib dbus gui network xml \
moc_build qmake_build rcc_build uic_build
USE_OPENSSL= yes
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
CMAKE_ARGS= -DCMAKE_CXX_FLAGS_RELEASE:STRING="-DNDEBUG" \
-DMANPAGE_DIRECTORY:STRING="${MANPREFIX}/man/man1" \
-DMARKDOWN_LOCATION:STRING="${LOCALBASE}/bin/markdown"

View File

@ -20,7 +20,6 @@ USE_ICONV= yes
USE_QT_VER= 4
QT_COMPONENTS= corelib qmake_build moc rcc_build uic_build
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>

View File

@ -19,7 +19,6 @@ USE_XORG= x11
MAKE_JOBS_SAFE= yes
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
CPPFLAGS+= -I${LOCALBASE}/include

View File

@ -17,7 +17,6 @@ LICENSE= GPLv2
USE_LDCONFIG= yes
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
MAKE_JOBS_SAFE= yes

View File

@ -23,7 +23,6 @@ CONFLICTS= libopensync-0.22*
USE_BZIP2= yes
USE_CMAKE= yes
CMAKE_ARGS+= -Wno-dev
CMAKE_USE_PTHREAD= yes
USE_GNOME= glib20 libxml2
USE_PYTHON= yes
USE_LDCONFIG= yes

View File

@ -29,7 +29,6 @@ QT_COMPONENTS= qtestlib qmake_build rcc_build uic_build moc_build gui xml
USE_PERL5= yes
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
CMAKE_ARGS+= -DLOCALBASE:STRING="${LOCALBASE}" \
-DLUA_INCDIR:STRING="${LUA_INCDIR}" \
-DLUA_LIBDIR:STRING="${LUA_LIBDIR}" \

View File

@ -21,7 +21,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt
USE_BZIP2= yes
USE_PERL5_BUILD= yes
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes

View File

@ -18,6 +18,5 @@ USE_KDELIBS_VER=3
USE_GMAKE= yes
USE_GL= yes
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
.include <bsd.port.mk>

View File

@ -45,7 +45,6 @@ CMAKE_ARGS= -DROR_BUILD_HYDRAX=TRUE \
-DOGRE_BUILD_PLUGIN_CG=FALSE \
-DLOCALBASE="${LOCALBASE}" \
-DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}"
CMAKE_USE_PTHREAD= yes
PORTDOCS= *

View File

@ -23,7 +23,6 @@ USE_GL= gl glu
MAKE_JOBS_SAFE= yes
USE_CMAKE= yes
USE_GETTEXT= yes
CMAKE_USE_PTHREAD=yes
CMAKE_ARGS= -DDATA_INSTALL_DIR="${DATADIR}"
WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION}

View File

@ -27,7 +27,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
CMAKE_OUTSOURCE= yes
INSTALLS_ICONS= yes

View File

@ -38,7 +38,6 @@ USE_CMAKE= yes
CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG}
CMAKE_VERBOSE= yes
CMAKE_USE_PTHREAD= yes
USE_WX= 2.8+
WX_UNICODE= yes

View File

@ -29,7 +29,6 @@ USE_CMAKE= yes
MAKE_JOBS_SAFE= yes
CMAKE_ARGS= -DQTTRANS_LRELEASE_EXECUTABLE="${LOCALBASE}/bin/lrelease-qt4"
CMAKE_USE_PTHREAD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}

View File

@ -20,7 +20,6 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \
IlmImf.6:${PORTSDIR}/graphics/OpenEXR
USE_CMAKE= yes
CMAKE_USE_PTHREAD=yes
CMAKE_ARGS= -DNVTT_SHARED=TRUE
MAKE_JOBS_SAFE= yes

View File

@ -25,7 +25,6 @@ USE_PERL5= yes
MAKE_JOBS_SAFE= yes
USE_CMAKE= yes
USE_LDCONFIG= yes
CMAKE_USE_PTHREAD= yes
OPTIONS= SHIVA "Install filters and generators" on

View File

@ -26,7 +26,6 @@ USE_BISON= build
USE_CMAKE= yes
USE_QT_VER= 4
USE_SQLITE= yes
CMAKE_USE_PTHREAD= yes
QT_COMPONENTS= gui svg xml network sql designer linguist_build \
qmake_build moc_build rcc_build uic_build

View File

@ -29,8 +29,4 @@ QT_COMPONENTS= corelib gui imageformats linguist_build \
CPPFLAGS+= -I${LOCALBASE}/include
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.pre.mk>
.if ${OSVERSION}<700042
CMAKE_USE_PTHREAD= yes
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -24,7 +24,6 @@ USE_LDCONFIG= yes
USE_NCURSES= yes
WITH_NCURSES_BASE= yes
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
WANT_PERL= yes

View File

@ -22,7 +22,6 @@ USE_LDCONFIG= yes
USE_NCURSES= yes
WITH_NCURSES_BASE= yes
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
WANT_PERL= yes

View File

@ -27,10 +27,6 @@ OPTIONS= DEBUG "Enable Debugging" off
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
CMAKE_USE_PTHREAD= yes
.endif
.if defined(WITH_DEBUG)
CMAKE_ARGS+= -DENABLE_DEBUG=TRUE
.endif

View File

@ -41,10 +41,6 @@ _REQUIRE= LOGIN
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
CMAKE_USE_PTHREAD= yes
.endif
.if !defined(WITH_DB4) || defined(WITHOUT_DB4)
CMAKE_ARGS+= -DWITHOUT_DB4=TRUE
.else

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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}" \

View File

@ -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 \

View File

@ -21,7 +21,6 @@ COMMENT= CD organizer for KDE
USE_KDEBASE_VER= 3
USE_SQLITE= yes
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local/|${LOCALBASE}/|g' \

View File

@ -45,7 +45,6 @@ QTCPPFLAGS+= ${PTHREAD_CFLAGS}
QTCFGLIBS+= ${PTHREAD_LIBS}
.else
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
QT_COMPONENTS= gui qt3support xml moc_build qmake_build rcc_build uic_build
CXXFLAGS+= -I${PREFIX}/include \
-I${PREFIX}/include/libavcodec \

View File

@ -35,7 +35,6 @@ QT_COMPONENTS= gui \
CXXFLAGS+= -L${LOCALBASE}/lib
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
WRKSRC= ${WRKDIR}/jabber

View File

@ -34,7 +34,6 @@ USE_XORG= xscrnsaver
MAKE_JOBS_SAFE= yes
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
CMAKE_VERBOSE= yes
CMAKE_ARGS+= -DUNIX:BOOL=1 -DBSD:BOOL=1

View File

@ -28,10 +28,6 @@ USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700042
CMAKE_USE_PTHREAD= yes
.endif
post-extract:
${MKDIR} ${WRKSRC}

View File

@ -17,7 +17,6 @@ LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/../COPYING
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
CMAKE_SOURCE_PATH= ..
USE_QT_VER= 4
QT_COMPONENTS= corelib qmake_build uic_build moc_build rcc_build xml dbus

View File

@ -18,7 +18,6 @@ MAINTAINER= fk@fabiankeil.de
COMMENT= A graphical Tor controller based on Qt 4.x
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
INSTALLS_ICONS= yes
USE_QT_VER= 4
QT_COMPONENTS= gui moc_build qmake_build rcc_build uic_build network xml linguist_build

View File

@ -41,7 +41,6 @@ USE_CMAKE= yes
USE_XORG= xscrnsaver
CMAKE_ARGS= -DKADU_VERSION:STRING="${DISTVERSION}" -DWITH_ENCHANT=ON
# Setting KADU_VERSION disables git invocation
CMAKE_USE_PTHREAD=yes
MAKE_JOBS_SAFE= yes
USE_QT_VER= 4

View File

@ -38,7 +38,6 @@ USE_GNOME= desktopfileutils libartlgpl2 libxml2 pkgconfig
USE_GHOSTSCRIPT_RUN= yes
USE_PYTHON= yes
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
MAKE_JOBS_SAFE= yes
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}

View File

@ -35,7 +35,6 @@ USE_PERL5_BUILD=yes
USE_LDCONFIG= yes
USE_MOTIF= yes
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
PLIST_SUB+= SCRIBUS_VERSION=${PORTVERSION}
MAN1= scribus.1

View File

@ -23,10 +23,4 @@ QT_COMPONENTS= gui xml rcc_build qmake_build uic_build moc_build \
MAN7= massxpert-data.7
MAN1= massxpert.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
CMAKE_USE_PTHREAD= yes
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -18,7 +18,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap
LICENSE= GPLv2
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
INSTALLS_ICONS= yes
USE_QT_VER= 4
QT_COMPONENTS= gui xml qmake_build uic_build moc_build rcc_build network \

View File

@ -24,7 +24,6 @@ USE_BZIP2= yes
USE_GNOME= gtk20
USE_KDEBASE_VER=3
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/build
CMAKE_SOURCE_PATH= ..

View File

@ -22,7 +22,6 @@ QT_COMPONENTS= gui svg network moc_build uic_build rcc_build qmake_build linguis
INSTALLS_ICONS= yes
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
OPTIONS= FONTFORGE "With FontForge editor" off

View File

@ -33,7 +33,6 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \
USE_BZIP2= yes
USE_ICONV= yes
USE_CMAKE= yes
CMAKE_USE_PTHREAD=yes
CMAKE_ARGS+= -DSYSCONFDIR=${PREFIX}/etc
USE_EFL= imlib2
USE_GNOME= glib20 pango