pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/fcitx5-mozc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 30 15:51:11 UTC 2025

Modified Files:
        pkgsrc/inputmethod/fcitx5-mozc: Makefile

Log Message:
fcitx5-mozc: allow network access during build

This downloads lots of stuff during build.
Workaround to make the package compile again, for now.

TODO: this is wrong and should be fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/inputmethod/fcitx5-mozc/Makefile

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

Modified files:

Index: pkgsrc/inputmethod/fcitx5-mozc/Makefile
diff -u pkgsrc/inputmethod/fcitx5-mozc/Makefile:1.32 pkgsrc/inputmethod/fcitx5-mozc/Makefile:1.33
--- pkgsrc/inputmethod/fcitx5-mozc/Makefile:1.32        Thu Nov 14 22:20:23 2024
+++ pkgsrc/inputmethod/fcitx5-mozc/Makefile     Thu Jan 30 15:51:11 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2024/11/14 22:20:23 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2025/01/30 15:51:11 wiz Exp $
 
 PKGNAME=       fcitx5-${DISTNAME}
 PKGREVISION=   5
@@ -21,6 +21,10 @@ DEPENDS+=    mozc-server>=2.29:../../inputm
 DEPENDS+=      mozc-renderer>=2.29:../../inputmethod/mozc-renderer
 DEPENDS+=      mozc-tool>=2.29:../../inputmethod/mozc-tool
 
+# TODO: fix, shouldn't download during build
+# bazel-skylib and many others
+ALLOW_NETWORK_ACCESS=  yes
+
 do-build:
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
                ${PREFIX}/bin/bazel \



Home | Main Index | Thread Index | Old Index