Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2007 04:28:51 +0900 (JST)
From:      KIMURA Yasuhiro <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111785: [PATCH] mail/maildrop: remove "WANT_FAM_SYSTEM=fam"
Message-ID:  <20070417192851.3E2E020@eastasia.home.utahime.org>
Resent-Message-ID: <200704171930.l3HJUUET003039@freefall.freebsd.org>

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

>Number:         111785
>Category:       ports
>Synopsis:       [PATCH] mail/maildrop: remove "WANT_FAM_SYSTEM=fam"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 17 19:30:29 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 6.2-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD xxx 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #0: Sat Mar 17 18:55:25 JST 2007 xxxx i386


	
>Description:
	"WANT_FAM_SYSTEM=fam" might have been too restrictive, so remove it.

	
>How-To-Repeat:
	
>Fix:

	

--- patch-maildrop begins here ---
Index: Makefile
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/mail/maildrop/Makefile,v
retrieving revision 1.46
diff -u -r1.46 Makefile
--- Makefile	21 Mar 2007 17:01:15 -0000	1.46
+++ Makefile	17 Apr 2007 19:24:07 -0000
@@ -72,7 +72,6 @@
 
 .if defined(WITH_FAM) || exists(${LOCALBASE}/lib/libfam.so.0)
 USE_FAM=	yes
-WANT_FAM_SYSTEM=	fam
 .endif
 
 .if defined(MAILDROP_TRUSTED_USERS)
--- patch-maildrop ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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