summaryrefslogtreecommitdiff
path: root/mail/qmail
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-07-25 12:15:37 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-07-25 12:15:37 +0000
commitb7b94c790b137a7c423397ea02c1e7737b3dd8a4 (patch)
tree0e557a2f2974eef9afcf338a729946ae5b8d90c1 /mail/qmail
parentc++ -g -O2 -Wall -o le about.o block.o calc.o chset.o cmd.o color.o edit.o ... (diff)
===
## make package >> Checksum OK for qmail-1.03.tar.gz. ===> Extracting for qmail-1.03 ===> Patching for qmail-1.03 ===> Applying FreeBSD patches for qmail-1.03 ===> Configuring for qmail-1.03 pw: gid `80' has already been allocated Failed to add group qmail as gid 80 *** Error code 2 === Can the uid/gid checking be made a little more lenient? Or choose another one that's not used by other ports?
Notes
Notes: svn path=/head/; revision=12111
Diffstat (limited to 'mail/qmail')
-rw-r--r--mail/qmail/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index a385eefb8d47..5bcf39e68cf2 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -3,7 +3,7 @@
# Date created: 25 May 1998
# Whom: Mario S F Ferreira <lioux@gns.com.br> et al.
#
-# $Id: Makefile,v 1.2 1998/07/18 20:10:35 hoek Exp $
+# $Id: Makefile,v 1.3 1998/07/24 03:32:51 hoek Exp $
#
DISTNAME= qmail-1.03
@@ -23,6 +23,8 @@ MASTER_SITES= ftp://koobera.math.uic.edu/pub/software/ \
MAINTAINER= lioux@gns.com.br
+BROKEN= gid conflict
+
# A normal qmail installation puts everything into /var/qmail/.
# If you want to install to /usr/local/, then "/usr/local/qmail" is
# suggested instead of "/usr/local", but both will work.