Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 2003 15:34:09 +0400 (MSD)
From:      Andrey Beresovsky <and@rsu.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        anton@chelcom.ru
Subject:   ports/51128: It is not possible to build security/drweb-sendmail with sendmail from ports
Message-ID:  <200304181134.h3IBY902037305@asterix.rsu.ru>
Resent-Message-ID: <200304181140.h3IBe9YX082611@freefall.freebsd.org>

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

>Number:         51128
>Category:       ports
>Synopsis:       It is not possible to build security/drweb-sendmail with sendmail from ports
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 18 04:40:08 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Beresovsky
>Release:        FreeBSD 4.7-RELEASE-p7 i386
>Organization:
>Environment:
System: 4.7-RELEASE-p7


	
>Description:
The current security/drweb-sendmail port does not build with sendmail from ports 
due to missing incdir and libdir. Attached patch should solve this problem.

>How-To-Repeat:
	
>Fix:

The following patch should be applied to Makefile:

--- Makefile    21 Feb 2003 13:26:43 -0000      1.58
+++ Makefile    18 Apr 2003 11:13:06 -0000
@@ -23,6 +23,8 @@

 .if !exists( /usr/include/libmilter/mfapi.h )
 BUILD_DEPENDS+=        ${LOCALBASE}/include/libmilter/mfapi.h:${PORTSDIR}/mail/sendmail
+CFLAGS+=       -I${LOCALBASE}/include
+MAKE_ARGS+=    MLTADD_FreeBSD=-L${LOCALBASE}/lib
 .endif

 .if !defined(WITH_DRWEBSMF_HOSTNAME)
>Release-Note:
>Audit-Trail:
>Unformatted:



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