00:24:03 so removing options is actually pretty longg like almost as long as just checking out a fresh ports tree it seems.. is there some way to make it faster? 00:25:22 (im running options -nr on the ports list, i hope its not ... is there unification of the deps tree?) 01:14:50 I do love discovering that a pkg upgrade has uninstalled postgresql-server for me 01:15:20 but then I hadn't done the migration from 13 to 15, which makes me wonder why php82-pgsql was working with it... 01:15:24 all good now 03:58:36 <_xor> Man, when did the swap from "ATi? Omg, their drivers suck!" to "nVidia? Omg, their drivers suck!" happen? 05:23:02 I think it wasn't a swap as much as another one was added to the list 06:38:08 when AMD acquired ATI and opened the documentation of radeon cores 06:38:18 ie. removed the NDA conditions 06:48:48 where is grahamperrin when you need him... -_- 06:54:26 Flash the sign! 12:54:28 How to scroll in this faggot openBSD on the deepconsole on TTY1? SCROLL LOCK works in both fbsd, nbsd not open 12:55:25 nice... 13:02:32 shift up like in linsux I figured it out lol 13:05:35 psionic: a) this is #freebsd, not #OpenBSD. b) unless you got a typo there, and are talking about this instrument https://de.m.wikipedia.org/wiki/Fagott we don't really enjoy that kind of language in here 13:05:36 Title: Fagott – Wikipedia 13:08:34 TIL 13:12:23 babz: that we don't appreciate the language or that other languages call things by different names? 13:12:58 ... 13:38:19 https://uk.finance.yahoo.com/news/global-free-play-market-forecast-130300285.html 13:38:20 Title: Global Free-to-Play Market - Forecast 2023-2030: Console Gaming Dominates the Free-to-Play Market, Expected to Drive Significant Growth 13:38:24 FreeBSD is expected to capture significant market share during the forecast period. 13:40:21 looking forward to playing Angry Birds on my FreeBSD Phone 14:09:16 Freaky: did someone accidentally replace FreeBSD with Linux, eh? 14:16:58 meena: I hate it when I do that 14:23:40 RhodiumToad: thanks! i see it now why it's detected as a modem 14:44:46 huh 14:45:21 just ran freebsd-update on the wrong machine and it didn't get upset at me 14:46:52 said machine is installed from source, so it should have probably complained at the whole system not matching the expected hashes, I would have thought 15:16:52 Hi, I'm trying to compile a program that uses libpng, but I'm getting: ld: error: unable to find library -lpng 15:17:20 libpng is in /usr/local/lib/libpng.so 15:18:58 have you told ./configure that? 15:19:34 Freaky: I'm using CMake and I've added png to TARGET_LINK_LIBRARIES 15:19:58 does it know it's in /usr/local 15:20:38 Freaky: I don't know, I'm trying to figure out how to tell it where is this library 15:21:53 you'd hope it would use libpng-config 15:22:11 what are you trying to build? 15:23:17 Freaky: I'm trying to build a program I've made, that uses libpng. It builds on Linux, but not on FreeBSD. 15:32:08 Freaky: done! 15:32:47 martinrame: I was going to say you probably want something like https://cmake.org/cmake/help/latest/module/FindPkgConfig.html 15:32:48 Title: FindPkgConfig — CMake 3.28.0-rc1 Documentation 16:09:03 find_package(PNG) 16:09:03 target_include_directories(my_target ${PNG_INCLUDE_DIR}) 16:09:03 target_link_libraries(my_target ${PNG_LIBRARY}) 18:37:02 I'm guessing the the new AWS EC2 instance type m7i doesn't work with FreeBSD? I spun one up and it appears there is no network interface on it 19:30:54 tuaris, that ARM? 19:31:25 nope, that's the g class. m7g. i = intel a = amd 19:31:39 pciconf -lv 19:32:05 Actually, let's make this easier 19:32:17 alias tb='ncat termbin.com 9999' 19:32:23 pciconf -lv | tb 19:32:35 Oh, duh. . . 19:33:13 Well. . . look at the pciconf -lv output for something tagged network or ethernet. 19:44:59 I'll spin up another m7i and get that info. I had to downgrade to m6i so I could get some work done :)