On Fri, Jan 23, 2026 at 08:38:01PM +0000, Stuart Henderson wrote: > On 2026/01/19 02:07, Antoine Jacoutot wrote: > > CVSROOT: /cvs > > Module name: ports > > Changes by: [email protected] 2026/01/19 02:07:18 > > > > Modified files: > > multimedia/openwv: Makefile > > multimedia/openwv/pkg: README > > > > Log message: > > Fix path; ok robert@ (maintainer) > > > > I don't think that's right either? seems like it should be this: > > ? ktrace.out > ? samsung_sm-a025g_16.0.0_929e205b_22589_l3.wvd > ? samsung_sm-a037g_16.1.0_2568972c_22594_l3.wvd > ? samsung_sm-a037g_16.1.0_412e38a5_22594_l3.wvd > ? samsung_sm-a125f_16.0.0_e09f2dca_22589_l3.wvd > Index: Makefile > =================================================================== > RCS file: /cvs/ports/multimedia/openwv/Makefile,v > diff -u -p -r1.3 Makefile > --- Makefile 19 Jan 2026 09:07:18 -0000 1.3 > +++ Makefile 23 Jan 2026 20:36:38 -0000 > @@ -5,7 +5,7 @@ COMMENT = open reimplementation of Googl > GH_ACCOUNT = tchebb > GH_PROJECT = openwv > GH_TAGNAME = v1.1.3 > -REVISION = 0 > +REVISION = 1 > > # Rust crates downloaded via git > AUTOCXX = 1fca5acd26f533576f98da45075d5498a1731d92 > Index: pkg/README > =================================================================== > RCS file: /cvs/ports/multimedia/openwv/pkg/README,v > diff -u -p -r1.2 README > --- pkg/README 19 Jan 2026 09:07:18 -0000 1.2 > +++ pkg/README 23 Jan 2026 20:36:38 -0000 > @@ -16,4 +16,5 @@ Cheat sheet > > Chromium > -------- > -$ ln -sf ${TRUEPREFIX}/lib/openwv/chromium ~/.chromium/WidevineCdm/9999 > +$ mkdir -p ~/.config/chromium/WidevineCdm > +$ ln -sf ${TRUEPREFIX}/lib/openwv/chromium > ~/.config/chromium/WidevineCdm/9999
Indeed. ok aja -- Antoine
