ports/111756: mail/exim not compile WITHOUT_ICONV=YES and WITH_SPF=YES
dawnshade
h-k at mail.ru
Tue Apr 17 06:40:03 UTC 2007
>Number: 111756
>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:40:02 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 at 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
More information about the freebsd-ports-bugs
mailing list