FreeBSD Port: sendmail+db42-8.13.2 patch

Alex Deiter tiamat at komi.mts.ru
Thu Dec 16 22:26:35 PST 2004


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!


More information about the freebsd-ports mailing list