From nobody@FreeBSD.ORG  Thu Jun 29 12:38:40 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id A7CA637B9EF; Thu, 29 Jun 2000 12:38:40 -0700 (PDT)
Message-Id: <20000629193840.A7CA637B9EF@hub.freebsd.org>
Date: Thu, 29 Jun 2000 12:38:40 -0700 (PDT)
From: dan@freebsddiary.org
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: java/jre port is broken
X-Send-Pr-Version: www-1.0

>Number:         19586
>Category:       ports
>Synopsis:       java/jre port is broken
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 29 12:40:01 PDT 2000
>Closed-Date:    Thu Jun 29 23:41:19 PDT 2000
>Last-Modified:  Thu Jun 29 23:41:56 PDT 2000
>Originator:     Dan Langille
>Release:        4.0-stable
>Organization:
The FreeBSD Diary
>Environment:
FreeBSD set.freshports.org 4.0-STABLE FreeBSD 4.0-STABLE #0: Sat May  6 09:43:56 NZST 2000     root@buff.unixathome.org:/usr/src/sys/compile/BUFF  i386
>Description:
make file is missing a \ on the list of master sites.
>How-To-Repeat:
$ cd /usr/ports/java/jre
$ make -V PORTVERSION
"Makefile", line 14: Unassociated shell command "ftp://ftp.sc.sri.com/pub/FreeBSD/JDK/  http://www.freebsd.org/java/"
make: fatal errors encountered -- cannot continue
>Fix:
$ diff -ruN Makefile Makefile.original 
--- Makefile    Fri Jun 30 07:35:21 2000
+++ Makefile.original   Fri Jun 30 07:35:11 2000
@@ -9,7 +9,7 @@
 PORTVERSION=   ${JRE_VERSION}
 CATEGORIES=    java devel
 MASTER_SITES=  ftp://ftp.se.freebsd.org/pub/FreeBSD/JDK/ \
-               ${MASTER_SITE_LOCAL} \
+               ${MASTER_SITE_LOCAL}
                ftp://ftp.sc.sri.com/pub/FreeBSD/JDK/ \
                http://www.freebsd.org/java/
 MASTER_SITE_SUBDIR=    patrick

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: billf 
State-Changed-When: Thu Jun 29 23:41:19 PDT 2000 
State-Changed-Why:  
>   PR:         19590 
>   Submitted by:       Dann Lunsford <dann@greycat.com> 

Took care of this. 

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