01:26:15 jperkin I just added this package https://termbin.com/vjn2 , is hut is a cli to operate on srht repos and other services. Is working at least for me 10:34:37 neirac_: thanks! note that there's already wip/hut, if you want to get involved in packaging I'd recommend getting a wip account (http://www.pkgsrc.org/wip/ - just ask wiz) 10:35:06 comparing yours and the wip version it looks like you aren't handling go modules so there will be some issues with that, but it's not something you'd know about for your first attempt 11:59:12 jperkin thanks!, also if I clone wip does it have an macos branch? 12:01:22 I have my own branches of wip for LTS releases but otherwise no I just use trunk 12:03:42 I've simplified the instructions at https://github.com/TritonDataCenter/pkgsrc/wiki/pkgdev:setup so it should be up-to-date now, I just need to refresh the bootstrap kits to fix the sdk path issue 12:04:43 btw I had a reply about emacs, the issue is that the nox11 package does --without-all which disables more than just x11/nextstep features, so I'm looking at adding some back, as I expect users will want e.g. tree-sitter support too 12:06:59 jperkin awesome!, I just added to the second CONFIGURE_ARGS assignment CONFIGURE_ARGS+=--with-compress-install --with-modules , but adding tree-sitter support that's even better 12:07:27 I'll read the new instructions, thanks for updating! 12:09:05 I had a quick go at making the emacs29 options.mk suitable for both, probably the best path forward 13:18:13 jperkin, testing mpv to listen to some mp3s, it fails with the following error dyld[6316]: symbol not found in flat namespace '_OBJC_CLASS_$__TtC11macOS_swift19RemoteCommandCenter' , that's mpv from pkgin in mpv, I'll try to recompile from sources to see if it goes away 13:29:09 ok, compiling from source now it works 13:32:09 I guess some macOS incompatibility since 11.3 13:32:24 I may have to bump the min version again 13:39:11 jperkin is it possible to search with pkgin which file belongs to a package, for example I'm looking for the pdflatex binary but I don't know if a package in pkgsrc already provides that, or should I just search for that string in the PLIST files in pkgsrc ? 13:41:35 you can search for installed files with pkg_info -Fe /opt/pkg/foo/whatever, there's not yet support for searching for remote files as it increases the size of the pkgdb far too much 13:41:51 so yeh for the latter I currently just git grep bin/foo -- '*/PLIST*' 13:43:28 jperkin thanks 13:48:05 I've sent out a poll: https://federate.me.uk/@jperkin/112020736607906778 - will bump the default value to as high as I can get away with and 11.3 can go to the archives for folks still stuck on it. 13:48:32 I imagine with arm64 at least I can be a bit more aggressive with upgrading 13:52:42 jperkin I don't know too much about macos, just learning but arm64 machine is really nice. I only have the m1 macbook air, a really a good machine. 13:57:09 yeh they're fantastic 15:06:51 this page is great, I never saw it before: https://smartos.org/packages/set/trunk-x86_64 16:19:51 neirac_ (LIBERA-IRC): TIL 17:16:51 neirac_: I have never seen that page before either - it even has the old branding 20:05:27 i've made some progress porting freebsd raw disk images into zvols for smartOS. just having an issue with VM's that use bhyveload(8) to boot a VM. i've tried setting "bootrom" to bios which results in a hung console. setting it to "uefi" gives me a hung console after printing 20:05:30 "Boot Failed. EFI Misc Device" 20:07:05 going to experiment with trying to use the BHYVE_UEFI.fd file on smartOS, but haven't made much progress yet 20:07:27 i.e. "bootrom=BHYVE_UEFI.fd" after placing it in the right place in the zone