head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.12 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.10 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.8 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.6 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.4 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.2 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.1.0.6 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.4 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.2 pkgsrc-2024Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2024.12.11.03.07.20; author maya; state Exp; branches; next 1.1; commitid 6ElBfQp6kDD7X1BF; 1.1 date 2024.02.10.01.17.27; author ryoon; state Exp; branches 1.1.6.1; next ; commitid mXyKxHnOjWSPaPXE; 1.1.6.1 date 2024.12.13.20.43.07; author bsiegert; state Exp; branches; next ; commitid IiVRTq2JLFBXKnBF; desc @@ 1.2 log @mozc-server: avoid network fetches, respect MAKE_JOBS --distdir is the magic incantation to tell bazel to look at local files We are still left with issues from http_archive, so I comment those out, extract the zip file ourselves, and adjust the BUILD.bazel to use a local file in the same directory as the code. PR pkg/58404 PR pkg/58750 @ text @$NetBSD: patch-WORKSPACE.bazel,v 1.1 2024/02/10 01:17:27 ryoon Exp $ Avoid fetching http_archive files as I dont know how to override them being downloaded during the build --- WORKSPACE.bazel.orig 2023-10-26 12:00:50.000000000 +0000 +++ WORKSPACE.bazel @@@@ -118,7 +118,7 @@@@ new_local_repository( # Qt for Linux pkg_config_repository( name = "qt_linux", - packages = ["Qt6Core", "Qt6Gui", "Qt6Widgets"], + packages = ["Qt6Core", "Qt6Gui", "Qt6Widgets", "Qt6OpenGL", "gl"], ) # Qt for macOS @@@@ -200,14 +200,14 @@@@ http_file( ) # Zip code -http_archive( - name = "zip_code_ken_all", - build_file_content = "exports_files([\"KEN_ALL.CSV\"])", - url = "https://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip", -) - -http_archive( - name = "zip_code_jigyosyo", - build_file_content = "exports_files([\"JIGYOSYO.CSV\"])", - url = "https://www.post.japanpost.jp/zipcode/dl/jigyosyo/zip/jigyosyo.zip", -) +#http_archive( +# name = "zip_code_ken_all", +# build_file_content = "exports_files([\"KEN_ALL.CSV\"])", +# url = "https://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip", +#) + +#http_archive( +# name = "zip_code_jigyosyo", +# build_file_content = "exports_files([\"JIGYOSYO.CSV\"])", +# url = "https://www.post.japanpost.jp/zipcode/dl/jigyosyo/zip/jigyosyo.zip", +#) @ 1.1 log @mozc: Update to 2.29.5268.102 * Convert to use devel/bazel as build automation tool. * Bazel downloads distfiles during build. It is difficult to avoid the downloading because it is performed recursively. Changelog: Not Available. @ text @d1 4 a4 1 $NetBSD$ d8 1 a8 1 @@@@ -118,7 +128,7 @@@@ new_local_repository( d17 26 @ 1.1.6.1 log @Pullup ticket #6920 - requested by maya inputmethod/mozc-server: build fix (prevent network access during build) Revisions pulled up: - inputmethod/mozc-server/Makefile 1.96-1.97 - inputmethod/mozc-server/Makefile.common 1.42-1.43 - inputmethod/mozc-server/distinfo 1.30 - inputmethod/mozc-server/patches/patch-WORKSPACE.bazel 1.2 - inputmethod/mozc-server/patches/patch-dictionary_BUILD.bazel 1.1 --- Module Name: pkgsrc Committed By: wiz Date: Sat Dec 7 18:07:35 UTC 2024 Modified Files: pkgsrc/inputmethod/mozc-server: Makefile.common Log Message: mozc-server: Fix build by allowing network access during build TODO: This should be fixed to not download files during the build! --- Module Name: pkgsrc Committed By: maya Date: Wed Dec 11 03:07:20 UTC 2024 Modified Files: pkgsrc/inputmethod/mozc-server: Makefile Makefile.common distinfo pkgsrc/inputmethod/mozc-server/patches: patch-WORKSPACE.bazel Added Files: pkgsrc/inputmethod/mozc-server/patches: patch-dictionary_BUILD.bazel Log Message: mozc-server: avoid network fetches, respect MAKE_JOBS --distdir is the magic incantation to tell bazel to look at local files We are still left with issues from http_archive, so I comment those out, extract the zip file ourselves, and adjust the BUILD.bazel to use a local file in the same directory as the code. PR pkg/58404 PR pkg/58750 --- Module Name: pkgsrc Committed By: maya Date: Wed Dec 11 03:08:04 UTC 2024 Modified Files: pkgsrc/inputmethod/mozc-server: Makefile Log Message: mozc-server: Bump PKGREVISION for previous intrusive bazel changes It shouldn't affect the resulting package, but in case it does... @ text @a2 3 Avoid fetching http_archive files as I dont know how to override them being downloaded during the build d5 1 a5 1 @@@@ -118,7 +118,7 @@@@ new_local_repository( a13 26 @@@@ -200,14 +200,14 @@@@ http_file( ) # Zip code -http_archive( - name = "zip_code_ken_all", - build_file_content = "exports_files([\"KEN_ALL.CSV\"])", - url = "https://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip", -) - -http_archive( - name = "zip_code_jigyosyo", - build_file_content = "exports_files([\"JIGYOSYO.CSV\"])", - url = "https://www.post.japanpost.jp/zipcode/dl/jigyosyo/zip/jigyosyo.zip", -) +#http_archive( +# name = "zip_code_ken_all", +# build_file_content = "exports_files([\"KEN_ALL.CSV\"])", +# url = "https://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip", +#) + +#http_archive( +# name = "zip_code_jigyosyo", +# build_file_content = "exports_files([\"JIGYOSYO.CSV\"])", +# url = "https://www.post.japanpost.jp/zipcode/dl/jigyosyo/zip/jigyosyo.zip", +#) @