diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-11-16 01:13:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-11-16 01:13:21 +0000 |
commit | 84b68efce4b28e4f887e90f3e37c4a5fcc48996a (patch) | |
tree | 6758054f9da347e7cb0369a4c9d88e175063c514 /mail/courier | |
parent | Add new port - Beneath a Steel Sky (BASS), full version of 1993 adventure (diff) |
BROKEN: This port uses uid/gid 62, which is registered in the master list
in the porter's handbook as being owned by pf.
PR: ports/58115
Submitted by: Dennis Berger <db@nipsi.de>
Notes
Notes:
svn path=/head/; revision=94077
Diffstat (limited to 'mail/courier')
-rw-r--r-- | mail/courier/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/courier/Makefile b/mail/courier/Makefile index 1efc3224d857..7e2cf913e4a0 100644 --- a/mail/courier/Makefile +++ b/mail/courier/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= courier MAINTAINER= ports@FreeBSD.org COMMENT= Courier SMTP IMAP POP3 HTTP mail server suite +BROKEN= Uses unregistered uid/gid, already in use by pf + RUN_DEPENDS= ${LOCALBASE}/share/sysconftool/sysconftool:${PORTSDIR}/devel/sysconftool \ ${SITE_PERL}/Net/CIDR.pm:${PORTSDIR}/net/p5-Net-CIDR |