Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2002 14:41:13 +0600 (YEKST)
From:      Anton Voronin <anton@chelcom.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/38235: Makefile fixes
Message-ID:  <200205180841.g4I8fDp90504@anton-pc.chel.com.ru>

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

>Number:         38235
>Category:       ports
>Synopsis:       Makefile fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 18 01:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Anton Voronin
>Release:        FreeBSD 4.5-RC i386
>Organization:
Intersvyaz JSC
>Environment:

	n/a

>Description:

	Fix libmilter check in case sendmail was installed from ports

>How-To-Repeat:

	n/a

>Fix:

diff -rNu drweb-sendmail.orig/Makefile drweb-sendmail/Makefile
--- drweb-sendmail.orig/Makefile	Wed May 15 03:06:55 2002
+++ drweb-sendmail/Makefile	Sat May 18 14:31:44 2002
@@ -1,18 +1,18 @@
 # New ports collection makefile for:   drweb_sendmail
 # Date created:        14 August 2001
-# Whom:                Anton Voronin <anton@urc.ac.ru>
+# Whom:                Anton Voronin <anton@chelcom.ru>
 #
 # $FreeBSD: ports/security/drweb-sendmail/Makefile,v 1.40 2002/05/13 15:23:17 ache Exp $
 #
 
 PORTNAME=	drweb_sendmail
 PORTVERSION=    4.28
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security mail
 MASTER_SITES=   http://drweb.spb.ru/download/unix/
 DISTNAME=       drweb-clients-${PORTVERSION}-sources
 
-MAINTAINER=	anton@urc.ac.ru
+MAINTAINER=	anton@chelcom.ru
 
 RUN_DEPENDS=    ${LOCALBASE}/etc/rc.d/drweb-0.sh:${PORTSDIR}/security/drwebd
 
@@ -21,8 +21,8 @@
 INST_PREFIX=	${PREFIX}/${PORTNAME}
 DOC_DIR=	${PREFIX}/share/doc/drweb-sendmail
 
-.if !exists( /usr/include/libmilter/mfapi.h )
-IGNORE= "requires libmilter installed in the base system, upgrade your FreeBSD"
+.if !exists( /usr/include/libmilter/mfapi.h ) && !exists( /usr/local/include/libmilter/mfapi.h )
+IGNORE= "requires libmilter installed. Upgrade your FreeBSD system or sendmail package/port"
 .endif
 
 .if !defined(WITH_DRWEBSMF_HOSTNAME)


>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?200205180841.g4I8fDp90504>