pkgsrc-WIP-changes archive

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

chromium: update todo



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Wed Jul 8 15:57:38 2026 +0200
Changeset:	2d4d1de0151c377d5628e02a9272ccaf8fa27de7

Modified Files:
	chromium/Makefile
	chromium/TODO

Log Message:
chromium: update todo

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2d4d1de0151c377d5628e02a9272ccaf8fa27de7

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

diffstat:
 chromium/Makefile |  1 -
 chromium/TODO     | 20 +++-----------------
 2 files changed, 3 insertions(+), 18 deletions(-)

diffs:
diff --git a/chromium/Makefile b/chromium/Makefile
index 0ab04c3a2e..78052712ef 100644
--- a/chromium/Makefile
+++ b/chromium/Makefile
@@ -24,7 +24,6 @@ CARGO_WRKSRC=			${WRKSRC}/rollup/rust
 EB_DISTNAME=			${MAKE} -C ../../www/esbuild -V DISTNAME
 EB_VER=				${EB_DISTNAME:sh:C/^.*-//}
 GITHUB_SUBMODULES+=		evanw esbuild v${EB_VER} esbuild
-#GITHUB_SUBMODULES+=		evanw esbuild v${EB_DISTNAME:sh:C/^.*-//} esbuild
 
 # LLVM_MAJOR_VERSION
 LLVM_MV=			21
diff --git a/chromium/TODO b/chromium/TODO
index e611a939c9..b600f2f325 100644
--- a/chromium/TODO
+++ b/chromium/TODO
@@ -1,17 +1,3 @@
-To Do:
-
-0) Build on NetBSD-10 amd64
-
-1) Audio backends
- a) NetBSD uses sunaudio (https://github.com/kikadf/chromium-audioio)
- b) FreeBSD uses pulseaudio
-
-If pulseaudio not run, chromium can't start it, so no sound:
-VERBOSE1:pulse_util.cc(261)] Failed to connect to the context. Error: Connection refused
-WARNING:audio_manager_linux.cc(53)] Falling back to ALSA for audio output. PulseAudio is not available or could not be initialized.
-
-If pulseaudio already started, chromium can join it, and has sound.
-This is the workaround, see the files/chromium.sh.in launch wrapper.
-
-2) HID doesn't work on NetBSD.
-NOTE: For this OpenBSD uses libudev-openbsd, FreeBSD uses devd.
+1) Random hangs.
+   Killing the network process restarts it, but the next hang still occurs.
+   GDB: all threads are waiting; no wakeup ever comes.


Home | Main Index | Thread Index | Old Index