Date: Tue, 1 Jul 2008 05:47:11 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/diablo-jdk15 Makefile ports/java/diablo-jre15 Makefile Message-ID: <200807010547.m615lB9Z029912@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807010547.m615lB9Z029912>