08:12:52 its too bad freebsd doesn’t use launchd 08:13:23 its right up freebsd’s alley, its a much more complicated and harder to use system than cron :P but once you figure it out, its a really good system 09:10:55 Same applies to Git vs Subversion. Simplicity has its merit. 10:52:36 hm, is there a way to get the list of files from a package from a remote repo? most python ports are shitty and don't provide a plist and pkg rquery doesn't support %Fp 16:11:22 I'm curious if anyone had to migrate jails from 14 to 15. If so, did anything break on you? 16:20:11 WadeGIMPBC: I migrated all mine without any issue. 16:28:00 ek, thhanks 16:32:45 Sure thing 16:42:47 I'm updating sylve to 0.2.3 and it's quite interesting. it asks to install older versions of its dependencies, of which the newest versions are already installed. e.g. it asks for samba416 when samba423 is installed. the latest commit to the port shows that samba became a runtime dependency, but it seems like the pkg doesn't allow me to select 16:42:47 samba426 as an alternative? 16:43:48 here's the pkg install log: https://paste.rs/kfEDO 16:52:20 Xinayder: Did you use ports to install the package and now you're using packages? 16:52:50 ... Well, upgrading using packages? 16:53:11 I could've definitely worded that better. 17:00:45 I used packages to install the package previously 17:08:05 I've never used Sylve before (although, I do want to check it out.) Not sure where the regression would be coming from. 17:11:21 Oh, wait. Are you saying you've already installed samba423 separately? 17:12:32 Packages don't check against other currently installed packages. They just require whatever they were built (almost always the default versions of each port/pkg.) 17:13:22 So, if the default version of Samba is 4.16 (which I believe it is at the moment), then the package would be built against that and therefore require it as a dependency. 17:13:50 yeah thats the issue I guess. I guess I can just uninstall samba423 and/or lock it? 17:14:19 Best bet would be uninstall it and just let the Sylve package do it's thing. 17:14:44 The package upgrade might actually handle everything for you (uninstall 423 and install 416 instead) 17:34:10 Xinayder: well, samba416 and samba423 are diffrent packages, not diffrent versions of the same package, as some programs have specific requirements for the samba version and pkg doesn't have anything like the alternatives system on debian 20:56:57 ek, that was the case. I'm happy it managed that for me automatically 20:58:28 Xinayder: Glad to hear it!