From owner-freebsd-questions@FreeBSD.ORG Fri Mar 4 11:23:24 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89DE5106566C for ; Fri, 4 Mar 2011 11:23:24 +0000 (UTC) (envelope-from reddvinylene@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 17EC88FC0C for ; Fri, 4 Mar 2011 11:23:23 +0000 (UTC) Received: by qyk27 with SMTP id 27so1766927qyk.13 for ; Fri, 04 Mar 2011 03:23:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=1IMYs8AI31u9UFhjf8lqW8bRZqXhMc6azFvG7uOccrE=; b=DwYd/nUwGKjPEk6GA6uAZJP+QT/qz1Ifdwr3QC2OyjXYp1BPiu0+A90Tfwf3JSwCi4 RhC9ntsHnHB2j+khGRemwVh9/aZdhhqQuBHsfqVkX/dGExIvH03CjzVWkvIPToNCr6kJ JU1MA7c9TuHDc0hnh1FmqPFFE+9EBSwstOXKg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=fBLbVDjarAndGmM8YlOFmvzwWZVw6R5v2hkVt3e9i5mJ6dGDlkzWo/Jd4o7QCoDa0u 1nXXHDFmuB4S5IdCUKyiZ/DJEX3SwBZnqTZDEj78xsELbz0gutPMm4e7KyGU9Nruyrlw +CGrTvRV5uaYk6s6Z7HquYOT6DWhhNm7RDvlY= MIME-Version: 1.0 Received: by 10.229.66.151 with SMTP id n23mr336467qci.268.1299237803274; Fri, 04 Mar 2011 03:23:23 -0800 (PST) Received: by 10.229.218.206 with HTTP; Fri, 4 Mar 2011 03:23:23 -0800 (PST) Date: Fri, 4 Mar 2011 12:23:23 +0100 Message-ID: From: Redd Vinylene To: questions , ports@freebsd.org, glewis@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Cannot build jdk16 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2011 11:23:24 -0000 Hello! /usr/ports/java/jdk16 instructs me to manually fetch tzupdater-1_3_34-2010o.zip and put it in /usr/ports/distfiles - this file however is no longer available and has been replaced by tzupdater-1_3_35-2011b. So what's the best way of installing jdk16 despite of this? Rename tzupdater-1_3_35-2011b to tzupdater-1_3_34-2010o.zip and "make -DNO_CHECKSUM"? Many thanks!