-
neirac
jperkin I just added this package
termbin.com/vjn2 , is hut is a cli to operate on srht repos and other services. Is working at least for me
-
jperkin
neirac_: thanks! note that there's already wip/hut, if you want to get involved in packaging I'd recommend getting a wip account (
pkgsrc.org/wip - just ask wiz)
-
jperkin
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
-
neirac_
jperkin thanks!, also if I clone wip does it have an macos branch?
-
jperkin
I have my own branches of wip for LTS releases but otherwise no I just use trunk
-
jperkin
I've simplified the instructions at
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
-
jperkin
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
-
neirac_
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
-
neirac_
I'll read the new instructions, thanks for updating!
-
jperkin
I had a quick go at making the emacs29 options.mk suitable for both, probably the best path forward
-
neirac_
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
-
neirac_
ok, compiling from source now it works
-
jperkin
I guess some macOS incompatibility since 11.3
-
jperkin
I may have to bump the min version again
-
neirac_
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 ?
-
jperkin
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
-
jperkin
so yeh for the latter I currently just git grep bin/foo -- '*/PLIST*'
-
neirac_
jperkin thanks
-
jperkin
I've sent out a poll:
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.
-
jperkin
I imagine with arm64 at least I can be a bit more aggressive with upgrading
-
neirac_
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.
-
jperkin
yeh they're fantastic
-
neirac_
this page is great, I never saw it before:
smartos.org/packages/set/trunk-x86_64
-
teutat3s1
neirac_ (LIBERA-IRC): TIL
-
papertigers
neirac_: I have never seen that page before either - it even has the old branding
-
nomadlogic
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
-
nomadlogic
"Boot Failed. EFI Misc Device"
-
nomadlogic
going to experiment with trying to use the BHYVE_UEFI.fd file on smartOS, but haven't made much progress yet
-
nomadlogic
i.e. "bootrom=BHYVE_UEFI.fd" after placing it in the right place in the zone