From owner-freebsd-ports Thu Jun 29 18:10: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 02A2937C271 for ; Thu, 29 Jun 2000 18:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA19003; Thu, 29 Jun 2000 18:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from vortex.greycat.com (vortex.greycat.com [207.173.133.4]) by hub.freebsd.org (Postfix) with SMTP id 8E60B37C03E for ; Thu, 29 Jun 2000 18:03:36 -0700 (PDT) (envelope-from dann@greycat.com) Received: (qmail 32191 invoked from network); 30 Jun 2000 01:03:29 -0000 Received: from bigphred.greycat.com (HELO greycat.com) (207.173.133.2) by vortex.greycat.com with SMTP; 30 Jun 2000 01:03:29 -0000 Received: (from dann@localhost) by greycat.com (8.9.3/8.9.3) id SAA02177; Thu, 29 Jun 2000 18:03:28 -0700 (PDT) (envelope-from dann) Message-Id: <200006300103.SAA02177@greycat.com> Date: Thu, 29 Jun 2000 18:03:28 -0700 (PDT) From: dann@greycat.com Reply-To: dann@greycat.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/19590: ports/java/jre typo in Makefile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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