From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 1 10:10:54 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 782CD16A4CE for ; Thu, 1 Jul 2004 10:10:54 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A5C643D2D for ; Thu, 1 Jul 2004 10:10:54 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i61AATXt000957 for ; Thu, 1 Jul 2004 10:10:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i61AAT6w000949; Thu, 1 Jul 2004 10:10:29 GMT (envelope-from gnats) Date: Thu, 1 Jul 2004 10:10:29 GMT Message-Id: <200407011010.i61AAT6w000949@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Herve Quiroz Subject: Re: ports/68548: [PATCH] textproc/saxon: new shell script to run Saxon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Herve Quiroz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 10:10:54 -0000 The following reply was made to PR ports/68548; it has been noted by GNATS. From: Herve Quiroz To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/68548: [PATCH] textproc/saxon: new shell script to run Saxon Date: Thu, 1 Jul 2004 12:03:16 +0200 Hum. I am working on improving textproc/xalan-j as well and I found out that it also uses this kind of sed magic to configure the shell script. However, this task is performed in a different target: do-configure. Now I realize that this is probably a better place for such a task. Do I need to re-submit a patch ? Herve