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

[?]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

                  agc boosted

                  [?]nia » 🌐
                  @washbear@mastodon.sdf.org

                  I've updated my binary package repository for PowerPC Mac OS X. New and updated packages for curl, git, python 3.10, apache, nginx, openssh, rsync, yt-dlp, vim, zsh, tmux, and many more.

                  netbsd.org/~nia/tigersrc/

                    0 ★ 0 ↺

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

                    with via :

                    echo srs.dom.ain > control/srs_domain
                    echo "$SECRET" > control/srs_secrets
                    echo srs.dom.ain >> control/rcpthosts
                    echo srs.dom.ain:srs >> control/virtualdomains
                    echo "| srsfilter" > alias/.qmail-srs-default

                    + MX for srs.dom.ain

                      0 ★ 0 ↺

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

                      For our next trick with from :

                      Want to SMTP-reject SPF failures when the source domain specifies explicit-fail?

                      1. Add SPP_SPF_RESULT_FAIL="E550 spf_smtp_msg" to
                      control/tcprules/smtp
                      2. Run "/etc/rc.d/qmailsmtpd cdb"
                      3. There is no 3rd thing, is that clear?

                        0 ★ 0 ↺

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

                        Another neat trick with from :

                        The default SMTP configuration rejects nonexistent recipients.

                        (qmail famously accepts all recipients for its domains even when those recipients don't exist, and then has to queue totally avoidable bounce messages. But you won't.)

                          1 ★ 1 ↺

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

                          Another from trick:

                          To enable , simply uncomment "greylisting-spp-wrapper" in control/smtpplugins. That’s it.

                          (Add any exempt recipient addresses to control/greylist/exemptrcpts, or entire recipient domains to control/greylist/exemptrcpthosts.)

                            1 ★ 0 ↺

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

                            Running via qmail-run from ? Cool. Add signing like so, then publish a TXT record with your default policy. Done!

                            # mkdir -p control/domainkeys/dom.ain

                            Alt...# mkdir -p control/domainkeys/dom.ain

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

                              #NetBSD #pkgsrc 2025Q3 is here!

                              Here are the final pkgsrc-2025Q2 package counts:

                              9.0: earmv4 4230 (still working on gcc 13)
                              9.0: m68k 3418 (+46)

                              10.0: aarch64eb 24677 (finished)
                              10.0: alpha 18926 (+564 - finished)
                              10.0: earmv4 12678 (+573)
                              10.0: m68k 9929 (+127)
                              10.0: sh3el 10669 (+3)
                              10.0: sparc64 15637 (+53)
                              10.0: vax 9298 (+54)

                              current: riscv64 11615 (+672)

                                benz boosted

                                [?]Parade du Grotesque 💀 » 🌐
                                @ParadeGrotesque@mastodon.sdf.org

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

                                Today I tagged 2025Q3. Announcement forthcoming.

                                  4 ★ 0 ↺

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

                                  Ancient serving home stereo AirPlay.

                                  I'd prefer : https://schmonz.com/2024/06/07/small-arms/

                                  Staged latest shairport-sync for . Builds on NetBSD, . Normally I'd commit, wait for evbearmv6hf-el binary package, forget.

                                  Trying something new today: https://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/doc/HOWTO-use-crosscompile

                                    [?]nia » 🌐
                                    @washbear@mastodon.sdf.org

                                    Experiences with / on obscure Unixes:

                                    - bootstrap succeeded! Just needed a few simple fixes.
                                    - see UnixWare.
                                    - kernel panic during installation. Support incomplete.
                                    - kernel panic during installation.
                                    - bootstrap success! No changes needed.
                                    - bootstrap failed due to open() behaviour. "Invalid argument".

                                    If you have a shell on an or machine, please let me know!

                                      Jay 🚩 :runbsd: boosted

                                      [?]Parade du Grotesque 💀 » 🌐
                                      @ParadeGrotesque@mastodon.sdf.org

                                      All right, pkgsrc 2025Q1 has just been announced on the mailing lists.

                                      It's not even on pkgsrc.org yet! 😉