From ws@au.dyndns.ws  Fri Sep  3 17:18:50 2010
Return-Path: <ws@au.dyndns.ws>
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 <ws@au.dyndns.ws>
To: freebsd-gnats-submit <freebsd-gnats-submit@freebsd.org>
Cc: oliver@FreeBSD.org
Subject: [PATCH] mail/courier-imap: Replace LIBDEPENDS=devel/fam with
 USE_FAM to allow use with devel/gamin

>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:    oliver
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 03 17:20:01 UTC 2010
>Closed-Date:    Sun Oct 17 10:28:01 UTC 2010
>Last-Modified:  Sun Oct 17 10:30:09 UTC 2010
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->oliver 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Sep 3 17:20:11 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150254 
State-Changed-From-To: open->closed 
State-Changed-By: oliver 
State-Changed-When: Sun Oct 17 10:27:52 UTC 2010 
State-Changed-Why:  
committed, Thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150254 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/150254: commit references a PR
Date: Sun, 17 Oct 2010 10:27:00 +0000 (UTC)

 oliver      2010-10-17 10:26:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/courier-imap    Makefile distinfo 
   Log:
   update to 4.8.1
   replace hardcoded dependency to libfam with USE_FAM [1]
   
   PR:             ports/150254 [1]
   Submitted by:   Wayne Sierke <ws@au.dyndns.ws> [1]
   
   Revision  Changes    Path
   1.134     +2 -2      ports/mail/courier-imap/Makefile
   1.70      +3 -3      ports/mail/courier-imap/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
