pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/58404 CVS commit: [pkgsrc-2024Q3] pkgsrc/inputmethod/mozc-server
The following reply was made to PR pkg/58404; it has been noted by GNATS.
From: "Benny Siegert" <bsiegert%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/58404 CVS commit: [pkgsrc-2024Q3] pkgsrc/inputmethod/mozc-server
Date: Fri, 13 Dec 2024 20:43:07 +0000
Module Name: pkgsrc
Committed By: bsiegert
Date: Fri Dec 13 20:43:07 UTC 2024
Modified Files:
pkgsrc/inputmethod/mozc-server [pkgsrc-2024Q3]: Makefile
Makefile.common distinfo
pkgsrc/inputmethod/mozc-server/patches [pkgsrc-2024Q3]:
patch-WORKSPACE.bazel
Added Files:
pkgsrc/inputmethod/mozc-server/patches [pkgsrc-2024Q3]:
patch-dictionary_BUILD.bazel
Log Message:
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...
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.92.4.1 pkgsrc/inputmethod/mozc-server/Makefile
cvs rdiff -u -r1.41 -r1.41.6.1 pkgsrc/inputmethod/mozc-server/Makefile.common
cvs rdiff -u -r1.29 -r1.29.6.1 pkgsrc/inputmethod/mozc-server/distinfo
cvs rdiff -u -r1.1 -r1.1.6.1 \
pkgsrc/inputmethod/mozc-server/patches/patch-WORKSPACE.bazel
cvs rdiff -u -r0 -r1.1.2.2 \
pkgsrc/inputmethod/mozc-server/patches/patch-dictionary_BUILD.bazel
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index