pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnutls Work around broken dependency handling...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e1c0150fdb3
branches:  trunk
changeset: 489716:7e1c0150fdb3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Feb 25 15:23:24 2005 +0000

description:
Work around broken dependency handling by explicitly setting timezone
to UTC. Fixes PR 29530.

diffstat:

 security/gnutls/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dd73e0846c24 -r 7e1c0150fdb3 security/gnutls/Makefile
--- a/security/gnutls/Makefile  Fri Feb 25 15:06:18 2005 +0000
+++ b/security/gnutls/Makefile  Fri Feb 25 15:23:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/02/19 00:14:23 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2005/02/25 15:23:24 wiz Exp $
 
 DISTNAME=      gnutls-1.2.0
 CATEGORIES=    security devel
@@ -28,6 +28,7 @@
 BUILDLINK_DEPENDS.libtasn1=    libtasn1>=0.2.11
 
 MAKE_ENV+=             RM="${RM}"
+MAKE_ENV+=             TZ=UTC
 
 DOCDIR=                ${PREFIX}/share/doc/gnutls
 EGDIR=         ${PREFIX}/share/examples/gnutls



Home | Main Index | Thread Index | Old Index