c8d688c7bb
The maintainer's last activity was a Bugzilla submission in September 2022 about updating py-keras. No activity of any kind afterwards. Account of failures to respond spanning for 3+ years (the FreeBSD policy is 3 months) is below. maintainer timeouts in science/py-tensorflow: * Jul 1 06:23:34 2025 * Feb 23 05:18:05 2026 unanswered bug reports for science/py-tensorflow: ┌─────────────────────────────────────────────────────────────────────┬─────────────────────────┬───────────────────────┬────────────┬────────────┐ │ Bug │ Port │ Summary │ Filed │ Timed Out │ ├─────────────────────────────────────────────────────────────────────┼─────────────────────────┼───────────────────────┼────────────┼────────────┤ │ #278571 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278571) │ science/py-tensorflow │ Update 2.9.1 → 2.16.1 │ 2024-04-24 │ 2025-01-28 │ └─────────────────────────────────────────────────────────────────────┴─────────────────────────┴───────────────────────┴────────────┴────────────┘ maintainer timeout on devel/google-cloud-cpp: * Aug 1 12:07:51 2023 maintainer timeout on devel/nsync: * Apr 27 00:50:50 2024 Open Bug Reports with Pending Maintainer Feedback: ┌─────────────────────────────────────────────────────────────────────┬──────────────────────────┬────────────────────────────────────┬────────────┬───────────────────┐ │ Bug │ Port │ Summary │ Filed │ Awaiting Response │ ├─────────────────────────────────────────────────────────────────────┼──────────────────────────┼────────────────────────────────────┼────────────┼───────────────────┤ │ #289001 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289001) │ devel/google-cloud-cpp │ Upgrade request │ 2025-08-22 │ ~7 months │ ├─────────────────────────────────────────────────────────────────────┼──────────────────────────┼────────────────────────────────────┼────────────┼───────────────────┤ │ #289982 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289982) │ science/py-tensorflow │ Doesn't link/symlink its libraries │ 2025-10-03 │ ~6 months │ ├─────────────────────────────────────────────────────────────────────┼──────────────────────────┼────────────────────────────────────┼────────────┼───────────────────┤ │ #294036 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294036) │ science/py-tensorflow │ Update to 2.21.0 (patch attached) │ 2026-03-25 │ 3 days │ └─────────────────────────────────────────────────────────────────────┴──────────────────────────┴────────────────────────────────────┴────────────┴───────────────────┘ Ports maintained: 1. science/py-tensorflow - v2.13.1 (latest: v2.21.0, 8 versions behind) 2. devel/google-cloud-cpp - v2.27.0 (latest: v3.3.0) 3. devel/nsync - v1.27.0 (latest: v1.30.0) 4. devel/crc32c - v1.1.2 (up to date per Portscout) 5. devel/py-absl - v0.7.1 (latest: 0.15.0, being deprecated) 6. devel/py-google-pasta - v0.1.7 (latest: 0.2.0) Approved by: portmgr@ (policy on inactive maintainers: 3 months is long exceeded)
22 lines
471 B
Makefile
22 lines
471 B
Makefile
PORTNAME= nsync
|
|
DISTVERSION= 1.27.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= C library that exports various synchronization primitives like mutexes
|
|
WWW= https://github.com/google/nsync
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:testing compiler:c++11-lang
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= google
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
CMAKE_OFF= NSYNC_ENABLE_TESTS
|
|
CMAKE_TESTING_ON= NSYNC_ENABLE_TESTS
|
|
|
|
.include <bsd.port.mk>
|