Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2002 03:34:06 +0400 (MSD)
From:      "Andrey V. Pevnev" <andrey@mgul.ac.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/38640: Maintainer update: mail/mimedefang
Message-ID:  <200205272334.g4RNY6au084694@ns1.mgul.ac.ru>

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

>Number:         38640
>Category:       ports
>Synopsis:       Maintainer update: mail/mimedefang
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 27 16:40:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Andrey V. Pevnev
>Release:        FreeBSD 4.5-RELEASE-p4 i386
>Organization:
Moscow State Forestry University
>Environment:
System: FreeBSD ns1.mgul.ac.ru 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #0: Thu Apr 25 19:08:55 MSD 2002 andrey@ns1.mgul.ac.ru:/usr/obj/usr/src/sys/NS1 i386
>Description:
Added ability to build port on systems without sendmail with libmilter
in the base system. In this case port will build sendmail with libmilter from ports.
>How-To-Repeat:
>Fix:
--- mimedefang.diff begins here ---
diff -ruN mimedefang.bak/Makefile mimedefang/Makefile
--- mimedefang.bak/Makefile	Tue May 28 03:13:32 2002
+++ mimedefang/Makefile	Tue May 28 03:25:59 2002
@@ -29,7 +29,7 @@
 MAN8=	mimedefang.8 mimedefang.pl.8 mimedefang-multiplexor.8
 
 .if !exists( /usr/include/libmilter/mfapi.h )
-IGNORE=	"requires libmilter installed in the base system, upgrade your FreeBSD"
+BUILD_DEPENDS+=	${LOCALBASE}/include/libmilter/mfapi.h:${PORTSDIR}/mail/sendmail
 .endif
 
 post-install:
--- mimedefang.diff ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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