Skip site navigation (1)Skip section navigation (2)
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:   ports/150254: [PATCH] mail/courier-imap: Replace LIBDEPENDS=devel/fam with USE_FAM to allow use with devel/gamin
Message-ID:  <1283533408.59017.20.camel@predator-ii.buffyverse>
Resent-Message-ID: <201009031720.o83HK1H6025425@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1283533408.59017.20.camel>