diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2025-05-21 17:35:17 +0200 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2025-05-21 17:35:17 +0200 |
commit | 01217fe59021c924439d505e112a134a2c602670 (patch) | |
tree | e8a6e1518540113505b0b56190c40b43fe038c14 | |
parent | lang/zig: Update to 0.14.0 (diff) |
lang/zig010: Deprecate port
Old Zig implementation without consumers in the ports tree.
PR: 286105
Reported by: bsd@orsolic.org (maintainer)
-rw-r--r-- | lang/zig010/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/zig010/Makefile b/lang/zig010/Makefile index c8a2b3d21c73..7a2db4003421 100644 --- a/lang/zig010/Makefile +++ b/lang/zig010/Makefile @@ -18,6 +18,9 @@ WWW= https://ziglang.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Old zig implementation, no consumers in ports +EXPIRATION_DATE= 2025-08-30 + ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= not yet supported |