From owner-freebsd-ports@FreeBSD.ORG Tue Apr 26 06:12:01 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 8668116A4CE for ; Tue, 26 Apr 2005 06:12:01 +0000 (GMT) Received: from 62-15-211-171.inversas.jazztel.es (62-15-211-171.inversas.jazztel.es [62.15.211.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DCEB43D5A for ; Tue, 26 Apr 2005 06:12:00 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) j3Q6BERn086644; Tue, 26 Apr 2005 08:11:15 +0200 (CEST) (envelope-from josemi@redesjm.local) Received: from localhost (localhost [[UNIX: localhost]]) by redesjm.local (8.13.3/8.13.3/Submit) id j3Q6BCJJ000897; Tue, 26 Apr 2005 08:11:12 +0200 (CEST) (envelope-from josemi@redesjm.local) From: Jose M Rodriguez To: Yarema Date: Tue, 26 Apr 2005 08:11:11 +0200 User-Agent: KMail/1.8 References: <20050414111426.775f6afd.lehmann@ans-netz.de> <20050425194255.2fb68377.lehmann@ans-netz.de> <9FD5FCAF2F0093AA4991B478@tuber.coolrat.org> In-Reply-To: <9FD5FCAF2F0093AA4991B478@tuber.coolrat.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-13" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200504260811.12640.josemi@redesjm.local> X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.30.0.7; VDF: 6.30.0.116; host: antares.redesjm.local) cc: ports@FreeBSD.org cc: ports@dino.sk cc: josemi@freebsd.jazztel.es 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: Tue, 26 Apr 2005 06:12:01 -0000 El Martes, 26 de Abril de 2005 04:06, Yarema escribi=F3: > --On Monday, April 25, 2005 19:42:55 +0200 Oliver Lehmann > > wrote: > > Yarema wrote: > >> attached is a small diff to the Makefile moving > >> the MASTER_SITES declaration to the top where portlint likes it. > > > > It looks more consitent - even if at least my portlint hates it ;) > > > > FATAL: Makefile: MASTER_SITES appears out-of-order. > > FATAL: Makefile: order must be > > PORTNAME/PORTVERSION/DISTVERSIONPREFIX/ > > DISTVERSION/DISTVERSIONSUFFIX/PORTREVISION/PORTEPOCH/CATEGORIES/ > > MASTER_SITES/MASTER_SITE_SUBDIR/PKGNAMEPREFIX/PKGNAMESUFFIX/DISTNAM > >E/ EXTRACT_SUFX/DISTFILES/DIST_SUBDIR/EXTRACT_ONLY. > > > >> And a > >> couple of blank space at end of line fixes pointed out by > >> portlint. > >> > >> ... and there's another typo in Makefile.dep: s/tist/this/ ;) > > > > Damn.. will we ever get this to fly? ;) > > Being on call and fixing "real problems" and doing portswork at the > > same time - looks that this isn't a good idea :-/ > > > > Ok, changes taken - tar.gz uploaded (as usual) > > I hear that! It'll fly once we all stop looking at the code and > start using it... :) > > Here's another note: > > In security/courier-authlib-base/Makefile > > -OPTIONS+=3D RCORDER "start authdaemond early in the boot process" off > +OPTIONS+=3D RCORDER "Start authdaemond early in the boot process" off +OPTIONS=3D RCORDER "Start authdaemond early in the boot process" off > > "Start" should probably be capitalized.. and that's probably my > fault.. =2D- josemi