Wonderfull thank you for the offer. OK First you will need a copy of oi-userland [0] setup inside a machine dedicated for building packages. It is recomended to use any virgin zone and install "metapackages/build-essential" package inside. For a detailed guide on how to use OI userland look at [1]. The Pull request containing Firefox 60 is [2]. You can use the official guide from github at [3] to checkout that pr into a local git branch.
After you have checked out the PR into a local branch it's as simple as export OI_USERLAND_ROOT="/path/to/oi-userland" cd $OI_USERLAND_ROOT gmake setup #must be made in the toplevel directory cd components/web/firefox/ gmake env-prep gmake publish This will create a firefox package inside the repository $OI_USERLAND_ROOT/i386/repo Add it to the systems known list of publishers/repository with pkg set-publisher -g $OI_USERLAND_ROOT/i386/repo userland and then install it via pkg install -v "pkg://userland/web/browser/firefox pkg://userland/web/data/firefox-bookmarks" It may be the case that you need to loosen the version lock on userland incorporation in order to be able to install firefox from userland publisher. you can do that with: pkg change-facet facet.version-lock.web/browser/firefox=false pkg change-facet facet.version-lock.web/data/firefox-bookmarks=false [0] https://github.com/openindiana/oi-userland [1] https://wiki.openindiana.org/oi/Building+with+oi-userland [2] https://github.com/OpenIndiana/oi-userland/pull/4656 [3] https://help.github.com/en/articles/checking-out-pull-requests-locally Let me know if you need anymore help to get started with the contribution process. Greetings Till On 31.03.19 22:04, Stephan Althaus wrote: > Hi! > > I would be happy helping out with this too. > > Cheers, > Stephan > > On 04/01/19 01:44 AM, Lonnie Cumberland wrote: >> Hi Till, >> >> Sure thing. I will be happy to give it a try and do some testing. >> >> Cheers, >> Lonnie :) >> >> On Sun, Mar 31, 2019 at 3:41 PM Till Wegmüller <toaster...@gmail.com> wrote: >> >>> Hi >>> >>> Firefox 60 ESR is still cooking in OI-userland atm. >>> >>> Testing is still required because WebAssembly has still a huge memory >>> footprint. >>> >>> Testers are welcome. Let me know If you want to try I can give >>> instructions how to build it. >>> >>> >>> Greetings >>> Till >>> >>> On 01.04.19 01:29, Lonnie Cumberland wrote: >>>> Hello All, >>>> >>>> I have done a fresh install of OpenIndiana on a drive and all seems to >>> have >>>> gone well. >>>> >>>> In just now firing up the default Firefox and searching the Internet for >>>> some things, I find that I run across some sites that are saying that >>> they >>>> no longer support the version of Firefox that I am using and to upgrade. >>>> >>>> The problem is that I do not know if there is a newer version that I can >>>> upgrade, or another type of browser like Opera, or something else that >>> is a >>>> bit newer. >>>> >>>> Any information on this would be greatly appreciated. >>>> Best Regards, >>>> Lonnie >>>> _______________________________________________ >>>> openindiana-discuss mailing list >>>> openindiana-discuss@openindiana.org >>>> https://openindiana.org/mailman/listinfo/openindiana-discuss >>>> >>> _______________________________________________ >>> openindiana-discuss mailing list >>> openindiana-discuss@openindiana.org >>> https://openindiana.org/mailman/listinfo/openindiana-discuss >>> >> > > > _______________________________________________ > openindiana-discuss mailing list > openindiana-discuss@openindiana.org > https://openindiana.org/mailman/listinfo/openindiana-discuss > _______________________________________________ openindiana-discuss mailing list openindiana-discuss@openindiana.org https://openindiana.org/mailman/listinfo/openindiana-discuss