From tkato@prontomail.com  Sun Nov 16 05:47:04 2003
Return-Path: <tkato@prontomail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 195CB16A4D0
	for <FreeBSD-gnats-submit@FreeBSD.org>; 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 <FreeBSD-gnats-submit@FreeBSD.org>; 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 <FreeBSD-gnats-submit@FreeBSD.org>;
          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 <tkato@prontomail.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: editors/the

>Number:         59329
>Category:       ports
>Synopsis:       Update port: editors/the
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 16 05:50:15 PST 2003
>Closed-Date:    Sun Nov 16 06:31:32 PST 2003
>Last-Modified:  Sun Nov 16 06:31:32 PST 2003
>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:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Sun Nov 16 06:31:24 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=59329 
>Unformatted:
