Date: Sat, 20 Mar 2021 07:02:38 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568847 - in head/devel/pthreadpool: . files Message-ID: <202103200702.12K72cIt061871@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Mar 20 07:02:38 2021 New Revision: 568847 URL: https://svnweb.freebsd.org/changeset/ports/568847 Log: devel/pthreadpool: Update g20181121 -> 0.1-126 Modified: head/devel/pthreadpool/Makefile head/devel/pthreadpool/distinfo head/devel/pthreadpool/files/patch-CMakeLists.txt Modified: head/devel/pthreadpool/Makefile ============================================================================== --- head/devel/pthreadpool/Makefile Sat Mar 20 06:57:17 2021 (r568846) +++ head/devel/pthreadpool/Makefile Sat Mar 20 07:02:38 2021 (r568847) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= pthreadpool -PORTVERSION= g20181121 +DISTVERSION= 0.1-126 +DISTVERSIONSUFFIX= -gb8374f8 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -13,10 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/fxdiv.h:devel/fxdiv USES= cmake compiler:c11 localbase +USE_LDCONFIG= yes + USE_GITHUB= yes GH_ACCOUNT= Maratyszcza -GH_TAGNAME= 6673a4c -USE_LDCONFIG= yes CMAKE_OFF= PTHREADPOOL_BUILD_TESTS PTHREADPOOL_BUILD_BENCHMARKS CMAKE_ON= BUILD_SHARED_LIBS Modified: head/devel/pthreadpool/distinfo ============================================================================== --- head/devel/pthreadpool/distinfo Sat Mar 20 06:57:17 2021 (r568846) +++ head/devel/pthreadpool/distinfo Sat Mar 20 07:02:38 2021 (r568847) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566067037 -SHA256 (Maratyszcza-pthreadpool-g20181121-6673a4c_GH0.tar.gz) = aa8a46618356c910ec9e3dabb310253ea76b314f9875611edd7fa374c0bf6f80 -SIZE (Maratyszcza-pthreadpool-g20181121-6673a4c_GH0.tar.gz) = 12742 +TIMESTAMP = 1616223511 +SHA256 (Maratyszcza-pthreadpool-0.1-126-gb8374f8_GH0.tar.gz) = 3dceabf2b1336ee9b7939fbc9e995876df61fd7760b706cfd1c33b9cd137865d +SIZE (Maratyszcza-pthreadpool-0.1-126-gb8374f8_GH0.tar.gz) = 48921 Modified: head/devel/pthreadpool/files/patch-CMakeLists.txt ============================================================================== --- head/devel/pthreadpool/files/patch-CMakeLists.txt Sat Mar 20 06:57:17 2021 (r568846) +++ head/devel/pthreadpool/files/patch-CMakeLists.txt Sat Mar 20 07:02:38 2021 (r568847) @@ -1,15 +1,6 @@ ---- CMakeLists.txt.orig 2018-11-21 22:52:31 UTC +--- CMakeLists.txt.orig 2021-03-20 06:59:23 UTC +++ CMakeLists.txt -@@ -34,7 +34,7 @@ SET(CONFU_DEPENDENCIES_SOURCE_DIR ${CMAKE_SOURCE_DIR}/ - SET(CONFU_DEPENDENCIES_BINARY_DIR ${CMAKE_BINARY_DIR}/deps - CACHE PATH "Confu-style dependencies binary directory") - --IF(NOT DEFINED FXDIV_SOURCE_DIR) -+IF(FALSE AND NOT DEFINED FXDIV_SOURCE_DIR) - MESSAGE(STATUS "Downloading FXdiv to ${CONFU_DEPENDENCIES_SOURCE_DIR}/fxdiv (define FXDIV_SOURCE_DIR to avoid it)") - CONFIGURE_FILE(cmake/DownloadFXdiv.cmake "${CONFU_DEPENDENCIES_BINARY_DIR}/fxdiv-download/CMakeLists.txt") - EXECUTE_PROCESS(COMMAND "${CMAKE_COMMAND}" -G "${CMAKE_GENERATOR}" . -@@ -109,14 +109,14 @@ IF(CMAKE_SYSTEM_NAME STREQUAL "Linux") +@@ -150,14 +150,14 @@ IF(CMAKE_SYSTEM_NAME STREQUAL "Linux") ENDIF() # ---[ Configure FXdiv @@ -19,7 +10,7 @@ SET(FXDIV_BUILD_BENCHMARKS OFF CACHE BOOL "") ADD_SUBDIRECTORY( "${FXDIV_SOURCE_DIR}" - "${CONFU_DEPENDENCIES_BINARY_DIR}/fxdiv") + "${CMAKE_BINARY_DIR}/FXdiv") ENDIF() -TARGET_LINK_LIBRARIES(pthreadpool PRIVATE fxdiv) +#TARGET_LINK_LIBRARIES(pthreadpool PRIVATE fxdiv)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103200702.12K72cIt061871>