schmonz.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Search results for tag #pkgsrc

Jay 🚩 :runbsd: boosted

[?]Bitslingers-R-Us » 🌐
@AnachronistJohn@zia.io

Mid February #NetBSD #pkgsrc package counts for 2025Q4:

10.0: earmv4 12805 (didn’t have it listed before) 10.0: m68k 9622 (+1394) 10.0: powerpc 20711 (+2833) 10.0: sparc64 16866 (+1635) 10.0: vax 7495 (+748)

11.0: aarch64eb 24042 (+4001) 11.0: earmv4 4362 (+612) 11.0: m68k 8132 (+1271) 11.0: mips64eb 3852 (+363) 11.0: mipsel 440 (+449 - needs a new power supply) 11.0: powerpc 4552 (unchanged - needs space and power) 11.0: riscv64 18616 (+3233) 11.0: sh3el 7809 (+2239) 11.0: vax 5245 (+1879)

    #pkgsrc boosted

    [?]agc » 🌐
    @agc@mastodon.social

    @jperkin Any chance of getting it moved from wip into pkgsrc before the 2026Q1 branch, please? 🙏😎 😁

      #netbsd boosted

      [?]Jan Schaumann » 🌐
      @jschauma@mstdn.social

      System Administration: Week 4: Package Management

      In this video, we continue our discussion of the difference and relationship between the operating system and so-called "add-on software". We conclude that in order to install and maintain all such software, we want to use a package manager, and illustrate common features by example of the 'dpkg', 'rpm', and 's tools.

      youtu.be/dU66_sPjnXg

      A diagram illustrating the relationship between OS, Package Management, and the different components: Add-on software, System Software, Applications/Utitlities/ Kernel/Firmware / Hardware

      Alt...A diagram illustrating the relationship between OS, Package Management, and the different components: Add-on software, System Software, Applications/Utitlities/ Kernel/Firmware / Hardware

        #pkgsrc boosted

        [?]Ryo ONODERA » 🌐
        @ryoon@mastodon.sdf.org

        I am testing the new GNU m4 package in my local tree...

          /home/rqm boosted

          [?]Jay 🚩 :runbsd: » 🌐
          @jaypatelani@bsd.network

          Celebrating with the most portable OS on the planet. 🌍

          Whether it's the embedded controller inside a vintage radio or the legendary NetBSD Toaster 🍞, the ham/ 📻category in has you covered.

          Why just make toast when you can transmit packets over the airwaves at the same time?

            #netbsd boosted

            [?]JdeBP » 🌐
            @JdeBP@mastodonapp.uk

            @cks

            OpenWatcom vi is source available.

            mastodonapp.uk/@JdeBP/11605201

            Ritter's Heirloom is in ports today, coming from the same place that it has for a long time.

            freshports.org/editors/2bsd-vi/

            It was dropped from because it did not compile and hadn't changed in 20 years. Ironically, this is because the (GNU) C language had changed, and it has to nowadays be compiled forcing an older GNU C language version.

            bbs.archlinux.org/viewtopic.ph

            Several people have independently discovered the Makefile patch that gets it to build on and the like.

            forums.debian.net/viewtopic.ph

            gist.github.com/cwfoo/01abac5c

            , the precursor to , is packaged for both / and .

            ftp.netbsd.org/pub/pkgsrc/curr

            github.com/openbsd/ports/tree/

              #pkgsrc boosted

              [?]Habr » 🤖 🌐
              @habr@zhub.link

              NetBSD: Интервью с разработчиком

              На одной истории с OpenBSD и Вячеславом Воронцовым мы конечно же не остановились, на этот раз в гостях у нас ещё один яркий и интересный представитель сообщества BSD.

              habr.com/ru/articles/995602/

                #pkgsrc boosted

                [?]Ryo ONODERA » 🌐
                @ryoon@mastodon.sdf.org

                Toot from pkgsrc/www/firefox-148.0b9 in my local tree...

                  #pkgsrc boosted

                  [?]Jonathan Perkin » 🌐
                  @jperkin@federate.me.uk

                  Ok quick "screenshot" before bed.

                  [ 0: 3m 3s ] libunistring-1.2 (build -j6)
                  [ 1: 2m 18s ] libgcrypt-1.11.2 (build -j5)
                  [ 2: 3m 40s ] python313-3.13.11nb1 (build -j2)
                  [ 3: 5m 0s ] gettext-lib-0.22.5 (configure -j3)

                  There is now support in main for dynamic MAKE_JOBS, designed to ensure that build throughput is as optimal as possible. To enable, all you need to do is set:

                  options = {
                  dynamic_jobs = { max = 16, min = 2 },
                  }

                  and bob will figure out the rest.

                    #pkgsrc boosted

                    [?]Jonathan Perkin » 🌐
                    @jperkin@federate.me.uk

                    The problem with releasing bob v0.8.1 with a bunch of great features (available now!) is that I just now thought of an absolutely killer feature.

                    v0.9.0 may be out sooner rather than later... This is something I've wanted from pbulk forever.

                      #netbsd boosted

                      [?]Jonathan Perkin » 🌐
                      @jperkin@federate.me.uk

                      netbsd.org down for everyone else or just me?

                      (ignore www, that's on fastly)

                        #pkgsrc boosted

                        [?]Jonathan Perkin » 🌐
                        @jperkin@federate.me.uk

                        This also provides a significant performance boost. In pbulk, every build requires a full setup/teardown of the environment just to check the status of the package.

                        On most platforms this means unpacking the bootstrap kit and any other setup, before forking the tools to check various things, then wiping everything at the end.

                        Now that all of this is in native Rust, bob simply checks all at the start, and saves a huge amount of time by skipping all up-to-date packages.

                        Rust FTW

                          #pkgsrc boosted

                          [?]Jonathan Perkin » 🌐
                          @jperkin@federate.me.uk

                          Playing around with a cool new bob feature. One of the most opaque parts of pbulk is that you never really know WHY a particular package is being rebuilt.

                          Bob's up-to-date checker is now written in native Rust (no need to fork pkg_info and pkg_admin), records the reasons, and provides a new status command:

                          $ bob list status rust
                          PKGNAME STATUS REASON
                          rust-bin-1.91.1 pending package not found
                          rust-1.91.1 pending deps changed: +digest-20220214, ...

                            [?]Jonathan Perkin » 🌐
                            @jperkin@federate.me.uk

                            I just released bob v0.7.0.

                            github.com/jperkin/bob/blob/ma

                            This version now supports macOS sandboxes. I figured out how to avoid SIGBUS when re-using chroots, but unfortunately it means waiting for 2 minutes for 'diskutil unmount' to unmount /System read-only loopback mounts. No, I don't know why it takes that long for a read-only mount either!

                            Also a new "bob list" command, so you can do things like:

                            $ bob list failed | xargs bob rebuild

                            plus loads of other improvements.

                              #pkgsrc boosted

                              [?]benz » 🌐
                              @bentsukun@mastodon.sdf.org

                              Lol, the Mattermost version in has 132 vulnerabilities according to govulncheck.

                                [?]Jonathan Perkin » 🌐
                                @jperkin@federate.me.uk

                                Hot off the press, bob v0.6.0 is out.

                                Loads of changes and improvements over the past 12 days:

                                github.com/jperkin/bob/blob/ma

                                There are some breaking changes to config.lua, and updates to the build scripts. I would recommend performing a fresh:

                                $ bob init /path/to/config/dir

                                and migrating any changes over manually. I will try and keep breaking changes to a minimum in the run up to version 1.0 when all will be set in stone.

                                Thanks for all your feedback so far, keep it coming!

                                  #netbsd boosted

                                  [?]Bitslingers-R-Us » 🌐
                                  @AnachronistJohn@zia.io

                                  @scribblesonnapkins This machine is a first generation Raspberry Pi Zero, not the Zero 2 (or is it 2 Zero?)

                                  Its purpose is to compile #NetBSD #pkgsrc binaries for earmv4. Because there are earmv4 instructions that aren’t in earmv7 and aarch64, I need a real earmv6 CPU, which rules out running on anything newer / faster.

                                  A chroot on a fast aarch64 system would be nice, but nobody has written instruction trap handlers for those missing earmv4 instructions.

                                  Since it’s a single core, the temps never get anywhere close to hot. The hottest it’s ever gotten is 51.92º. I mean just look at that cool copper heat sink :)

                                  This is an animated GIF from Rick and Morty of the robot that Rick created that has as its only purpose to pass the butter. Here it's asking what its purpose is.

                                  Alt...This is an animated GIF from Rick and Morty of the robot that Rick created that has as its only purpose to pass the butter. Here it's asking what its purpose is.

                                    #pkgsrc boosted

                                    [?]Jonathan Perkin » 🌐
                                    @jperkin@federate.me.uk

                                    Published a new version of the pkgsrc crate. Amongst many other improvements, this adds support for handling binary packages.

                                    Using the example pkg_info program it shows a nice performance boost over the native pkg_install tooling, especially when using threads, to generate a pkg_summary file.

                                    pkg_install: 21.9s
                                    pkgsrc-rs: 17.0s
                                    pkgsrc-rs (-j12): 2.8s

                                    One step closer towards a fully Rust package manager for pkgsrc.

                                    docs.rs/pkgsrc/latest/pkgsrc/

                                      Jay 🚩 :runbsd: boosted

                                      [?]Bitslingers-R-Us » 🌐
                                      @AnachronistJohn@zia.io

                                      #NetBSD #pkgsrc package counts for 2025Q4:

                                      10.0: m68k 8228 (+180)
                                      10.0: powerpc 17878 (+2333)
                                      10.0: sparc64 15231 (+936)
                                      10.0: vax 6747 (+146)

                                      11.0: aarch64eb 20041 (+1267)
                                      11.0: earmv4 3750 (+84)
                                      11.0: m68k 6861 (+198)
                                      11.0: mips64eb 3489 (+2238)
                                      11.0: mipsel 440 (+225 - hardware problems)
                                      11.0: powerpc 4552 (+4178)
                                      11.0: riscv64 15383 (+1824)
                                      11.0: sh3el 7809 (+484)
                                      11.0: vax 5245 (stuck)

                                        #pkgsrc boosted

                                        [?]js » 🌐
                                        @js@ap.nil.im

                                        I guess since I moved to my own instance now, I need to do a new #introduction.

                                        Hi, I'm js and on the Fediverse since 2018. I'm interested in #ObjectiveC, writing #assembly code (in whatever I can get my hands on, from x86_64 to PA-RISC to SPARC64 to IA64 etc.) and any kind of lowlevel hackery, #RetroComputing, #OpenSource in general and decentralization (such as @matrix or the #Fediverse). I'm also into #metal and #chiptunes.

                                        A few projects I am involved in (non-exclusive):

                                        • I created @objfw, a portable Objective-C framework and runtime. Go check it out if you like C and object oriented programming on basically any 32 bit or more platform!
                                        • I'm a @fedora developer.
                                        • I'm a @netbsd developer, where I mostly work on #pkgsrc.
                                        • I'm also a MorphOS developer, where the goal is to switch MorphOS's ObjC support to @objfw.
                                        • I used to be a @haiku developer. Technically still am, but am less active these days due to lack of time.

                                        Some of the retro computers I have and tinker with are (non-exclusive list):

                                        #Amiga 4000, 1200 & 600
                                        • Naturetech GENIALstation 737S (400 MHz #SPARC64 laptop!)
                                        • Sun Fire T5120
                                        #NeXTstation Color
                                        • HP Integrity rx1620 (1U Dual CPU Itanium server)
                                        • A Duron 750 with a {Voodoo 2 | #Voodoo 3 3500 | S3 Savage 4 | ATI Rage Pro} (I switch between those depending on what I want to do, as I like playing with and writing code for those old proprietary 3D APIs)

                                        I also have some old game consoles and am interested in running homebrew on them (again non-exclusive):

                                        • Super #Nintendo
                                        #Gameboy
                                        • Nintendo #3DS
                                        • Nintendo #Wii
                                        • Nintendo Wii U (can't believe that's retro already!)
                                        • Sega #Dreamcast (with hard drive mod, so it can run NetBSD)

                                        I will probably update this post over time. Either by editing, or by posting a new one and then pinning the new one.

                                          [?]Jonathan Perkin » 🌐
                                          @jperkin@federate.me.uk

                                          @drixter on that particular VM there are only 8, but I spawned 18 build processes anyway just to show what the output looks like. tuning builds is significantly more involved in that, and the sweet spot is usually fewer sandboxes than cores and then MAKE_JOBS tweaks on a per-PKGPATH basis.

                                            agc boosted

                                            [?]Jonathan Perkin » 🌐
                                            @jperkin@federate.me.uk

                                            In case users aren't aware, if you extend your terminal width then bob will dynamically make use of it to show more panels side by side. Watching 18 concurrent pkgsrc builds can get quite mesmerising!

                                            (Any perceived slowness in the video can be attributed to this SSH session going across the Atlantic and back).

                                            The next release will improve the refresh handling even further, as well as a bunch of other improvements.

                                            Alt...Short screencast of bob building 18 concurrent packages in a terminal window.

                                              #pkgsrc boosted

                                              [?]js » 🌐
                                              @js@ap.nil.im

                                              Just wanted to install an #XMPP client to create an account to test something. I moved away to #Matrix years ago because I had no hope anymore for #XMPP, but now that I wanted to create an account, I am just shocked at how dead it is: #Fedora still has Gajim 1.7.3, when the last release is 2.4.1. #pkgsrc is a bit but noch much better with 2.1.1. #Tkabber is even worse: pkgsrc has 0.11.1, when 1.1.2 is the latest release that was released in 2015(!). It seems distributions keep XMPP clients around, but don’t update them because nobody is using them anymore. I had not expected for XMPP to be that dead. That’s shocking.

                                              I also think if distributions cannot be bothered to update a package in over 10 years, they should just remove it…

                                                #pkgsrc boosted

                                                [?]Jonathan Perkin » 🌐
                                                @jperkin@federate.me.uk

                                                A nice performance win in bob v0.5.0 that was just released. Time required to perform a full pkgsrc tree scan resolve.

                                                pbulk-presolve:

                                                real 1m1.647s
                                                user 1m1.140s
                                                sys 0m0.410s

                                                bob:

                                                real 0m2.129s
                                                user 0m1.934s
                                                sys 0m0.183s

                                                Also the usual selection of bugfixes and improvements.

                                                  Ryo ONODERA boosted

                                                  [?]Bitslingers-R-Us » 🌐
                                                  @AnachronistJohn@zia.io

                                                  I'm using this Raspberry Pi Zero W to compile #NetBSD #pkgsrc binaries for NetBSD-10 earmv4. It has to be the early Zero with the ARM1176JZFS (earmv6hf), because newer Arm CPUs can't run earmv4 and earmv5 binaries properly (some instructions aren't implemented on newer CPUs and would need trap handlers).

                                                  The machine itself runs NetBSD 11 earmv6hf and runs NetBSD 10 earmv4 in a chroot.

                                                  pkgsrc-2025Q3 had 15501 packages, and 2025Q4 started with 12647. This can now be added to the list of build machines :)

                                                  This is a picture looking in to the mouth of the jar with the Raspberry Pi, UPS board and USB-ethernet adapter installed. The blue LED is quite bright and makes the whole jar appear to be glowing blue. The red LED, by comparison, is less prominent and mostly limited to the area of the USB-ethernet adapter.

                                                  Alt...This is a picture looking in to the mouth of the jar with the Raspberry Pi, UPS board and USB-ethernet adapter installed. The blue LED is quite bright and makes the whole jar appear to be glowing blue. The red LED, by comparison, is less prominent and mostly limited to the area of the USB-ethernet adapter.

                                                    agc boosted

                                                    [?]Jonathan Perkin » 🌐
                                                    @jperkin@federate.me.uk

                                                    I released bob v0.4.0 last night.

                                                    This version is significantly more robust. I've been testing with hitting ctrl-c during scans and builds a lot, and a subsequent run quickly picks up from where it left off.

                                                    Also a new "rebuild" command so you can easily retry a failed build, and build commands now accept arguments so you can do this:

                                                    $ bob build mail/mutt

                                                    to build arbitrary packages.

                                                    Lots of other fixes and improvements. Get it while it's hot.

                                                    docs.rs/pkgbob/latest/bob/

                                                      #pkgsrc boosted

                                                      [?]𝚟𝚒𝚗𝚜 » 🌐
                                                      @sehnsucht@social.sdf.org

                                                      ― I decided to create an alt account here to allow me
                                                      to connect more easily with SDF community.

                                                      My primary focus will be on tech-related things I like:
                                                      on and



                                                        #pkgsrc boosted

                                                        [?]𝚟𝚒𝚗𝚜 » 🌐
                                                        @sehnsucht@social.sdf.org

                                                        Fresh pkgsrc 2025Q4 packages for Slackware 15.0 now available.

                                                        Thunderbird 145, Libreoffice 25.8, XFCE 4.20, and much more.

                                                        retrobsd.ddns.net/pub/packages
                                                        rsync://retrobsd.ddns.net

                                                        Fvwm3 desktop on Slackware 15.0 (dark theme with motif decorations), displaying some software compiled through pkgsrc (thunderbird, libreoffice, a matrix client named iamb).

                                                        Alt...Fvwm3 desktop on Slackware 15.0 (dark theme with motif decorations), displaying some software compiled through pkgsrc (thunderbird, libreoffice, a matrix client named iamb).

                                                          Jay 🚩 :runbsd: boosted

                                                          [?]Bitslingers-R-Us » 🌐
                                                          @AnachronistJohn@zia.io

                                                          Here are the #NetBSD #pkgsrc binary package counts for 2025Q4 on the first day of 2026:

                                                          10.0: m68k 8048 (+122)
                                                          10.0: powerpc 15545 (+1283)
                                                          10.0: sparc64 14295 (+384)
                                                          10.0: vax 6601 (+10)

                                                          11.0: aarch64eb 18774 (+5751)
                                                          11.0: earmv4 3666 (+83)
                                                          11.0: m68k 6663 (+351)
                                                          11.0: mips64eb 1251 (new)
                                                          11.0: mipsel 215 (new)
                                                          11.0: powerpc 374 (new)
                                                          11.0: riscv64 13559 (+1645)
                                                          11.0: sh3el 7325 (+33)
                                                          11.0: vax 5245 (+112)

                                                            Jay 🚩 :runbsd: boosted

                                                            [?]Bitslingers-R-Us » 🌐
                                                            @AnachronistJohn@zia.io

                                                            The initial count of packages for #NetBSD #pkgsrc #2025Q4 is pretty good. These are packages that haven't changed since 2025Q3 and haven't had depenencies change:

                                                            10.0: m68k 7926 (-1936)
                                                            10.0: powerpc 14262 (-5855)
                                                            10.0: sparc64 13911 (-4472)
                                                            10.0: vax 6591 (-949)

                                                            11.0: aarch64eb 13023 (-9633)
                                                            11.0: earmv4 3583 (-1037)
                                                            11.0: m68k 6312 (-1627)
                                                            11.0: riscv64 11914 (-5525)
                                                            11.0: sh3el 7292 (-1302)
                                                            11.0: vax 5133 (-903)

                                                              #netbsd boosted

                                                              [?]Bitslingers-R-Us » 🌐
                                                              @AnachronistJohn@zia.io

                                                              Here're the final package counts for #NetBSD #pkgsrc 2025Q3 binary package builds:

                                                              * pkgsrc-2025Q3 *

                                                              10.0: alpha 18081 (+1 - finished)
                                                              10.0: earmv4 15503 (+500)
                                                              10.0: m68k 9862 (+942)
                                                              10.0: powerpc 20117 (0 - finished)
                                                              10.0: sparc64 18383 (+2938)
                                                              10.0: vax 7540 (0)

                                                              11.0: aarch64eb 22656 (0 - finished)
                                                              11.0: earmv4 4620 (+954)
                                                              11.0: m68k 7939 (+1887)
                                                              11.0: riscv64 17439 (0 - finished)
                                                              11.0: sh3el 8594 (+1288)
                                                              11.0: vax 6036 (0)

                                                                #pkgsrc boosted

                                                                [?]Jonathan Perkin » 🌐
                                                                @jperkin@federate.me.uk

                                                                Bob v0.3.0 released. 'cargo install pkgbob' to update.

                                                                We're still in beta mode and things may change, but it's coming along nicely, and should already be a very usable alternative to pkg_chk / pkg_rr.

                                                                This version is now 100% bug-for-bug compatible with pbulk for scanning the full pkgsrc tree, and supports resuming interrupted builds with new database support.

                                                                Plus a bunch of other fixes.

                                                                github.com/jperkin/bob/blob/ma

                                                                If you have any issues no matter how small please let me know!

                                                                  Jay 🚩 :runbsd: boosted

                                                                  [?]Izumi Tsutsui » 🌐
                                                                  @tsutsuii@social.mikutter.hachune.net

                                                                  はてなブログに投稿しました
                                                                  NetBSD/amd64,i386 10.1 ておくれLive Image 20260101版 - tsutsuiの作業記録置き場 tsutsui.hatenablog.com/entry/t

                                                                    3 ★ 2 ↺

                                                                    [?]Amitai Schleier » 🌐
                                                                    @schmonz@schmonz.com

                                                                    Today’s hacking:

                                                                    1. Get fastfetch and all of its dependencies building on Mac OS 10.9

                                                                    2. Include pkgsrc in the package report

                                                                    fastfetch output

                                                                    Alt...fastfetch output

                                                                      #pkgsrc boosted

                                                                      [?]Jonathan Perkin » 🌐
                                                                      @jperkin@federate.me.uk

                                                                      Bob now has 100% compatible package resolver. One step closer to being suitable for full pkgsrc bulk builds.

                                                                      $ ./target/release/bob util import-pscan ~/pscan
                                                                      Importing pscan file: /Users/jperkin/pscan
                                                                      Imported 28978 packages from 20190 package paths

                                                                      $ ./target/release/bob util print-presolve -o presolve
                                                                      Wrote 27663 buildable, 1315 skipped to presolve

                                                                      $ diff -w ~/presolve presolve; echo $?
                                                                      0

                                                                      This includes the slightly non-standard "pick longest match" algorithm from pbulk.

                                                                        #pkgsrc boosted

                                                                        [?]drscream » 🌐
                                                                        @drscream@m.fru.bar

                                                                        Are there any people at seen also some stickers

                                                                          #pkgsrc boosted

                                                                          [?]benz » 🌐
                                                                          @bentsukun@mastodon.sdf.org

                                                                          @zekjur IIRC, in , we decided to downgrade screen to version 4. Screen V5 had a pretty bad security issue early on and seems to be mostly downside and little upside.

                                                                            #pkgsrc boosted

                                                                            [?]Jonathan Perkin » 🌐
                                                                            @jperkin@federate.me.uk

                                                                            Hot on the heels of the initial version, I've released bob 0.2.0.

                                                                            This version supports full pkgsrc tree scans, and also has stats log support, which helped identify a significant win in pkgsrc scanning:

                                                                            $ jq -s '[.[] | select(.event=="scan")] | sort_by(-.duration_ms) | .[0:3] | .[] | "\(.pkgpath): \(.duration_ms/1000 | strftime("%Mm %Ss"))"' stats.jsonl
                                                                            "parallel/slurm-wlm: 01m 03s"
                                                                            "geography/osm2pgsql: 00m 59s"
                                                                            "chat/weechat: 00m 27s"

                                                                            as detailed in:

                                                                            mail-index.netbsd.org/tech-pkg

                                                                              #pkgsrc boosted

                                                                              [?]Jonathan Perkin » 🌐
                                                                              @jperkin@federate.me.uk

                                                                              New output mode coming soon to bob, showing live build progress for each package build.

                                                                              asciinema.org/a/763316

                                                                              Ratatui is such a nice library!

                                                                                [?]Jonathan Perkin » 🌐
                                                                                @jperkin@federate.me.uk

                                                                                If any pkgsrc users would like to beta test my new package builder, it's at the point where it's successfully building packages on NetBSD, Linux, and SmartOS.

                                                                                Here's a screencast: asciinema.org/a/763171

                                                                                It's designed to make it trivial to build packages correctly inside sandboxes, with very little configuration, and presented via a beautiful interface.

                                                                                "cargo install pkgbob" (someone already name-squatted bob 🙄)

                                                                                Let me know what features you need!

                                                                                docs.rs/pkgbob/latest/pkgbob/

                                                                                  #pkgsrc boosted

                                                                                  [?]Stephen Borrill » 🌐
                                                                                  @sborrill@justfollow.me.uk

                                                                                  Jay 🚩 :runbsd: boosted

                                                                                  [?]Ryo ONODERA » 🌐
                                                                                  @ryoon@mastodon.sdf.org

                                                                                  Toot from pkgsrc/www/firefox-146.0b9 in my local pkgsrc tree under NetBSD/amd64-current...

                                                                                    agc boosted

                                                                                    [?]Bitslingers-R-Us » 🌐
                                                                                    @AnachronistJohn@zia.io

                                                                                    #NetBSD #pkgsrc 2025Q3 binary package counts through December, 2025!

                                                                                    2025Q4 will be happening soon, but in the meanwhile 2025Q3 progress is quite good. More platforms will move to NetBSD 11 soon, plus more m68k systems will be helping soon, too.

                                                                                    10.0 alpha: 18080 (+36; finished)
                                                                                    10.0 earmv4: 15003 (+2554)
                                                                                    10.0 m68k: 8920 (+1459)
                                                                                    10.0 powerpc: 20117 (+2874)
                                                                                    10.0 sparc64: 15445 (+1151)
                                                                                    10.0 vax: 7540 (+879)

                                                                                    11.0 aarch64eb: 22656 (+10; finished)
                                                                                    11.0 earmv4: 3666 (+1857)
                                                                                    11.0 m68k: 6052 (+3234)
                                                                                    11.0 riscv64: 17439 (+6708)
                                                                                    11.0 sh3el: 7306 (+3958)
                                                                                    11.0 vax: 6036 (+3169)

                                                                                      [?]Jonathan Perkin » 🌐
                                                                                      @jperkin@federate.me.uk

                                                                                      @meluzzy It does not contain the actual source code for the packages themselves, but yes it is a collection of recipes for how to build software, handling all sorts of things like dependencies and strict verification.

                                                                                      You can of course use it to build software from source on pretty much any POSIX system, but most users will just use a binary package repository such as the ones provided by NetBSD themselves, or mine from pkgsrc.smartos.org for a bunch of other operating systems.

                                                                                        #netbsd boosted

                                                                                        [?]Leonardo Taccari » 🌐
                                                                                        @iamleot@mastodon.sdf.org

                                                                                        Setting `general.useragent.override` in `about:config` to `Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0` (changing from NetBSD to Linux) does the trick.

                                                                                        But it's not nice!

                                                                                          [?]Leonardo Taccari » 🌐
                                                                                          @iamleot@mastodon.sdf.org

                                                                                          Hey Microsoft Outlook!
                                                                                          I'm running latest Mozilla Firefox ESR, 140.5.0 on NetBSD... that was released a couple of days ago!

                                                                                          I would not call it a legacy browser!

                                                                                          Microsoft Outlook web page that shows errors like ErrorOwaBasicUnsupportedLegacyBrowser and some SyntaxError due using Firefox on NetBSD (probably they do not known about NetBSD and relies on only known User-Agent:-s).

                                                                                          Alt...Microsoft Outlook web page that shows errors like ErrorOwaBasicUnsupportedLegacyBrowser and some SyntaxError due using Firefox on NetBSD (probably they do not known about NetBSD and relies on only known User-Agent:-s).

                                                                                            [?]zolaris » 🌐
                                                                                            @zolaris@mastodon.illumos.cafe

                                                                                            dch :flantifa: :flan_hacker: boosted

                                                                                            [?]Jonathan Perkin » 🌐
                                                                                            @jperkin@federate.me.uk

                                                                                            I've also published an new 20251114 bootstrap kit. This isn't necessary if you already have an install (the steps above will get you past the problem without it), but means new users will not run into the issue.

                                                                                            pkgsrc.smartos.org/install-on-

                                                                                              Back to top - More...