diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-06 01:44:39 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-06 01:44:39 +0000 |
commit | 26a7a9ea04b7a7b5a25e1f844627906eb6b66038 (patch) | |
tree | 3a71f5fb2ffafe61c115ab2a90447b9d374a61b8 | |
parent | c444b8e6132b935c41665622e96402c79fd84e4d (diff) | |
download | FreeBSD-ports-26a7a9ea04b7a7b5a25e1f844627906eb6b66038.zip FreeBSD-ports-26a7a9ea04b7a7b5a25e1f844627906eb6b66038.tar.gz |
Chase the gnutls shared lib version.
Pointy hat to: sergei
-rw-r--r-- | irc/bitlbee-otr/Makefile | 2 | ||||
-rw-r--r-- | irc/bitlbee/Makefile | 2 | ||||
-rw-r--r-- | mail/libnewmail/Makefile | 4 | ||||
-rw-r--r-- | mail/wmbiff/Makefile | 4 | ||||
-rw-r--r-- | net-im/loudmouth/Makefile | 2 | ||||
-rw-r--r-- | net/libgnetwork/Makefile | 2 | ||||
-rw-r--r-- | net/loudmouth/Makefile | 2 | ||||
-rw-r--r-- | security/xmlsec1/Makefile | 2 | ||||
-rw-r--r-- | www/retawq/Makefile | 2 |
9 files changed, 11 insertions, 11 deletions
diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile index c860c4f..31e0df0 100644 --- a/irc/bitlbee-otr/Makefile +++ b/irc/bitlbee-otr/Makefile @@ -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." diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile index c860c4f..31e0df0 100644 --- a/irc/bitlbee/Makefile +++ b/irc/bitlbee/Makefile @@ -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." diff --git a/mail/libnewmail/Makefile b/mail/libnewmail/Makefile index 1216d2a..df2e0e6 100644 --- a/mail/libnewmail/Makefile +++ b/mail/libnewmail/Makefile @@ -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 diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index 207e460..d1ce2da 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -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 diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index 7531e6f..aab68dd 100644 --- a/net-im/loudmouth/Makefile +++ b/net-im/loudmouth/Makefile @@ -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 diff --git a/net/libgnetwork/Makefile b/net/libgnetwork/Makefile index 6cd132c..1aca8e0 100644 --- a/net/libgnetwork/Makefile +++ b/net/libgnetwork/Makefile @@ -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 diff --git a/net/loudmouth/Makefile b/net/loudmouth/Makefile index 7531e6f..aab68dd 100644 --- a/net/loudmouth/Makefile +++ b/net/loudmouth/Makefile @@ -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 diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index 7cfb9eb..19d8c99 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -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 diff --git a/www/retawq/Makefile b/www/retawq/Makefile index 4db7c9a..cb20c85 100644 --- a/www/retawq/Makefile +++ b/www/retawq/Makefile @@ -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 |