From jmcoopr@uidaho.edu  Sat Aug 24 14:23:04 2002
Return-Path: <jmcoopr@uidaho.edu>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 24B9C37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Aug 2002 14:23:04 -0700 (PDT)
Received: from harrier.csrv.uidaho.edu (harrier.csrv.uidaho.edu [129.101.119.224])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9957743E6A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Aug 2002 14:23:03 -0700 (PDT)
	(envelope-from jmcoopr@uidaho.edu)
Received: from pc016247.reshall.uidaho.edu (PC016247.reshall.uidaho.edu [129.101.136.30])
	by harrier.csrv.uidaho.edu (8.9.3 (PHNE_22672)/) with ESMTP id OAA11884
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Aug 2002 14:23:02 -0700 (PDT)
Received: from pc016247.reshall.uidaho.edu (localhost [IPv6:::1])
	by pc016247.reshall.uidaho.edu (8.12.5/8.12.5) with ESMTP id g7OLN1NI023524
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Aug 2002 14:23:01 -0700 (PDT)
	(envelope-from jmcoopr@pc016247.reshall.uidaho.edu)
Received: (from root@localhost)
	by pc016247.reshall.uidaho.edu (8.12.5/8.12.5/Submit) id g7OLMudL023523;
	Sat, 24 Aug 2002 14:22:56 -0700 (PDT)
	(envelope-from jmcoopr)
Message-Id: <200208242122.g7OLMudL023523@pc016247.reshall.uidaho.edu>
Date: Sat, 24 Aug 2002 14:22:56 -0700 (PDT)
From: John Merryweather Cooper <coop9211@uidaho.edu>
Reply-To: John Merryweather Cooper <coop9211@uidaho.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER UPDATE] Update build of netrexx to USE_JAVA
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         41984
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] Update build of netrexx to USE_JAVA
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 24 14:30:01 PDT 2002
>Closed-Date:    Wed Jan 15 19:24:15 PST 2003
>Last-Modified:  Wed Jan 15 19:24:15 PST 2003
>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:
State-Changed-From-To: open->analyzed 
State-Changed-By: sada 
State-Changed-When: Mon Nov 11 02:54:01 PST 2002 
State-Changed-Why:  
Caught error at the install stage: 
install: /ports/java/netrexx/work/NetRexx/browse/netrexx/lang/*: No such file or directory 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41984 
State-Changed-From-To: analyzed->closed 
State-Changed-By: edwin 
State-Changed-When: Wed Jan 15 19:23:13 PST 2003 
State-Changed-Why:  
Commited, thanks. 
If you have a spare minute, could you please have a look if 
the RM in the do-install can be done different? Running make install, 
make deinstall and make install bombs on it. 


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