From 8df5cb0c0ad9ef4f3d1baf89ef63b7050af95e9c Mon Sep 17 00:00:00 2001 From: brad Date: Sun, 12 Oct 2003 02:18:49 +0000 Subject: [PATCH] the MAINTAINER of this port was bad and used the wrong version of libtasn1 (too new), and this breaks gnutls. Use the included copy of libtasn1 for now as a workaround. --- security/gnutls/Makefile | 8 ++++---- security/gnutls/pkg/DESCR | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 83caf94afec..9048f80d83b 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2003/05/02 04:04:31 margarida Exp $ +# $OpenBSD: Makefile,v 1.2 2003/10/12 02:18:49 brad Exp $ COMMENT= "GNU Transport Layer Security library" VERSION= 0.8.6 DISTNAME= gnutls-${VERSION} +PKGNAME= ${DISTNAME}p1 CATEGORIES= security HOMEPAGE= http://www.gnutls.org/ @@ -22,11 +23,10 @@ MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/ \ http://ftp.linux.it/pub/mirrors/gnupg/alpha/gnutls/ LIB_DEPENDS= gcrypt.6::security/libgcrypt \ - opencdk.6::security/opencdk \ - tasn1.2::security/libtasn1 + opencdk.6::security/opencdk CONFIGURE_STYLE= gnu -CONFIGURE_ARGS+= ${CONFIGURE_SHARED} +CONFIGURE_ARGS+= ${CONFIGURE_SHARED} --with-included-libtasn1 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/security/gnutls/pkg/DESCR b/security/gnutls/pkg/DESCR index f3d11cd8399..b0dabe73ae7 100644 --- a/security/gnutls/pkg/DESCR +++ b/security/gnutls/pkg/DESCR @@ -2,5 +2,3 @@ GnuTLS is a portable ANSI C based library which implements the TLS 1.0 and SSL 3.0 protocols. The library does not include any patented algorithms and is available under the GNU Lesser GPL license. - -WWW: ${HOMEPAGE}