diff options
-rw-r--r-- | dns/host/Makefile | 1 | ||||
-rw-r--r-- | mail/courier/Makefile | 1 | ||||
-rw-r--r-- | mail/postfix1/Makefile | 1 | ||||
-rw-r--r-- | mail/smail/Makefile | 1 | ||||
-rw-r--r-- | security/ssh/Makefile | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/dns/host/Makefile b/dns/host/Makefile index 86c8f7e..601ed77 100644 --- a/dns/host/Makefile +++ b/dns/host/Makefile @@ -16,6 +16,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= An utility to query DNS servers +CONFLICTS= bind-8.* bind84-8.* bind9-9.* bind9-dlz-* bind9-sdb-mysql-* skalibs-* NO_WRKSUBDIR= yes MAN1= host.1 diff --git a/mail/courier/Makefile b/mail/courier/Makefile index af3651a..1efc322 100644 --- a/mail/courier/Makefile +++ b/mail/courier/Makefile @@ -35,6 +35,7 @@ IMAGEURL?= /webmail CACHEOWN?= pop MAILDROPDEFAULT?=./Maildir # End of user-serviceable variables +CONFLICTS= postfix-1.* postfix-2.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* MAILOWN= courier MAILGRP= courier MAILUID= 62 diff --git a/mail/postfix1/Makefile b/mail/postfix1/Makefile index 7fe520c..cf5ae43 100644 --- a/mail/postfix1/Makefile +++ b/mail/postfix1/Makefile @@ -29,6 +29,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An alternative to widely-used Sendmail +CONFLICTS= courier-0.* postfix-2.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* USE_SUBMAKE= yes USE_REINPLACE= yes diff --git a/mail/smail/Makefile b/mail/smail/Makefile index 02bb409..5ea462e 100644 --- a/mail/smail/Makefile +++ b/mail/smail/Makefile @@ -23,6 +23,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper .endif +CONFLICTS= courier-0.* postfix-1.* postfix-2.* sendmail-8.* sendmail-*-8.* zmailer-2.* INSTALL_TARGET= install installman MAN1= pathto.1 uuwho.1 uupath.1 diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 7d2e70d..594fefa 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -17,6 +17,7 @@ MASTER_SITES= ftp://ftp.ssh.com/pub/ssh/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Secure shell client and server (remote login program) +CONFLICTS= openssh-* openssh-portable-* openssh-gssapi-* ssh2-3.* USE_AUTOCONF= YES GNU_CONFIGURE= YES USE_PERL5= YES |