From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 14 16:40:05 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C346AFF6 for ; Tue, 14 May 2013 16:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A531F96E for ; Tue, 14 May 2013 16:40:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4EGe5Mx085662 for ; Tue, 14 May 2013 16:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4EGe5VO085661; Tue, 14 May 2013 16:40:05 GMT (envelope-from gnats) Resent-Date: Tue, 14 May 2013 16:40:05 GMT Resent-Message-Id: <201305141640.r4EGe5VO085661@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Boris Samorodov Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EEAFEE73 for ; Tue, 14 May 2013 16:35:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id E12E78F5 for ; Tue, 14 May 2013 16:35:38 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r4EGZc6S077342 for ; Tue, 14 May 2013 16:35:38 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r4EGZcLm077341; Tue, 14 May 2013 16:35:38 GMT (envelope-from nobody) Message-Id: <201305141635.r4EGZcLm077341@oldred.FreeBSD.org> Date: Tue, 14 May 2013 16:35:38 GMT From: Boris Samorodov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/178634: [patch] net-mgmt/collectd5: add LIB_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 May 2013 16:40:05 -0000 >Number: 178634 >Category: ports >Synopsis: [patch] net-mgmt/collectd5: add LIB_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 14 16:40:05 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Boris Samorodov >Release: FreeBSD 9-i386 >Organization: BSDprint >Environment: FreeBSD srv.bb.tel.ru 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #7 r243514: Sun Nov 25 20:10:07 SAMT 2012 bsam@srv.bb.tel.ru:/usr/obj/usr/src/sys/BB i386 >Description: . add libnotify to LIB_DEPENDS (which is needed for world as per configure.log); . bump PORTREVISION. Here is the relevant part from the configure.log: ----- Configuration: Libraries: [...] libnotify . . . . . . no (Package libnotify was not found in the pkg-config search path. Perhaps you should add the directory containing `libnotify.pc' to the PKG_CONFIG_PATH environment variable Package 'libnotify', required by 'world', not found) ----- PS. Please, keep in mind that I'll submit several PRs on the port as I treat those changes differently. This one imho right but I'm not sure. The maintainer should know better. >How-To-Repeat: Try to build the port at a vanilla system and lok at the configure.log. >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 317544) +++ Makefile (working copy) @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= collectd PORTVERSION= 5.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ MAINTAINER= ports@bsdserwis.com COMMENT= Systems & network statistics collection daemon +LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify + USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes >Release-Note: >Audit-Trail: >Unformatted: