From owner-freebsd-ports@FreeBSD.ORG Mon Apr 25 16:10:21 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 6F8B916A4CE for ; Mon, 25 Apr 2005 16:10:21 +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 0E34F43D5F for ; Mon, 25 Apr 2005 16:10:20 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) j3PG9L9f065423; Mon, 25 Apr 2005 18:09:21 +0200 (CEST) (envelope-from josemi@redesjm.local) Received: from localhost (localhost [[UNIX: localhost]]) by redesjm.local (8.13.3/8.13.3/Submit) id j3PG9J06072062; Mon, 25 Apr 2005 18:09:19 +0200 (CEST) (envelope-from josemi@redesjm.local) From: Jose M Rodriguez To: Yarema Date: Mon, 25 Apr 2005 18:09:18 +0200 User-Agent: KMail/1.8 References: <20050414111426.775f6afd.lehmann@ans-netz.de> <895A5ED96F5ECDED176975AC@[192.168.1.73]> <7FED6BD2EB2A5924B2448D7B@tuber.coolrat.org> In-Reply-To: <7FED6BD2EB2A5924B2448D7B@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: <200504251809.19713.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: Mon, 25 Apr 2005 16:10:21 -0000 El Lunes, 25 de Abril de 2005 17:57, Yarema escribi=F3: > --On Friday, April 22, 2005 00:37:25 -0400 Yarema =20 wrote: > > --On Thursday, April 21, 2005 11:10 PM +0200 Oliver Lehmann > > > > wrote: > >> Hi once more > >> > >> Yarema wrote: > >>> Note that "USE_RCORDER=3D courier-authdaemond.sh" will process > >>> 'files/courier-authdaemond.sh.in' and not > >>> 'files/courier-authdaemond.sh', that's just how > >>> deals with it. > >> > >> Just a small note: > >> USE_RC_SUBR=3D courier-authdaemond.sh is what we want. > >> USE_RCORDER=3D... installes the file in /etd/rc.d instead of > >> ${PREFIX}/etc/ rc.d > > > > It's not what we all want.. I for one want USE_RCORDER so that in > > courier.sh of the courier port I can: > > > ># PROVIDE: courier mail > ># REQUIRE: DAEMON courier_authdaemond > ># KEYWORD: FreeBSD shutdown > > > > and have the system run courier_authdaemond before it runs courier. > > > > USE_RC_SUBR=3D startup scripts installed in ${PREFIX}/etc/rc.d/ do > > not honor the REQUIRE: and BEFORE: ordering. > > > > USE_RCORDER=3D scripts installed in /etd/rc.d/ do honor those.=20 > > That's what USE_RCORDER=3D is for. > > > > courier-imap and sqwebmail could stand to benefit from such startup > > ordering as well. > > Oliver, > > I have a small patch against the latest you posted to handle the > above issue: > I think Makefile.opt.diff is not acceptable Remember that we are working to import Makefile.opt from foreing ports=20 and for the metaport. Work with a WITH RCORDER Knob and, if you really need and option in the=20 metaport, place it in Makefile, before importing Makefile.opt =2D- josemi