diff options
author | rakuco <rakuco@FreeBSD.org> | 2011-11-14 11:26:46 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2011-11-14 11:26:46 +0800 |
commit | 3e3bdff1f914695e975da2198d279e2769d47eb9 (patch) | |
tree | 3d5417da1e6a5cc164888f7fb19a0e8c26506a76 /graphics | |
parent | 60766fa91697722890579e02dd190000420b7da7 (diff) | |
download | freebsd-ports-gnome-3e3bdff1f914695e975da2198d279e2769d47eb9.tar.gz freebsd-ports-gnome-3e3bdff1f914695e975da2198d279e2769d47eb9.tar.zst freebsd-ports-gnome-3e3bdff1f914695e975da2198d279e2769d47eb9.zip |
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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aqsis/Makefile | 1 | ||||
-rw-r--r-- | graphics/hugin/Makefile | 1 | ||||
-rw-r--r-- | graphics/lprof-devel/Makefile | 1 | ||||
-rw-r--r-- | graphics/nvidia-texture-tools/Makefile | 1 | ||||
-rw-r--r-- | graphics/opengtl/Makefile | 1 | ||||
-rw-r--r-- | graphics/qgis/Makefile | 1 | ||||
-rw-r--r-- | graphics/yagf/Makefile | 6 |
7 files changed, 1 insertions, 11 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index d8eea3e8ff25..a29dda829d06 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -27,7 +27,6 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes USE_CMAKE= yes -CMAKE_USE_PTHREAD= yes CMAKE_OUTSOURCE= yes INSTALLS_ICONS= yes diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 7ba7720ad30d..0566d1324791 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -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 diff --git a/graphics/lprof-devel/Makefile b/graphics/lprof-devel/Makefile index 892ceb8398e6..a6eeb0c422dd 100644 --- a/graphics/lprof-devel/Makefile +++ b/graphics/lprof-devel/Makefile @@ -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} diff --git a/graphics/nvidia-texture-tools/Makefile b/graphics/nvidia-texture-tools/Makefile index c91c30aaebf0..5f7e02ca0e4f 100644 --- a/graphics/nvidia-texture-tools/Makefile +++ b/graphics/nvidia-texture-tools/Makefile @@ -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 diff --git a/graphics/opengtl/Makefile b/graphics/opengtl/Makefile index 982b10ac490a..ddf801eb758f 100644 --- a/graphics/opengtl/Makefile +++ b/graphics/opengtl/Makefile @@ -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 diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index d13dd2d7b384..f53ac8480a7c 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -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 diff --git a/graphics/yagf/Makefile b/graphics/yagf/Makefile index f91c690c0b49..94f80f8a8bcd 100644 --- a/graphics/yagf/Makefile +++ b/graphics/yagf/Makefile @@ -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> |