Chase the gnutls shared lib version.

Pointy hat to:	sergei
This commit is contained in:
Joe Marcus Clarke 2004-06-06 01:44:39 +00:00
parent 38803487ea
commit d3702246bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110919
9 changed files with 11 additions and 11 deletions

View file

@ -24,7 +24,7 @@ USE_GNOME= glib20
PKGMESSAGE= ${WRKDIR}/pkg-message
.if defined(WITH_MSN)
LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls
LIB_DEPENDS= gnutls.12:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--msn=1
pre-configure:
@${ECHO_CMD} "MSN support will be enabled."

View file

@ -24,7 +24,7 @@ USE_GNOME= glib20
PKGMESSAGE= ${WRKDIR}/pkg-message
.if defined(WITH_MSN)
LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls
LIB_DEPENDS= gnutls.12:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--msn=1
pre-configure:
@${ECHO_CMD} "MSN support will be enabled."

View file

@ -7,14 +7,14 @@
PORTNAME= libnewmail
PORTVERSION= 0.3
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= http://www.stud.uni-hamburg.de/~lennart/projects/libnewmail/
MAINTAINER= krion@FreeBSD.org
COMMENT= Generic mail checking library
LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls \
LIB_DEPENDS= gnutls.12:${PORTSDIR}/security/gnutls \
oop.4:${PORTSDIR}/devel/liboop
USE_LIBLTDL= yes

View file

@ -18,13 +18,13 @@ USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libgnutls.so.13)
.if exists(${LOCALBASE}/lib/libgnutls.so.12)
WITH_GNUTLS= yes
.endif
.ifdef WITH_GNUTLS
LIB_DEPENDS+= gcrypt.12:${PORTSDIR}/security/libgcrypt \
gnutls.13:${PORTSDIR}/security/gnutls
gnutls.12:${PORTSDIR}/security/gnutls
.endif
USE_XPM= yes

View file

@ -31,7 +31,7 @@ WITH_GNUTLS= yes
.endif
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --without-ssl
.endif

View file

@ -26,7 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
#.if !defined(WITHOUT_SSL)
#LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
#LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
#CONFIGURE_ARGS+=--enable-ssl=gnutls
#.else
CONFIGURE_ARGS+=--enable-ssl=no

View file

@ -31,7 +31,7 @@ WITH_GNUTLS= yes
.endif
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --without-ssl
.endif

View file

@ -31,7 +31,7 @@ MAN1= xmlsec1.1 xmlsec1-config.1
.if defined(WITH_GNUTLS)
CONFIGURE_ARGS+= --with-gnutls="${LOCALBASE}"
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --without-gnutls
.endif

View file

@ -29,7 +29,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --set-tls=1
.elif defined(WITH_OPENSSL)
USE_OPENSSL= yes