From owner-freebsd-ports@FreeBSD.ORG Mon Apr 25 16:46:18 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 2FBB716A4CE for ; Mon, 25 Apr 2005 16:46:18 +0000 (GMT) Received: from dppl.com (sapas.dppl.com [216.182.10.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE5E843D48 for ; Mon, 25 Apr 2005 16:46:17 +0000 (GMT) (envelope-from yds@CoolRat.org) Received: from [192.168.1.69] (pcp0011284575pcs.union01.nj.comcast.net [69.248.144.22]) (AUTH: PLAIN yds, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by dppl.com with esmtp; Mon, 25 Apr 2005 12:46:17 -0400 Date: Mon, 25 Apr 2005 12:46:16 -0400 From: Yarema To: Jose M Rodriguez Message-ID: <715B44AA1C5B1F8BC1C753E0@tuber.coolrat.org> In-Reply-To: <200504251809.19713.josemi@redesjm.local> References: <20050414111426.775f6afd.lehmann@ans-netz.de> <895A5ED96F5ECDED176975AC@[192.168.1.73]> <7FED6BD2EB2A5924B2448D7B@tuber.coolrat.org> <200504251809.19713.josemi@redesjm.local> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline cc: ports@FreeBSD.org cc: 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: Mon, 25 Apr 2005 16:46:18 -0000 --On Monday, April 25, 2005 18:09:18 +0200 Jose M Rodriguez=20 wrote: > El Lunes, 25 de Abril de 2005 17:57, Yarema escribi=F3: >> --On Friday, April 22, 2005 00:37:25 -0400 Yarema > 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. >> > 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 > and for the metaport. > > Work with a WITH RCORDER Knob and, if you really need and option in the > metaport, place it in Makefile, before importing Makefile.opt I remember, and if courier and courier-imap and sqwebmail all incorporate=20 the WITH_RCORDER tunable then all of these ports could also benefit from=20 Makefile.opt.diff. So whether it's "acceptable" or not is a matter of how convenient you want=20 these ports to be for the end user. The courier port will honor theWITH_RCORDER tunable and I hope that Oliver = uses something similar in the ports he maintains. --=20 Yarema http://yds.CoolRat.org