From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 3 17:20:01 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB4ED10656A5 for ; Fri, 3 Sep 2010 17:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7CED88FC19 for ; Fri, 3 Sep 2010 17:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o83HK1GZ025426 for ; Fri, 3 Sep 2010 17:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o83HK1H6025425; Fri, 3 Sep 2010 17:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 3 Sep 2010 17:20:01 GMT Resent-Message-Id: <201009031720.o83HK1H6025425@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, Wayne Sierke Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E01310656B9; Fri, 3 Sep 2010 17:18:50 +0000 (UTC) (envelope-from ws@au.dyndns.ws) Received: from ipmail06.adl6.internode.on.net (ipmail06.adl6.internode.on.net [150.101.137.145]) by mx1.freebsd.org (Postfix) with ESMTP id 6A4F28FC0C; Fri, 3 Sep 2010 17:18:48 +0000 (UTC) Received: from ppp103-111.static.internode.on.net (HELO [192.168.1.144]) ([150.101.103.111]) by ipmail06.adl6.internode.on.net with ESMTP; 04 Sep 2010 02:33:31 +0930 Message-Id: <1283533408.59017.20.camel@predator-ii.buffyverse> Date: Sat, 04 Sep 2010 02:33:28 +0930 From: Wayne Sierke To: freebsd-gnats-submit Cc: oliver@FreeBSD.org Subject: ports/150254: [PATCH] mail/courier-imap: Replace LIBDEPENDS=devel/fam with USE_FAM to allow use with devel/gamin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2010 17:20:01 -0000 >Number: 150254 >Category: ports >Synopsis: [PATCH] mail/courier-imap: Replace LIBDEPENDS=devel/fam with USE_FAM to allow use with devel/gamin >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 03 17:20:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Wayne Sierke >Release: FreeBSD 7.3-RELEASE i386 >Organization: >Environment: System: FreeBSD predator-ii.buffyverse 7.3-RELEASE FreeBSD 7.3-RELEASE #6: Fri May 7 15:28:37 CST >Description: Replace explicit dependency on devel/fam with USE_FAM to allow use of devel/gamin. In the same conditional block it seems to me that the "CONFIGURE_ENV=" and "LIB_DEPENDS+=" are probably redundant and even erroneous (but I haven't removed them in case I'm wrong about that). Eliminated the double blank line that portlint reports as 'FATAL'. Port maintainer (oliver@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- courier-imap-4.8.0,2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/courier-imap/Makefile,v retrieving revision 1.133 diff -u -r1.133 Makefile --- Makefile 31 May 2010 14:43:41 -0000 1.133 +++ Makefile 3 Sep 2010 16:34:54 -0000 @@ -24,7 +24,6 @@ USE_RC_SUBR= courier-imap-imapd courier-imap-imapd-ssl \ courier-imap-pop3d courier-imap-pop3d-ssl - CPPFLAGS+= -I${LOCALBASE}/include -I${PREFIX}/include LDFLAGS+= -L${LOCALBASE}/lib -L${PREFIX}/lib CONFIGURE_ENV= REHASH=${SCRIPTDIR}/c_rehash \ @@ -103,7 +102,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS}" LDFLAGS+= -L${LOCALBASE}/lib -LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam +USE_FAM= yes .endif MAN1= couriertcpd.1 maildiracl.1 maildirkw.1 \ --- courier-imap-4.8.0,2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: