Date: Sun, 16 Nov 2003 22:45:16 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59329: Update port: editors/the Message-ID: <20031116224516.514d24df.tkato@prontomail.com> Resent-Message-ID: <200311161350.hAGDoFb0059519@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031116224516.514d24df.tkato>