ports/51128: It is not possible to build security/drweb-sendmail with sendmail from ports

Andrey Beresovsky and at rsu.ru
Fri Apr 18 11:40:11 UTC 2003


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



More information about the freebsd-ports-bugs mailing list