diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-10-13 12:03:41 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-10-13 12:03:41 +0800 |
commit | ef2630a49c0c5600e6de2d9dad6fa6d0006d30c4 (patch) | |
tree | 3676930271342f3d83c6e753fb85b9068d22e48a | |
parent | 7e73bed040ad9bd4299cd2a761a84ecc728b3c65 (diff) | |
download | freebsd-ports-gnome-ef2630a49c0c5600e6de2d9dad6fa6d0006d30c4.tar.gz freebsd-ports-gnome-ef2630a49c0c5600e6de2d9dad6fa6d0006d30c4.tar.zst freebsd-ports-gnome-ef2630a49c0c5600e6de2d9dad6fa6d0006d30c4.zip |
- add CONFLICTS
Submitted by: eikemeier@fillmore-labs.com
-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 86c8f7e3a54f..601ed77327bd 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 af3651ace31a..1efc3224d857 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 7fe520c7a765..cf5ae4325099 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 02bb4098d1d7..5ea462ef3bff 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 7d2e70d21139..594fefaf6fe7 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 |