From owner-cvs-ports@FreeBSD.ORG Tue Jul 1 05:47:11 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 525041065704; Tue, 1 Jul 2008 05:47:11 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3FF4E8FC19; Tue, 1 Jul 2008 05:47:11 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m615lBB9029913; Tue, 1 Jul 2008 05:47:11 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m615lB9Z029912; Tue, 1 Jul 2008 05:47:11 GMT (envelope-from glewis) Message-Id: <200807010547.m615lB9Z029912@repoman.freebsd.org> From: Greg Lewis Date: Tue, 1 Jul 2008 05:47:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/diablo-jdk15 Makefile ports/java/diablo-jre15 Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2008 05:47:11 -0000 glewis 2008-07-01 05:47:11 UTC FreeBSD ports repository Modified files: java/diablo-jdk15 Makefile java/diablo-jre15 Makefile Log: . Report when the time zone data is being updated. . Error if the time zone update fails. This is a bit of a double edged sword. It prevents installing a broken port with a broken packing list if Diablo won't run on this version of FreeBSD, but it also creates a situation where the install can fail without really needing to if you have to retry it for some reason (e.g. you forget the root password when installing as a user). If the latter is the case, you'll need to first clean to before trying to install again to resolve the issue. Making pre-install somewhat bogusly pre-install or checking for the existence of an updated time zone file before running tzupdate may alleviate the problem with this solution. PR: 125085 Revision Changes Path 1.25 +3 -2 ports/java/diablo-jdk15/Makefile 1.24 +3 -2 ports/java/diablo-jre15/Makefile