-
cedb
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?
-
cedb
(im running options -nr on the ports list, i hope its not ... is there unification of the deps tree?)
-
vortexx
I do love discovering that a pkg upgrade has uninstalled postgresql-server for me
-
vortexx
but then I hadn't done the migration from 13 to 15, which makes me wonder why php82-pgsql was working with it...
-
vortexx
all good now
-
_xor
Man, when did the swap from "ATi? Omg, their drivers suck!" to "nVidia? Omg, their drivers suck!" happen?
-
zwr
I think it wasn't a swap as much as another one was added to the list
-
babz
when AMD acquired ATI and opened the documentation of radeon cores
-
babz
ie. removed the NDA conditions
-
kenrap
where is grahamperrin when you need him... -_-
-
parv
Flash the sign!
-
psionic
How to scroll in this faggot openBSD on the deepconsole on TTY1? SCROLL LOCK works in both fbsd, nbsd not open
-
entikan
nice...
-
psionic
shift up like in linsux I figured it out lol
-
meena
psionic: a) this is #freebsd, not #OpenBSD. b) unless you got a typo there, and are talking about this instrument
de.m.wikipedia.org/wiki/Fagott we don't really enjoy that kind of language in here
-
VimDiesel
Title: Fagott – Wikipedia
-
babz
TIL
-
meena
babz: that we don't appreciate the language or that other languages call things by different names?
-
babz
...
-
Freaky
-
VimDiesel
Title: Global Free-to-Play Market - Forecast 2023-2030: Console Gaming Dominates the Free-to-Play Market, Expected to Drive Significant Growth
-
Freaky
FreeBSD is expected to capture significant market share during the forecast period.
-
Freaky
looking forward to playing Angry Birds on my FreeBSD Phone
-
meena
Freaky: did someone accidentally replace FreeBSD with Linux, eh?
-
Freaky
meena: I hate it when I do that
-
CCFL_Man
RhodiumToad: thanks! i see it now why it's detected as a modem
-
Freaky
huh
-
Freaky
just ran freebsd-update on the wrong machine and it didn't get upset at me
-
Freaky
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
-
martinrame
Hi, I'm trying to compile a program that uses libpng, but I'm getting: ld: error: unable to find library -lpng
-
martinrame
libpng is in /usr/local/lib/libpng.so
-
Freaky
have you told ./configure that?
-
martinrame
Freaky: I'm using CMake and I've added png to TARGET_LINK_LIBRARIES
-
Freaky
does it know it's in /usr/local
-
martinrame
Freaky: I don't know, I'm trying to figure out how to tell it where is this library
-
Freaky
you'd hope it would use libpng-config
-
Freaky
what are you trying to build?
-
martinrame
Freaky: I'm trying to build a program I've made, that uses libpng. It builds on Linux, but not on FreeBSD.
-
martinrame
Freaky: done!
-
Freaky
martinrame: I was going to say you probably want something like
cmake.org/cmake/help/latest/module/FindPkgConfig.html
-
VimDiesel
Title: FindPkgConfig — CMake 3.28.0-rc1 Documentation
-
babz
find_package(PNG)
-
babz
target_include_directories(my_target ${PNG_INCLUDE_DIR})
-
babz
target_link_libraries(my_target ${PNG_LIBRARY})
-
tuaris
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
-
CrtxReavr
tuaris, that ARM?
-
isley
nope, that's the g class. m7g. i = intel a = amd
-
CrtxReavr
pciconf -lv
-
CrtxReavr
Actually, let's make this easier
-
CrtxReavr
alias tb='ncat termbin.com 9999'
-
CrtxReavr
pciconf -lv | tb
-
CrtxReavr
Oh, duh. . .
-
CrtxReavr
Well. . . look at the pciconf -lv output for something tagged network or ethernet.
-
tuaris
I'll spin up another m7i and get that info. I had to downgrade to m6i so I could get some work done :)