pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/inputmethod/mozc-server



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!


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/inputmethod/mozc-server/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/mozc-server/Makefile.common
diff -u pkgsrc/inputmethod/mozc-server/Makefile.common:1.41 pkgsrc/inputmethod/mozc-server/Makefile.common:1.42
--- pkgsrc/inputmethod/mozc-server/Makefile.common:1.41 Sat Feb 10 01:17:26 2024
+++ pkgsrc/inputmethod/mozc-server/Makefile.common      Sat Dec  7 18:07:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.41 2024/02/10 01:17:26 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.42 2024/12/07 18:07:35 wiz Exp $
 
 # used by inputmethod/ibus-mozc/Makefile
 # used by inputmethod/mozc-elisp/Makefile
@@ -29,6 +29,9 @@ DISTFILES+=   ${DEFAULT_DISTFILES}
 
 EXTRACT_ONLY=  ${DEFAULT_DISTFILES} ${_GITHUB_DEFAULT_DISTFILES}
 
+# TODO: This package downloads files during the build. This should be fixed!
+ALLOW_NETWORK_ACCESS=  yes
+
 #MOZC_DISTS+=  bazel-skylib-1.4.1.tar.gz
 #SITES.bazel-skylib-1.4.1.tar.gz=      https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.1/
 #



Home | Main Index | Thread Index | Old Index