Date: Mon, 24 Jun 2002 13:48:27 +0900 (JST) From: Kimura Fuyuki <fuyuki@hadaly.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/39759: Update port: java/jde - USE_REINPLACE Message-ID: <20020624044827.194E49912D@hadaly.dyndns.org>
next in thread | raw e-mail | index | archive | help
>Number: 39759 >Category: ports >Synopsis: Update port: java/jde - USE_REINPLACE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 23 21:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.6-RELEASE i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.6-RELEASE FreeBSD 4.6-RELEASE #13: Fri Jun 7 19:13:40 JST 2002 root@sz.homedns.org:/sack/obj/usr/src/sys/NS i386 >Description: - Use REINPLACE_CMD - Change maintainer's address >How-To-Repeat: >Fix: cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/java/jde/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 7 Feb 2002 10:02:13 -0000 1.2 +++ Makefile 24 Jun 2002 04:47:44 -0000 @@ -13,7 +13,7 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME} DISTNAME= ${PORTNAME}-latest -MAINTAINER= fuyuki@mj.0038.net +MAINTAINER= fuyuki@hadaly.org EMACS_PORT_NAME?= emacs21 @@ -25,6 +25,8 @@ ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/elib/avltree.el:${PORTSDIR}/devel/elib${PORTNAMESUFFIX} RUN_DEPENDS= ${BUILD_DEPENDS} +USE_REINPLACE= yes + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} BUILD_WRKSRC= ${WRKSRC}/lisp MAKEFILE= makefile @@ -35,7 +37,7 @@ post-patch: # An ugly patch for a troublesome varname change in the browse-url. .if ${EMACS_PORT_NAME} == "emacs21" - ${PERL} -pi -e 's/browse-url-new-window-p/browse-url-new-window-flag/' \ + ${REINPLACE_CMD} -e 's/browse-url-new-window-p/browse-url-new-window-flag/' \ ${BUILD_WRKSRC}/*.el .endif Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/java/jde/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 10 Jan 2002 11:41:18 -0000 1.1 +++ pkg-descr 24 Jun 2002 04:47:44 -0000 @@ -16,4 +16,4 @@ WWW: http://jdee.sunsite.dk/ - Kimura Fuyuki -fuyuki@mj.0038.net +fuyuki@hadaly.org cvs server: Diffing files >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020624044827.194E49912D>