From owner-freebsd-ports@FreeBSD.ORG Sat Apr 23 10:00:19 2005 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 2E47516A4CE for ; Sat, 23 Apr 2005 10:00:19 +0000 (GMT) Received: from bsd.dino.sk (bsd.dino.sk [213.215.72.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE7FB43D58 for ; Sat, 23 Apr 2005 10:00:17 +0000 (GMT) (envelope-from ports@dino.sk) Received: from [213.215.74.194] ([213.215.74.194]) (AUTH: LOGIN milan) by bsd.dino.sk with esmtp; Sat, 23 Apr 2005 12:00:26 +0200 id 000000E1.426A1CBA.000120FE From: Milan Obuch To: freebsd-ports@freebsd.org Date: Sat, 23 Apr 2005 12:00:10 +0200 User-Agent: KMail/1.6.2 References: <20050414111426.775f6afd.lehmann@ans-netz.de> <200504231027.45998.ports@dino.sk> <20050423113007.29d77569.lehmann@ans-netz.de> In-Reply-To: <20050423113007.29d77569.lehmann@ans-netz.de> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200504231200.10645.ports@dino.sk> Subject: Re: splitting courier-authlib into master+slave ports 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: Sat, 23 Apr 2005 10:00:19 -0000 On Saturday 23 April 2005 11:30, Oliver Lehmann wrote: > Hi, > > Milan Obuch wrote: > > ===> Building for courier-authlib-0.55_2 > > cd: can't cd to > > /usr/ports/security/courier-authlib/work/courier-authlib-0.55 *** Error > > code 2 > > > > Stop in /usr/ports/security/courier-authlib. > > *** Error code 1 > > > > Stop in /usr/ports/security/courier-authlib. > > > > I think building meta port should be no op. Am I right? > > hmm what did you typed in? NO_BUILD=yes like it is in the Makefile should > prevent this. > It is somewhat magic. There is one sequence consistently leading to this problem (not a real, but really confusing): make rmconfig make clean make When I do make rmconfig make clean make config make this error did not show up. Weird. Actually it is not error, there is nothing to build, just a trouble for unexperienced user. Regards, Milan