Subject: Re: pkg/29530: security/gnutls fails to build on 2.0_STABLE
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Thomas Klausner <wiz@NetBSD.org>
List: pkgsrc-bugs
Date: 02/25/2005 15:08:01
The following reply was made to PR pkg/29530; it has been noted by GNATS.

From: Thomas Klausner <wiz@NetBSD.org>
To: dhowland@users.sourceforge.net
Cc: gnats-bugs@NetBSD.org
Subject: Re: pkg/29530: security/gnutls fails to build on 2.0_STABLE
Date: Fri, 25 Feb 2005 16:05:28 +0100

 --JwB53PgKC5A7+0Ej
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 On Fri, Feb 25, 2005 at 03:03:00PM +0000, dhowland@users.sourceforge.net wrote:
 > >Number:         29530
 > >Category:       pkg
 > >Synopsis:       security/gnutls fails to build on 2.0_STABLE
 
 Does the attached patch fix the problem for you?
  Thomas
 
 --JwB53PgKC5A7+0Ej
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename=gnutls-patch
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/security/gnutls/Makefile,v
 retrieving revision 1.24
 diff -u -r1.24 Makefile
 --- Makefile	19 Feb 2005 00:14:23 -0000	1.24
 +++ Makefile	24 Feb 2005 14:09:26 -0000
 @@ -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
 
 --JwB53PgKC5A7+0Ej--