Date: Sun, 29 Oct 2017 20:13:54 +0000 From: bugzilla-noreply@freebsd.org To: xfce@FreeBSD.org Subject: [Bug 223310] sysutils/xfce4-genmon-plugin: Update to 4.0.1 Message-ID: <bug-223310-28711-Cwr9yotBxv@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-223310-28711@https.bugs.freebsd.org/bugzilla/> References: <bug-223310-28711@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223310 Guido Falsi <madpilot@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madpilot@FreeBSD.org Status|New |In Progress --- Comment #1 from Guido Falsi <madpilot@FreeBSD.org> --- I'm testing a similar patch myself. You were quite fast. BTW I noticed you're adding USE_LDCONFIG=3Dyes, but that's not really neces= sary even if portlint says it is. While the ports does install a library it's no= t a library for other software to link against using the system linker, it's lo= aded dynamically by the panel. Also, setting USE_LDCONFIG=3Dyes is equivalent to setting it to ${PREFIX}/l= ib, and that's the only directory new libraries will be looked up when installi= ng, 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 need= ing it. No need to perform a commit just to remove that but I wil try to rememb= er to clean that in the future. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223310-28711-Cwr9yotBxv>