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.
This commit is contained in:
brad 2003-10-12 02:18:49 +00:00
parent 74c4cc5b58
commit 8df5cb0c0a
2 changed files with 4 additions and 6 deletions

View File

@ -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"

View File

@ -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}