From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 16 05:50:25 2003 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 5D61716A4CF for ; Sun, 16 Nov 2003 05:50:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7197443FDD for ; Sun, 16 Nov 2003 05:50:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGDoFFY059520 for ; Sun, 16 Nov 2003 05:50:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAGDoFb0059519; Sun, 16 Nov 2003 05:50:15 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 16 Nov 2003 05:50:15 -0800 (PST) Resent-Message-Id: <200311161350.hAGDoFb0059519@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 195CB16A4D0 for ; Sun, 16 Nov 2003 05:46:18 -0800 (PST) Received: from hfep07.dion.ne.jp (hfep07.dion.ne.jp [203.181.105.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E7243F3F for ; Sun, 16 Nov 2003 05:46:16 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([219.108.124.144]) by hfep07.dion.ne.jp with SMTP id <20031116134614032.LMYK@hfep07.dion.ne.jp> for ; Sun, 16 Nov 2003 22:46:14 +0900 Message-Id: <20031116224516.514d24df.tkato@prontomail.com> Date: Sun, 16 Nov 2003 22:45:16 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59329: Update port: editors/the X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 13:50:25 -0000 X-List-Received-Date: Sun, 16 Nov 2003 13:50:25 -0000 X-List-Received-Date: Sun, 16 Nov 2003 13:50:25 -0000 X-List-Received-Date: Sun, 16 Nov 2003 13:50:25 -0000 X-List-Received-Date: Sun, 16 Nov 2003 13:50:25 -0000 >Number: 59329 >Category: ports >Synopsis: Update port: editors/the >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 16 05:50:15 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: >Description: - Add option to support rexx-regina >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/the/Makefile editors/the/Makefile --- /usr/ports/editors/the/Makefile Mon May 19 09:39:15 2003 +++ editors/the/Makefile Wed Nov 12 19:06:13 2003 @@ -19,16 +19,23 @@ MAINTAINER= ports@FreeBSD.org COMMENT= "The Hessling Editor", an implementation of the xedit editor -BUILD_DEPENDS= rexx:${PORTSDIR}/lang/rexx-imc -RUN_DEPENDS= rexx:${PORTSDIR}/lang/rexx-imc - GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-ncurses --with-rexx=rexximc \ +CONFIGURE_ARGS= --with-ncurses \ --with-rexxincdir=${LOCALBASE}/include \ --with-rexxlibdir=${LOCALBASE}/lib ALL_TARGET= all html MAN1= the.1 + +.if defined(WITH_REXX_REGINA) +BUILD_DEPENDS+= regina:${PORTSDIR}/lang/rexx-regina +RUN_DEPENDS+= regina:${PORTSDIR}/lang/rexx-regina +CONFIGURE_ARGS+= --with-rexx=regina +.else +BUILD_DEPENDS+= rexx:${PORTSDIR}/lang/rexx-imc +RUN_DEPENDS+= rexx:${PORTSDIR}/lang/rexx-imc +CONFIGURE_ARGS+= --with-rexx=rexximc +.endif post-install: .if !defined(NOPORTDOCS) >Release-Note: >Audit-Trail: >Unformatted: