Commit graph

46 commits

Author SHA1 Message Date
Greg Lewis
afbf4d41c2 . Update to tzupdater 1.3.42. 2011-10-24 01:01:48 +00:00
Greg Lewis
18d9cdf3c3 . Update to tzupdater 1.3.40.
PR:		159950
Submitted by:	Garrett Cooper <gcooper@ixsystems.com>
2011-08-22 01:22:53 +00:00
Greg Lewis
08829ad511 . Update to tzupdater 1.3.39.
PR:		158280
Submitted by:	milki <milki@rescomp.berkeley.edu>
2011-06-28 06:11:54 +00:00
Greg Lewis
298f78036f . Update to tzupdater 1.3.38. [1]
. Fix download links. [2]

PR:		156602 [1]
Submitted by:	Thomas Johnson <tom@claimlynx.com> [1]
Suggested by:	linimon@ [2]
2011-04-25 04:02:38 +00:00
Greg Lewis
6719cbb60e . Update to tzupdater 1.3.35
PR:		155270
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-03-05 20:53:06 +00:00
Greg Lewis
a718e24af5 . Update to tzupdater 1.3.34. 2010-12-13 04:27:53 +00:00
Greg Lewis
61720e15d7 . Update to tzupdater 1.3.33. 2010-10-30 21:16:09 +00:00
Greg Lewis
badbb2fb65 . Update to tzupdater 1.3.31. 2010-09-22 04:38:22 +00:00
Greg Lewis
3a18239845 . Update to tzupdater 1.3.29. 2010-04-18 16:31:37 +00:00
Greg Lewis
d84b40aded . Update to tzupdater 1.3.25.
. Switch to installing the timezone updates by just copying over the
  zoneinfo files rather than actually the running updater (this is
  consistent with the diablo-{jdk,jre}16 ports.
2010-02-12 02:40:58 +00:00
Greg Lewis
fb795642d2 . Update to tzupdater 1.3.21. 2009-11-08 19:03:44 +00:00
Greg Lewis
9b2ce150f4 . Update to tzupdater 1.3.18. 2009-09-04 06:14:48 +00:00
Greg Lewis
a69653a109 . Update to tzupdater 1.3.15. 2009-05-21 12:48:31 +00:00
Greg Lewis
c5961ccbb6 . Update to tzupdater 1.3.12. 2009-03-26 03:52:25 +00:00
Pav Lucistnik
41d8c3385c - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 20:36:33 +00:00
Greg Lewis
ec2023c1d4 . Update to tzupdater 1.3.11. 2008-12-05 05:18:33 +00:00
Greg Lewis
c49c6176e1 . Update to tzupdater 1.3.9-2008g. 2008-11-02 17:31:29 +00:00
Greg Lewis
414ab7656e . Fix some portlint warnings. 2008-11-02 17:04:26 +00:00
Greg Lewis
582d67b410 . If DISTFILES are missing then print out the instructions to get them
nicely formatted and error out rather than trying to use IGNORE and
  resetting ECHO_MSG.
2008-08-19 23:18:36 +00:00
Greg Lewis
c1d76b5940 . Update to tzupdater 1.3.6.
PR:		125469
Submitted by:	Wayne Sierke <ws@au.dyndns.ws>
2008-07-12 16:52:21 +00:00
Greg Lewis
4b5ebe33b8 . 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
2008-07-01 05:47:11 +00:00
Greg Lewis
5cff2f3776 . Update to tzupdater 1.3.5. This patch is based on that submitted in the
PR but also fixes the packing list and the path to tzupdater and bumps
  PORTREVISION.

PR:		123188
Submitted by:	Greg Larkin
2008-05-03 05:19:28 +00:00
Greg Lewis
95cad03882 . Update to tzupdater 1.3.3. 2008-01-12 16:07:44 +00:00
Greg Lewis
cd96d8f0fb . Update to tzupdater 1.3.0 to fix the default build (the previous version
of tzupdater is no longer available).

Approved by:	portmgr (linimon)
2007-11-15 17:45:00 +00:00
Edwin Groothuis
42b9878de0 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 01:14:50 +00:00
Greg Lewis
250dbde570 . Update to tzupdater 1.2.2. 2007-09-07 04:29:59 +00:00
Greg Lewis
24f76536ab . Reduce dependencies by using USE_XORG and only listing what is actually
required.

PR:		113081
Submitted by:	Baptiste Daroussin <baptiste.daroussin@gmail.com>
2007-07-27 23:35:45 +00:00
Greg Lewis
032b7b7d95 . Unpack the timezone update in post-extract since unzip is only an
EXTRACT_DEPENDS, but keep the actual update in pre-install.

Pointed out by:	pav
2007-07-11 02:43:08 +00:00
Greg Lewis
035a2dc04f . Fix the packing list on 7.x by moving the time zone update step to
pre-install.  The problem with it being in post-extract is that this
  is before the installation of compat6x, which is required for the
  time zone update to run.

Reported by:	pointyhat (via pav)
2007-07-10 08:01:29 +00:00
Greg Lewis
ad34516674 . Make the LIB_DEPENDS for compat6x look for z.3 rather than (the correct)
c.6 since the latter is (erroneously) found in linux_base if that is
  installed.  This should be switched back once LIB_DEPENDS is fixed to
  ignore Linux shared libraries.

Submitted by:	sat
2007-06-29 14:50:57 +00:00
Greg Lewis
09900fd5d6 . Reenable 7.x by depending on compat6x. 2007-06-24 20:32:53 +00:00
Greg Lewis
b700222ac1 . Update to tzupdater 1.2.1.
PR:	113248
2007-06-03 00:42:33 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Greg Lewis
d519e21889 . Fix the check for 7.x which would previously erroneously try to install
the 5.x version on 7.x.

Submitted by:	des
2007-04-11 20:48:22 +00:00
Greg Lewis
4f1b4d8d04 . Fix a backwards compatibility problem with the EST, HST and MST timezones
by running the time zone updater with -bc.  See:

  http://sunsolve.sun.com/search/document.do?assetkey=1-26-102836-1

. Bump PORTREVISION.
2007-03-14 03:57:58 +00:00
Greg Lewis
5f21e1ba62 . Disable the build on 7.x until there is a compat6x or a binary for 7.x.
Found by:	pointyhat, time zone updates
2007-03-14 03:25:37 +00:00
Greg Lewis
4aa1b6f09a . Update to tzupdater 1.1.0-2007c. 2007-03-07 17:14:46 +00:00
Vasil Dimov
e8fa4962ca Fix typo
Reported by:	Portsnap buildbox <cperciva@freebsd.org>
Pointy hat to:	glewis
2007-03-05 07:47:09 +00:00
Greg Lewis
e390f89b0f . Add a TZUPDATE option, defaulting to on, which will update the time zone
data for the JRE using Sun's tzupdater.  Bump PORTREVISION.
2007-03-05 05:24:00 +00:00
Greg Lewis
51190bcc6a . Chase the X11BASE -> LOCALBASE change for the browser plugin directories.
PR:		104476
Submitted by:	Henrik Brix Andersen <henrik@brixandersen.dk>
2006-11-06 19:47:17 +00:00
Greg Lewis
da00f20942 . Update distinfo for re-rolled amd64 tarballs. Fixes problem with no
GUI programmes running on amd64.
2006-10-05 16:39:23 +00:00
Greg Lewis
1a63ab352d . Update to 1.5.0_07-b01. 2006-10-02 19:50:34 +00:00
Greg Lewis
9e56b4ae6f . Note that FreeBSD 5.x/amd64 isn't support (6.x/amd64 is). [1]
. Only set IGNORE to the "fetch the distribution" message if there is
  actually one to fetch.

Pointed out by:	pointyhat (via kris@) [1]
2006-09-11 15:49:08 +00:00
Greg Lewis
340a07e7d0 . Update to 1.5.0_07-b00.
Submitted by:   Kurt Miller <kurt@intricatesoftware.com>
2006-07-05 20:24:47 +00:00
Greg Lewis
c049e6baf1 . Add a pkg-message file describing the known problems. The SIGBUS on MP
systems in particular is causing lots of support email.

Obtained from:	Kurt Miller's release notes.
Suggest by:	hq
2006-05-03 16:53:27 +00:00
Greg Lewis
c2c297fb70 . Add a port of the Diablo Latte (native FreeBSD JRE) 1.5 binaries.
This will help people keep up with any updates.

  "The Java Runtime Environment (JRE) implements the Java Virtual
   machine and base classes, and permits the execution of Java
   applications on FreeBSD."
2006-04-06 15:23:32 +00:00