diff options
author | asami <asami@FreeBSD.org> | 1998-07-25 12:15:37 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-07-25 12:15:37 +0000 |
commit | a1b2b237c5ed1440f69cbbe9a303197ff5e24b6e (patch) | |
tree | 50a13c54035db4da133efdb00cdaf480cd1c25eb /mail/qmail | |
parent | b172d89da2a909a2a20ba32e1160b0f13da51734 (diff) | |
download | FreeBSD-ports-a1b2b237c5ed1440f69cbbe9a303197ff5e24b6e.zip FreeBSD-ports-a1b2b237c5ed1440f69cbbe9a303197ff5e24b6e.tar.gz |
===
## 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?
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index a385eef..5bcf39e 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. |