https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223310
Guido Falsi <madpi...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madpi...@freebsd.org Status|New |In Progress --- Comment #1 from Guido Falsi <madpi...@freebsd.org> --- I'm testing a similar patch myself. You were quite fast. BTW I noticed you're adding USE_LDCONFIG=yes, but that's not really necessary even if portlint says it is. While the ports does install a library it's not a library for other software to link against using the system linker, it's loaded dynamically by the panel. Also, setting USE_LDCONFIG=yes is equivalent to setting it to ${PREFIX}/lib, and that's the only directory new libraries will be looked up when installing, so, since this port installs it's .so library in another location, this is really a nop. I also noticed other xfce4 ports have USE_LDCONFIg set, but not really needing it. No need to perform a commit just to remove that but I wil try to remember to clean that in the future. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-xfce@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-xfce To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"