pkgsrc-Users archive

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

Re: "firefox" fails packaging on 9.3_STABLE/amd64



On Fri, 23 Jun 2023, John D. Baker wrote:

> > Looks like firefox-114.0.1/widget/gtk/moz.build has
> > 
> > if CONFIG["MOZ_WAYLAND"]:
> >     DIRS += ["wayland", "mozwayland", "vaapitest"]
> > 
> > So you may need to add a conditional to the PLIST for that to build :)
> 
> There's no option for "wayland" in firefox yet there is a
> "PLIST.wayland" conditional used for "lib/firefox/libmozwayland.so".
> I've copied it to before "lib/firefox/vaapitest" and will try again
> once my build host finishes other tasks.

This seems to have worked:

+Index: www/firefox/PLIST
+===================================================================
+RCS file: /cvsroot/pkgsrc/www/firefox/PLIST,v
+retrieving revision 1.182
+diff -u -p -r1.182 PLIST
+--- www/firefox/PLIST	14 Jun 2023 16:22:18 -0000	1.182
++++ www/firefox/PLIST	24 Jun 2023 02:34:24 -0000
+@@ -33,7 +33,7 @@ lib/firefox/pingsender
+ lib/firefox/platform.ini
+ lib/firefox/plugin-container
+ lib/firefox/removed-files
+-lib/firefox/vaapitest
++${PLIST.wayland}lib/firefox/vaapitest
+ share/applications/firefox.desktop
+ share/icons/hicolor/128x128/apps/firefox.png
+ share/icons/hicolor/16x16/apps/firefox.png

-- 
|/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
|\ / jdbaker[snail]consolidated[flyspeck]net  OpenBSD            FreeBSD
| X  No HTML/proprietary data in email.   BSD just sits there and works!
|/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645


Home | Main Index | Thread Index | Old Index