ports/59329: Update port: editors/the

KATO Tsuguru tkato at prontomail.com
Sun Nov 16 13:50:25 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list