ports/81184: [PATCH][UPDATE] IIIMF-related ports: Update tor12.2 and bug fixes

Masanori OZAWA ozawa at ongs.co.jp
Wed May 18 08:50:11 UTC 2005


The following reply was made to PR ports/81184; it has been noted by GNATS.

From: Masanori OZAWA <ozawa at ongs.co.jp>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/81184: [PATCH][UPDATE] IIIMF-related ports: Update to r12.2
 and bug fixes
Date: Wed, 18 May 2005 17:43:18 +0900

  The above patch has defects.
  A patch of the patch which corrects this defect is attached below.
 
 
 --- iiimf.diff.orig	Wed May 18 16:14:39 2005
 +++ iiimf.diff	Wed May 18 16:10:29 2005
 @@ -3526,25 +3526,22 @@
  diff -urN ports.orig/textproc/iiimf-server/files/iiimd.sh.in
 ports/textproc/iiimf-server/files/iiimd.sh.in
  --- ports.orig/textproc/iiimf-server/files/iiimd.sh.in	Fri May 13 15:30:02 2005
  +++ ports/textproc/iiimf-server/files/iiimd.sh.in	Fri May 13 15:34:08 2005
 -@@ -19,3 +19,24 @@
 - load_rc_config $name
 - command_args="> /dev/null 2>&1 &"
 - run_rc_command "$1"
 +@@ -0,0 +0,21 @@
  +#!/bin/sh
  +
 -+# $FreeBSD: ports/textproc/iiimf-server/files/htt.sh.in,v 1.1 2005/02/28 04:17:01 daichi
 Exp $
 ++# $FreeBSD$
  +
 -+# PROVIDE: htt
 ++# PROVIDE: iiimd
  +# REQUIRE: DAEMON
  +# KEYWORD: FreeBSD shutdown
  +
  +prefix=%%PREFIX%%
  +
 -+htt_enable=${htt_enable:-"NO"}
 ++iiimd_enable=${iiimd_enable:-"NO"}
  +
  +. %%RC_SUBR%%
  +
 -+name="htt"
 ++name="iiimd"
  +rcvar=`set_rcvar`
  +command="${prefix}/bin/iiimd"
  +
 



More information about the freebsd-ports-bugs mailing list