From owner-freebsd-ports@FreeBSD.ORG Mon Nov 3 05:35:36 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9E2816A4CE for ; Mon, 3 Nov 2003 05:35:36 -0800 (PST) Received: from uucp.dinoex.sub.de (uucp.dinoex.sub.de [212.184.201.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C7CA43FD7 for ; Mon, 3 Nov 2003 05:35:34 -0800 (PST) (envelope-from dirk.meyer@dinoex.sub.org) Received: from uucp.dinoex.sub.de (uucp.dinoex.sub.de [212.184.201.182]) by uucp.dinoex.sub.de (8.12.10/8.12.10) with ESMTP id hA3DZ1Nn095944; Mon, 3 Nov 2003 14:35:01 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) Received: from gate.dinoex.sub.org (dinoex@localhost)hA3DZ1LA095937; Mon, 3 Nov 2003 14:35:01 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) To: ume@mahoroba.org (Hajimu UMEMOTO), freebsd-ports@freebsd.org Message-ID: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Date: Mon, 03 Nov 2003 14:30:30 +0100 X-Mailer: Dinoex 1.79 References: <20031103045420.GA26891@rot13.obsecurity.org> <20031103045420.GA26891@rot13.obsecurity.org> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.94] X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-ZC-TELEFON: V+49-5606-6512Q F+49-5606-55023 X-Copyright: (C) Copyright 2001 by Dirk Meyer -- All rights reserved. X-ZC-POST: Im Grund 4;34317 Habichtswald;Germany X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 20031103000000W+1@dinoex.sub.org Subject: Re: ANNOUNCE: [FreeBSD-Announce] Ports scheduled for removal on Feb 2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2003 13:35:36 -0000 Hallo Hajimu UMEMOTO, > This is noticed from you before, but I cannot reproduce the problem, > here. So, I cannot fix this problem. Further, I didn't hear any > problem from anyone other than bento. I suspect it is bento issue. > Any idea? ===> Installing for cyrus-sasl-saslauthd-2.1.15_3 /usr/sbin/chown cyrus:mail /var/state/saslauthd chown: cyrus: Invalid argument *** Error code 1 Please check that the user "cyrus" is created while installation I could reproduce it after the cyrus user was removed. PKGINSTALL is nor added to the package. It does not exist at the time bsd.portk.mk is included. See bsd.portk.mk: .if exists(${PKGINSTALL}) PKG_ARGS+= -i ${PKGINSTALL} .endif add in the Makefile after: .include