Date: Sat, 24 Aug 2002 14:22:56 -0700 (PDT) From: John Merryweather Cooper <coop9211@uidaho.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/41984: [MAINTAINER UPDATE] Update build of netrexx to USE_JAVA Message-ID: <200208242122.g7OLMudL023523@pc016247.reshall.uidaho.edu>
next in thread | raw e-mail | index | archive | help
>Number: 41984 >Category: ports >Synopsis: [MAINTAINER UPDATE] Update build of netrexx to USE_JAVA >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: Sat Aug 24 14:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD PC016247.reshall.uidaho.edu 4.6-STABLE FreeBSD 4.6-STABLE #34: Thu Aug 22 19:34:48 PDT 2002 root@PC016247.reshall.uidaho.edu:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: Update netrexx to use USE_JAVA framework, REINPLACE_CMD, and change my e-mail to a real address (finally!) while I'm at it. >How-To-Repeat: N/A >Fix: --- update-netrexx-2.02_2 begins here --- # This is a patch for netrexx to update it to netrexx-2.02_2 # # To apply this patch: # STEP 1: Chdir to the source directory. # STEP 2: Run the 'applypatch' program with this patch file as input. # # If you do not have 'applypatch', it is part of the 'makepatch' package # that you can fetch from the Comprehensive Perl Archive Network: # http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz # In the above URL, 'x' should be 2 or higher. # # To apply this patch without the use of 'applypatch': # STEP 1: Chdir to the source directory. # If you have a decent Bourne-type shell: # STEP 2: Run the shell with this file as input. # If you don't have such a shell, you may need to manually delete # the files as shown below. # STEP 3: Run the 'patch' program with this file as input. # # These are the commands needed to create/delete files/directories: # rm -f 'files/patch-read.me.first' # # This command terminates the shell and need not be executed manually. exit # #### End of Preamble #### #### Patch data follows #### diff -u 'netrexx/Makefile' 'netrexx-2.02_2/Makefile' Index: ./Makefile --- ./Makefile Wed Jun 19 16:49:00 2002 +++ ./Makefile Sat Aug 24 14:14:03 2002 @@ -2,27 +2,28 @@ # Date created: Feb 8, 1999 # Whom: Pedro Giffuni # -# $FreeBSD: ports/java/netrexx/Makefile,v 1.9 2002/06/16 01:54:05 glewis Exp $ +# $FreeBSD$ # PORTNAME= NetRexx PORTVERSION= 2.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java lang MASTER_SITES= http://www2.hursley.ibm.com/netrexx/ DISTNAME= NetRexx -MAINTAINER= jmcoopr@webmail.bmi.net +MAINTAINER= coop9211@uidaho.edu -RUN_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk11 \ - ${LOCALBASE}/bin/rexx:${PORTSDIR}/lang/rexx-imc +RUN_DEPENDS= ${LOCALBASE}/bin/rexx:${PORTSDIR}/lang/rexx-imc NO_BUILD= yes USE_ZIP= yes +USE_JAVA= 1.1+ +USE_REINPLACE= yes pre-patch: - @${PERL} -pi -e 's/\015//' ${WRKSRC}/bin/NetRexxC.sh - @${PERL} -pi -e 's/\015//' ${WRKSRC}/read.me.first + @${REINPLACE_CMD} -e 's/\015//' ${WRKSRC}/bin/NetRexxC.sh + @${REINPLACE_CMD} -e 's/\015//' ${WRKSRC}/read.me.first do-install: @${INSTALL_SCRIPT} ${WRKSRC}/bin/NetRexxC.sh ${PREFIX}/bin #### End of Patch data #### #### ApplyPatch data follows #### # Data version : 1.0 # Date generated : Sat Aug 24 14:17:47 2002 # Generated by : makepatch 2.00 # Recurse directories : Yes # r 'files/patch-read.me.first' 3191 0 # p 'Makefile' 1694 1030223643 0100644 #### End of ApplyPatch data #### #### End of Patch kit [created: Sat Aug 24 14:17:47 2002] #### #### Checksum: 81 2553 2184 #### --- update-netrexx-2.02_2 ends here --- >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?200208242122.g7OLMudL023523>