Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Dec 2004 09:26:23 +0300
From:      Alex Deiter <tiamat@komi.mts.ru>
To:        dinoex@FreeBSD.org, ports@FreeBSD.org
Subject:   FreeBSD Port: sendmail+db42-8.13.2 patch
Message-ID:  <41C27C0F.2050101@komi.mts.ru>

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

mail/sendmail cannot make all-depends-list:

# make SENDMAIL_WITH_BERKELEYDB_VER=42 clean
make: don't know how to make all-depends-list. Stop
===>  Cleaning for sendmail+db42-8.13.2

Simple patch:

--- Makefile.orig       Fri Dec 17 09:06:23 2004
+++ Makefile    Fri Dec 17 09:06:48 2004
@@ -95,7 +95,7 @@
  BERKELEYDB_LIB?=               db-4.2
  BERKELEYDB_INCLUDE?=   ${LOCALBASE}/include/db42
  .endif
-LIB_DEPENDS+=          ${BERKELEYDB_LIB}:${PORTSDIR}/${BERKLEYDB_PORT}
+LIB_DEPENDS+=          ${BERKELEYDB_LIB}:${PORTSDIR}/${BERKELEYDB_PORT}
  CONFLICTS+=    sendmail+tls-8.* \
                 sendmail+tls+ldap-8.* \
                 sendmail+tls+sasl-8.* \

Thanks a lot!



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