From owner-freebsd-xfce@freebsd.org Sun Oct 29 20:13:54 2017 Return-Path: Delivered-To: freebsd-xfce@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 743D4E4B6A6 for ; Sun, 29 Oct 2017 20:13:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 5BC186532F for ; Sun, 29 Oct 2017 20:13:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5B0F1E4B6A5; Sun, 29 Oct 2017 20:13:54 +0000 (UTC) Delivered-To: xfce@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AB18E4B6A4 for ; Sun, 29 Oct 2017 20:13:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48E9F6532E for ; Sun, 29 Oct 2017 20:13:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v9TKDsKp028026 for ; Sun, 29 Oct 2017 20:13:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: xfce@FreeBSD.org Subject: [Bug 223310] sysutils/xfce4-genmon-plugin: Update to 4.0.1 Date: Sun, 29 Oct 2017 20:13:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: madpilot@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: xfce@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-xfce@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: XFCE for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Oct 2017 20:13:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223310 Guido Falsi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madpilot@FreeBSD.org Status|New |In Progress --- Comment #1 from Guido Falsi --- 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.=