aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-11-28 20:30:34 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-11-28 20:30:34 +0000
commit79684031c61abe627601a6bdcafaab76080a7fad (patch)
treec470772ea52e39cd45c5008a7aa1b8abd383f54c
parentcaf4fbd3dd563194930ab071b40443571c9e82f5 (diff)
downloadports-79684031c61abe627601a6bdcafaab76080a7fad.tar.gz
ports-79684031c61abe627601a6bdcafaab76080a7fad.zip
Notes
-rw-r--r--mail/sendmail811/Makefile4
-rw-r--r--mail/sendmail812/Makefile3
2 files changed, 5 insertions, 2 deletions
diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile
index 03182c3860b7..b59d1f98a63f 100644
--- a/mail/sendmail811/Makefile
+++ b/mail/sendmail811/Makefile
@@ -20,6 +20,8 @@ COMMENT= Reliable, highly configurable mail transfer agent with utilities
CONFLICTS?= courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.*
CONFLICTS+= sendmail-8.12.* sendmail-*-8.12.* sendmail+*-8.12.*
CONFLICTS+= sendmail-8.13.* sendmail-*-8.13.* sendmail+*-8.13.*
+
+NO_CDROM= please update to a newer version
NO_LATEST_LINK= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
WCONF= ${WRKSRC}/devtools/Site
@@ -55,7 +57,7 @@ OPENLDAP_LIB?= libldap.so.2
BUILD_DEPENDS+= ${LOCALBASE}/lib/${OPENLDAP_LIB}:${PORTSDIR}/${LDAP_PORT}
RUN_DEPENDS+= ${LOCALBASE}/lib/${OPENLDAP_LIB}:${PORTSDIR}/${LDAP_PORT}
.else
-USE_OPENLDAP_VER?= 21
+USE_OPENLDAP_VER?= 22
.endif
.endif
.if defined(SENDMAIL_WITH_SASL)
diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile
index fd8e2206590e..e4ff1105b9ca 100644
--- a/mail/sendmail812/Makefile
+++ b/mail/sendmail812/Makefile
@@ -25,6 +25,7 @@ CONFLICTS?= courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.*
CONFLICTS+= sendmail-8.11.* sendmail-*-8.11.* sendmail+*-8.11.*
CONFLICTS+= sendmail-8.13.* sendmail-*-8.13.* sendmail+*-8.13.*
+NO_CDROM= please update to a newer version
NO_LATEST_LINK= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
WCONF= ${WRKSRC}/devtools/Site
@@ -77,7 +78,7 @@ OPENLDAP_LIB?= libldap.so.2
BUILD_DEPENDS+= ${LOCALBASE}/lib/${OPENLDAP_LIB}:${PORTSDIR}/${LDAP_PORT}
RUN_DEPENDS+= ${LOCALBASE}/lib/${OPENLDAP_LIB}:${PORTSDIR}/${LDAP_PORT}
.else
-USE_OPENLDAP_VER?= 21
+USE_OPENLDAP_VER?= 22
.endif
.else
CONFLICTS+= sendmail*+ldap*-8.*