Skip to content

Commit

Permalink
lang/zig: update to 0.11.0
Browse files Browse the repository at this point in the history
Changes:	https://ziglang.org/download/0.11.0/release-notes.html
PR:		273124
Approved by:	dch (maintainer)
  • Loading branch information
nfisher1226 authored and jbeich committed Jan 1, 2024
1 parent aaaa65f commit 8c1e3e6
Show file tree
Hide file tree
Showing 11 changed files with 1,160 additions and 1,926 deletions.
2 changes: 1 addition & 1 deletion astro/mepo/Makefile
Expand Up @@ -12,7 +12,7 @@ LICENSE= GPLv3+ OFL11
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= zig>=0.10.0:lang/zig
BUILD_DEPENDS= zig010>=0.10.0:lang/zig010
LIB_DEPENDS= libcurl.so:ftp/curl
RUN_DEPENDS= jq:textproc/jq

Expand Down
2 changes: 1 addition & 1 deletion audio/linuxwave/Makefile
Expand Up @@ -10,7 +10,7 @@ WWW= https://orhun.dev/linuxwave/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= zig>=0.10.0:lang/zig
BUILD_DEPENDS= zig010>=0.10.0:lang/zig010

USE_GITHUB= yes
GH_ACCOUNT= orhun
Expand Down
2 changes: 1 addition & 1 deletion biology/vcflib/Makefile
Expand Up @@ -39,7 +39,7 @@ OPTIONS_SUB= yes

ZIG_DESC= Include Zig language support

ZIG_BUILD_DEPENDS= zig>0:lang/zig
ZIG_BUILD_DEPENDS= zig010>0:lang/zig010

CMAKE_ARGS+= -DWFA_GITMODULE=OFF -DWFALIB=${LOCALBASE}/lib/libwfa2.so
ZIG_CMAKE_OFF= -DZIG=OFF
Expand Down
6 changes: 3 additions & 3 deletions devel/zls/Makefile
@@ -1,6 +1,6 @@
PORTNAME= zls
DISTVERSION= 0.10.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel

MAINTAINER= jbeich@FreeBSD.org
Expand All @@ -10,8 +10,8 @@ WWW= https://github.com/zigtools/zls
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= zig>=0.10.0:lang/zig
RUN_DEPENDS= zig:lang/zig
BUILD_DEPENDS= zig010>=0.10.0:lang/zig010
RUN_DEPENDS= zig:lang/zig010

USE_GITHUB= yes
GH_ACCOUNT= zigtools
Expand Down
6 changes: 3 additions & 3 deletions lang/zig/Makefile
@@ -1,6 +1,6 @@
PORTNAME= zig
DISTVERSION= 0.10.1
PORTREVISION?= 3
DISTVERSION= 0.11.0
PORTREVISION?= 0
CATEGORIES= lang
MASTER_SITES= https://ziglang.org/download/${DISTVERSION}/ \
https://ziglang.org/builds/
Expand Down Expand Up @@ -41,7 +41,7 @@ STATIC_RUN_DEPENDS_OFF= llvm${_LLVM_VER}>=0:devel/llvm${_LLVM_VER}
STATIC_CMAKE_BOOL= CMAKE_SKIP_INSTALL_RPATH ZIG_STATIC
STATIC_LDFLAGS= -licudata -licuuc -llzma -lm -lmd -lxml2 -lz -lzstd

_LLVM_VER= 15
_LLVM_VER= 16
_ZIG_BIN= ${STAGEDIR}${PREFIX}/bin/zig

post-configure-STATIC-on:
Expand Down
10 changes: 5 additions & 5 deletions lang/zig/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1674467482
SHA256 (zig-0.10.1.tar.xz) = 69459bc804333df077d441ef052ffa143d53012b655a51f04cfef1414c04168c
SIZE (zig-0.10.1.tar.xz) = 15143112
SHA256 (zig-freebsd-x86_64-0.10.1.tar.xz) = e245b577b548af1c36357999165efbd347ae6fe1c7b04d02cd9bfb8d994cb58a
SIZE (zig-freebsd-x86_64-0.10.1.tar.xz) = 43966220
TIMESTAMP = 1691983292
SHA256 (zig-0.11.0.tar.xz) = ead029cfe474d9bf0413332d0e9d3bdfb5990cadce238f44f35ba32d92169295
SIZE (zig-0.11.0.tar.xz) = 65092512
SHA256 (zig-freebsd-x86_64-0.11.0.tar.xz) = ea430327f9178377b79264a1d492868dcff056cd76d43a6fb00719203749e958
SIZE (zig-freebsd-x86_64-0.11.0.tar.xz) = 46432140
12 changes: 6 additions & 6 deletions lang/zig/files/patch-CMakeLists.txt
@@ -1,10 +1,10 @@
--- CMakeLists.txt.orig 2023-01-31 09:51:54 UTC
--- CMakeLists.txt.orig 2023-08-03 18:22:03 UTC
+++ CMakeLists.txt
@@ -1089,6 +1089,7 @@ set(ZIG_BUILD_ARGS
"-Dtarget=${ZIG_TARGET_TRIPLE}"
"-Dcpu=${ZIG_TARGET_MCPU}"
"-Dversion-string=${ZIG_VERSION}"
+ "--verbose"
@@ -877,6 +877,7 @@ set(ZIG_BUILD_ARGS
"-Dtarget=${ZIG_TARGET_TRIPLE}"
"-Dcpu=${ZIG_TARGET_MCPU}"
"-Dversion-string=${RESOLVED_ZIG_VERSION}"
+ "--verbose"
)

add_custom_target(stage3 ALL

0 comments on commit 8c1e3e6

Please sign in to comment.