From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 17 06:50:13 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 312F316A409 for ; Tue, 17 Apr 2007 06:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 12AA313C489 for ; Tue, 17 Apr 2007 06:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l3H6o2GZ037692 for ; Tue, 17 Apr 2007 06:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3H6o2Ub037690; Tue, 17 Apr 2007 06:50:02 GMT (envelope-from gnats) Resent-Date: Tue, 17 Apr 2007 06:50:02 GMT Resent-Message-Id: <200704170650.l3H6o2Ub037690@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, dawnshade Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFB4516A401 for ; Tue, 17 Apr 2007 06:44:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id B0EF613C487 for ; Tue, 17 Apr 2007 06:44:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l3H6ii6Q055786 for ; Tue, 17 Apr 2007 06:44:44 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l3H6dhnC054728; Tue, 17 Apr 2007 06:39:43 GMT (envelope-from nobody) Message-Id: <200704170639.l3H6dhnC054728@www.freebsd.org> Date: Tue, 17 Apr 2007 06:39:43 GMT From: dawnshade To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/111757: mail/exim not compile WITHOUT_ICONV=YES and WITH_SPF=YES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2007 06:50:13 -0000 >Number: 111757 >Category: ports >Synopsis: mail/exim not compile WITHOUT_ICONV=YES and WITH_SPF=YES >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 17 06:50:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: dawnshade >Release: 6.2-RELEASE >Organization: - >Environment: FreeBSD mail.host.ru 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #0: Sun Apr 8 18:34:30 MSD 2007 root@mail.host.ru:/usr/src/sys/i386/compile/mail_kern_8 i386 >Description: port mail/exim does not compile with WITHOUT_ICONV=YES and WITH_SPF=YES together: ..skipped.... >How-To-Repeat: cd /usr/ports/mail/exim && make WITHOUT_ICONV=YES WITH_SPF=YES >Fix: apply patch Patch attached with submission follows: --- Makefile.orig Tue Apr 17 10:19:39 2007 +++ Makefile Tue Apr 17 10:23:07 2007 @@ -247,6 +247,11 @@ # (for example when using option mua_wrapper) #WITHOUT_DAEMON= yes +.if defined(WITHOUT_ICONV) && defined(WITH_SPF) +BROKEN=Does not compile without ICONV and with SPF +.endif + + # You should not need to fiddle with anything below this point. .if defined(WITH_WISHLIST) >Release-Note: >Audit-Trail: >Unformatted: >>> exicyclog script built >>> exinext script built >>> exiwhat script built >>> exigrep script built >>> eximstats script built >>> exipick script built >>> exiqgrep script built >>> exiqsumm script built >>> transport-filter.pl script built >>> convert4r3 script built >>> convert4r4 script built >>> exim_checkaccess script built cc exim_dbmbuild.c cc -o exim_dbmbuild /usr/bin/ld: cannot find -lspf2 *** Error code 1 Stop in /usr/ports/mail/exim/work/exim-4.66/build-FreeBSD-i386. *** Error code 1 Stop in /usr/ports/mail/exim/work/exim-4.66. *** Error code 1 Stop in /usr/ports/mail/exim. mail# ldconfig -r |grep spf2 184:-lspf2.2 => /usr/local/lib/libspf2.so.2 mail# pkg_info |grep spf libspf2-1.2.5_2 Sender Rewriting Scheme 2 C Implementation