Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jun 2000 18:03:28 -0700 (PDT)
From:      dann@greycat.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19590: ports/java/jre typo in Makefile
Message-ID:  <200006300103.SAA02177@greycat.com>

next in thread | raw e-mail | index | archive | help

>Number:         19590
>Category:       ports
>Synopsis:       Java/jre missing "\" in Makefile.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 29 18:10:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Dann Lunsford
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
none
>Environment:

ports as of 16:17 29-Jun-2000

>Description:
the java/jre port Makefile is missing a "\" continuation character, 
causing any target to abort make.

>How-To-Repeat:
cd /usr/ports/java/jre ; make


>Fix:
Apply this patch.

--- Makefile.orig	Thu Jun 29 17:52:36 2000
+++ Makefile	Thu Jun 29 17:53:09 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:
>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?200006300103.SAA02177>