ports/56567: mail/spamass-milter cannot build

KONDOU, Kazuhiro kazuhiro at alib.jp
Sun Sep 7 18:40:17 UTC 2003


>Number:         56567
>Category:       ports
>Synopsis:       mail/spamass-milter fails in configure step
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 07 11:40:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     "KONDOU, Kazuhiro"
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD lilia.alib.jp 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Sat Sep  6 14:08:48 JST 2003     root@:/usr/obj/usr/src/sys/REAH  i386 

>Description:

configure script checks existing pthread library on system.
but, it doessn't link thread support libraries.


>How-To-Repeat:

fails in `make configure'.

>Fix:

apply following patches.
this patch adds POSIX thread library flag.
I tested 5.1-CURRENT only. please check on 4-STABLE system and
*old* 5.1-CURRENT (> 5.1-RELEASE) system and <= 5.1-RELEASE.

--- spamass-milter/Makefile.orig	Thu Jul  3 04:28:52 2003
+++ spamass-milter/Makefile	Mon Sep  8 03:06:03 2003
@@ -25,6 +25,8 @@
 AUTOCONF=	autoconf
 AUTOCONF_DIR=	${LOCALBASE}/share/autoconf
 
+CONFIGURE_ARGS=		LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
+
 MAN1=		spamass-milter.1
 
 post-patch:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list