Date: Thu, 29 Jun 2000 12:38:40 -0700 (PDT) From: dan@freebsddiary.org To: freebsd-gnats-submit@FreeBSD.org Subject: ports/19586: java/jre port is broken Message-ID: <20000629193840.A7CA637B9EF@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 19586 >Category: ports >Synopsis: java/jre port is broken >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 29 12:40:01 PDT 2000 >Closed-Date: >Last-Modified: >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: >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?20000629193840.A7CA637B9EF>