From owner-freebsd-ports@FreeBSD.ORG Tue Aug 24 13:31:31 2004 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 24AFE16A4CF for ; Tue, 24 Aug 2004 13:31:31 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF9CA43D54 for ; Tue, 24 Aug 2004 13:31:30 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so93337rnl for ; Tue, 24 Aug 2004 06:31:23 -0700 (PDT) Received: by 10.38.83.11 with SMTP id g11mr487153rnb; Tue, 24 Aug 2004 06:31:23 -0700 (PDT) Received: by 10.38.75.25 with HTTP; Tue, 24 Aug 2004 06:31:23 -0700 (PDT) Message-ID: <790a9fff0408240631ad94bd8@mail.gmail.com> Date: Tue, 24 Aug 2004 08:31:23 -0500 From: Scot Hetzel To: Andreas Klemm In-Reply-To: <20040822075712.GA68063@titan.klemm.apsfilter.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040822075712.GA68063@titan.klemm.apsfilter.org> cc: ports@freebsd.org cc: ale@freebsd.org Subject: Re: PR 69273: mysql server changes, rc-ng & FreeBSD 4.x ? -> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2004 13:31:31 -0000 On Sun, 22 Aug 2004 09:57:12 +0200, Andreas Klemm wrote: > Hi, > > I just noticed, that I didn't get a response from maintainer (ale). > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/69273 > > 2 things Oliver (eik@) mentioned: > - one script is not prefix clean, o.k. needs to be fixed > - problems with rc-ng style start/stop scripts with FreeBSD 4.x > > I noticed quite a few ports now using these rc-ng style scripts. > Does that mean they all don't run well on 4.x anymore ? > > I'm not sure, but do I remember right that people worked on > compatibility scripts for 4.x (maybe a port), that installs > the framework for the rc-ng scripts for 4.x ? > The rc-ng style scripts will work on 4.x, but the port needs to set USE_RC_SUBR in the Makefile. This will then pull in a dependancy on the rc_subr port for FreeBSD 4.x and below. Then the port needs to substitue ${RC_SUBR} for %%RC_SUBR%% in the startup script.