Chase gnutls shared library version chase: adjust DEPENDS lines and

bump PORTREVISIONs.
This commit is contained in:
Roman Bogorodskiy 2007-07-01 08:56:16 +00:00
parent 3ee84121a1
commit 95eecf16e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194564
49 changed files with 89 additions and 69 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= fusenshi
PORTVERSION= 0.9.0
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://www.ongs.co.jp/projects/fusenshi/
DISTNAME= ${PORTNAME}-${PORTVERSION}

View File

@ -8,7 +8,7 @@
PORTNAME= libsoup
PORTVERSION= 2.2.100
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@ -35,7 +35,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
PLIST_SUB= VERSION="2.2"
.if !defined(WITHOUT_SSL)
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+=--disable-ssl
.endif

View File

@ -8,7 +8,7 @@
PORTNAME= libsoup
PORTVERSION= 2.2.100
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@ -35,7 +35,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
PLIST_SUB= VERSION="2.2"
.if !defined(WITHOUT_SSL)
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+=--disable-ssl
.endif

View File

@ -7,6 +7,7 @@
PORTNAME= curl
PORTVERSION= 7.16.1
PORTREVISION= 1
CATEGORIES= ftp ipv6 www
MASTER_SITES= http://curl.haxx.se/download/ \
${MASTER_SITE_SOURCEFORGE} \

View File

@ -7,7 +7,7 @@
PORTNAME= filezilla
DISTVERSION= 3.0.0-beta7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= ftp
MASTER_SITES= SF
DISTNAME= FileZilla_${DISTVERSION}_src
@ -15,7 +15,7 @@ DISTNAME= FileZilla_${DISTVERSION}_src
MAINTAINER= alepulver@FreeBSD.org
COMMENT= Fast FTP and SFTP client with a lot of features
LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls \
LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls \
idn.16:${PORTSDIR}/dns/libidn
USE_BZIP2= yes

View File

@ -7,6 +7,7 @@
PORTNAME= lftp
PORTVERSION= 3.5.11
PORTREVISION= 1
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \
ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/ \

View File

@ -7,7 +7,7 @@
PORTNAME= moftpd
PORTVERSION= 1.2.3
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.morth.org/moftpd/ \
${MASTER_SITE_LOCAL}
@ -31,7 +31,7 @@ RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}
CONFIGURE_ARGS+= --without-tls
.elif defined(WITH_GNUTLS)
CONFIGURE_ARGS+= --without-openssl
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
LIBS= -L${LOCALBASE}/lib -lgnutls
CFLAGS+= -I${LOCALBASE}/include
.else

View File

@ -7,7 +7,7 @@
PORTNAME= wzdftpd
PORTVERSION= 0.8.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= ftp ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -68,7 +68,7 @@ CONFIGURE_ARGS+= --disable-openssl
.endif
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --disable-gnutls
.endif

View File

@ -8,6 +8,7 @@
PORTNAME= libggz
PORTVERSION= ${GGZ_VERSION}
PORTREVISION= 1
CATEGORIES= games
MAINTAINER= yinjieh@csie.nctu.edu.tw
@ -26,7 +27,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-tls=GnuTLS
.else
USE_OPENSSL= yes

View File

@ -7,7 +7,7 @@
PORTNAME= bitlbee
PORTVERSION= 1.0.3
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= irc
MASTER_SITES= http://get.bitlbee.org/src/
@ -50,7 +50,7 @@ CONFIGURE_ARGS+=--msn=0 --ssl=bogus
.if defined(WITH_OPENSSL)
CONFIGURE_ARGS+=--ssl=openssl
.else
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
.endif
.if defined(WITH_LDAP)

View File

@ -7,7 +7,7 @@
PORTNAME= bitlbee
PORTVERSION= 1.0.3
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= irc
MASTER_SITES= http://get.bitlbee.org/src/
@ -50,7 +50,7 @@ CONFIGURE_ARGS+=--msn=0 --ssl=bogus
.if defined(WITH_OPENSSL)
CONFIGURE_ARGS+=--ssl=openssl
.else
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
.endif
.if defined(WITH_LDAP)

View File

@ -8,13 +8,14 @@
PORTNAME= ctrlproxy
PORTVERSION= 3.0.2
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://ctrlproxy.vernstok.nl/releases/
MAINTAINER= ports@FreeBSD.org
COMMENT= Flexible IRC proxy
LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls
USE_GNOME= glib20 gnometarget
USE_GCC= 3.4+

View File

@ -7,7 +7,7 @@
PORTNAME= scrollz
PORTVERSION= 1.9.98.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= irc ipv6
MASTER_SITES= ftp://ftp.scrollz.com/pub/ScrollZ/source/ \
ftp://ftp.du.se/pub/mirrors/ScrollZ/source/

View File

@ -7,6 +7,7 @@
PORTNAME= weechat
PORTVERSION= 0.2.5
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://flashcode.free.fr/flashtux/weechat/ \
http://weechat.flashtux.org/download/
@ -74,7 +75,7 @@ PLIST_SUB+= RUBY="@comment "
.if defined(WITH_GNUTLS)
CONFIGURE_ARGS+= --enable-gnutls
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --disable-gnu-tls
.endif

View File

@ -7,6 +7,7 @@
PORTNAME= weechat
PORTVERSION= 0.2.5
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://flashcode.free.fr/flashtux/weechat/ \
http://weechat.flashtux.org/download/
@ -74,7 +75,7 @@ PLIST_SUB+= RUBY="@comment "
.if defined(WITH_GNUTLS)
CONFIGURE_ARGS+= --enable-gnutls
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --disable-gnu-tls
.endif

View File

@ -19,7 +19,7 @@
PORTNAME= anubis
PORTVERSION= 3.6.2
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -8,7 +8,7 @@
PORTNAME= libetpan
PORTVERSION= 0.49
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -27,7 +27,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-gnutls
.else
USE_OPENSSL= yes

View File

@ -7,7 +7,7 @@
PORTNAME= libnewmail
PORTVERSION= 0.3
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= mail
MASTER_SITES= http://0pointer.de/lennart/projects/libnewmail/ \
http://www.stud.uni-hamburg.de/~lennart/projects/libnewmail/
@ -15,7 +15,7 @@ MASTER_SITES= http://0pointer.de/lennart/projects/libnewmail/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Generic mail checking library
LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls \
LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls \
oop.4:${PORTSDIR}/devel/liboop
USE_AUTOTOOLS= libltdl:15 libtool:15

View File

@ -7,6 +7,7 @@
PORTNAME= msmtp
PORTVERSION= 1.4.12
PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= msmtp
@ -26,7 +27,7 @@ MAN1= msmtp.1
INFO= msmtp
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-ssl=gnutls
.elif defined(WITH_OPENSSL)
USE_OPENSSL= yes

View File

@ -7,7 +7,7 @@
PORTNAME= mutt-ng
PORTVERSION= 20061125
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://nion.modprobe.de/mutt-ng/snapshots/ \
http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
@ -78,7 +78,7 @@ CONFIGURE_ARGS+= --enable-imap
CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE}
.else
CONFIGURE_ARGS+= --with-gnutls=${LOCALBASE}
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
.endif
.endif

View File

@ -7,7 +7,7 @@
PORTNAME= wmbiff
PORTVERSION= 0.4.27
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= mail windowmaker afterstep
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -37,7 +37,7 @@ PLIST_DIRS= %%DATADIR%%/skins \
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gcrypt.13:${PORTSDIR}/security/libgcrypt \
gnutls.15:${PORTSDIR}/security/gnutls
gnutls.13:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-libgnutls-prefix=${LOCALBASE} \
--with-libgcrypt-prefix=${LOCALBASE}
.else

View File

@ -11,6 +11,7 @@
PORTNAME= vlc
DISTVERSION= 0.9.0.20070603
PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://nightlies.videolan.org/build/source/
@ -484,7 +485,7 @@ RUN_DEPENDS+= transcode:${PORTSDIR}/multimedia/transcode
.endif
.if !defined(WITHOUT_HTTPD)
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--enable-gnutls
.else
CONFIGURE_ARGS+=--disable-gnutls

View File

@ -10,6 +10,7 @@
PORTNAME= vlc
DISTVERSION= 0.8.6c
PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${DISTVERSION}/ \
@ -476,7 +477,7 @@ RUN_DEPENDS+= transcode:${PORTSDIR}/multimedia/transcode
.endif
.if !defined(WITHOUT_HTTPD)
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--enable-gnutls
.else
CONFIGURE_ARGS+=--disable-gnutls

View File

@ -7,7 +7,7 @@
PORTNAME= gaim
PORTVERSION= 1.5.0
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES?= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -58,7 +58,7 @@ PLIST_SUB+= EVO="@comment "
.endif
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --disable-gnutls
.endif

View File

@ -7,6 +7,7 @@
PORTNAME= gloox
PORTVERSION= 0.8.8
PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= http://camaya.net/download/
@ -15,7 +16,7 @@ COMMENT= Jabber/XMPP client library
LIB_DEPENDS= iksemel.3:${PORTSDIR}/textproc/iksemel \
idn.16:${PORTSDIR}/dns/libidn \
gnutls.15:${PORTSDIR}/security/gnutls
gnutls.13:${PORTSDIR}/security/gnutls
USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes

View File

@ -8,7 +8,7 @@
PORTNAME?= libpurple
PORTVERSION= 2.0.2
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES?= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pidgin

View File

@ -7,6 +7,7 @@
PORTNAME= loudmouth
PORTVERSION= 1.2.3
PORTREVISION= 1
CATEGORIES= net-im gnome
MASTER_SITES= http://ftp.imendio.com/pub/imendio/loudmouth/src/ \
${MASTER_SITE_GNOME}
@ -29,7 +30,7 @@ OPTIONS= GNUTLS "Enable SSL (via GnuTLS) support" on
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_GNUTLS)
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --without-ssl
.endif

View File

@ -7,6 +7,7 @@
PORTNAME= zabbix
PORTVERSION= 1.4.1
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= net-mgmt
MASTER_SITES= SF
@ -40,7 +41,7 @@ SUB_FILES= pkg-message
.ifndef WITHOUT_LDAP
USE_OPENLDAP= yes
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls \
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls \
sasl2.2:${PORTSDIR}/security/cyrus-sasl2
.endif
.ifndef WITHOUT_FPING

View File

@ -7,6 +7,7 @@
PORTNAME= zabbix
PORTVERSION= 1.4.1
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= net-mgmt
MASTER_SITES= SF
@ -40,7 +41,7 @@ SUB_FILES= pkg-message
.ifndef WITHOUT_LDAP
USE_OPENLDAP= yes
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls \
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls \
sasl2.2:${PORTSDIR}/security/cyrus-sasl2
.endif
.ifndef WITHOUT_FPING

View File

@ -44,7 +44,7 @@
PORTNAME= gtk-gnutella
PORTVERSION= 0.96.3
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= net-p2p ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -7,6 +7,7 @@
PORTNAME= csync2
PORTVERSION= 1.33
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://oss.linbit.com/csync2/ \
http://people.freebsd.org/~aaron/distfiles/
@ -16,7 +17,7 @@ COMMENT= A cluster synchronization tool
LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync \
tasn1.3:${PORTSDIR}/security/libtasn1 \
gnutls.15:${PORTSDIR}/security/gnutls \
gnutls.13:${PORTSDIR}/security/gnutls \
sqlite.2:${PORTSDIR}/databases/sqlite2 \
gcrypt.13:${PORTSDIR}/security/libgcrypt \
gpg-error.0:${PORTSDIR}/security/libgpg-error

View File

@ -7,6 +7,7 @@
PORTNAME= liferea
PORTVERSION= 1.2.17
PORTREVISION= 1
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= liferea
@ -47,7 +48,7 @@ PLIST_SUB+= NOTIFY=""
.ifdef WITHOUT_GNUTLS
CONFIGURE_ARGS+=--disable-gnutls
.else
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
.endif
.ifdef WITH_MOZILLA

View File

@ -7,7 +7,7 @@
PORTNAME= morebalance
PORTVERSION= 0.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://morebalance.coolprojects.org/
@ -15,7 +15,7 @@ MAINTAINER= clement@FreeBSD.org
COMMENT= A modular open source user-space load balancing system
LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre \
gnutls.15:${PORTSDIR}/security/gnutls \
gnutls.13:${PORTSDIR}/security/gnutls \
ggz.5:${PORTSDIR}/games/libggz
CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include

View File

@ -7,6 +7,7 @@
PORTNAME= net6
PORTVERSION= 1.3.5
PORTREVISION= 1
CATEGORIES= net devel
MASTER_SITES= http://releases.0x539.de/net6/ \
http://www.atarininja.org/~wxs/distfiles/
@ -15,7 +16,7 @@ MAINTAINER= wxs@atarininja.org
COMMENT= Network access framework for IPv4/IPv6
LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \
gnutls.15:${PORTSDIR}/security/gnutls
gnutls.13:${PORTSDIR}/security/gnutls
USE_LDCONFIG= yes
GNU_CONFIGURE= yes

View File

@ -8,7 +8,7 @@
PORTNAME= vino
PORTVERSION= 2.18.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}

View File

@ -7,7 +7,7 @@
PORTNAME?= wireshark
PORTVERSION= 0.99.5
PORTREVISION?= 2
PORTREVISION?= 3
CATEGORIES= net ipv6
MASTER_SITES= http://www.wireshark.org/download/src/
DISTNAME= ${DATADIR_NAME}-${PORTVERSION}
@ -144,7 +144,7 @@ CONFIGURE_ARGS+= --with-adns=no
.endif
.if exists(${LOCALBASE}/lib/libgnutls.so) || defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--with-libgnutls-prefix=${LOCALBASE}
.endif

View File

@ -7,7 +7,7 @@
PORTNAME= cups
PORTVERSION= 1.2.11
PORTREVISION= 1
PORTREVISION= 2
DISTVERSIONSUFFIX= -source
CATEGORIES= print
MASTER_SITES= EASYSW/${PORTNAME}/${DISTVERSION}
@ -68,7 +68,7 @@ PLIST_SUB+= OVERWRITE="@comment "
.if !defined(WITHOUT_GNUTLS)
CONFIGURE_ARGS+= --enable-gnutls --disable-openssl
LIB_DEPENDS+= gnutls-openssl.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls-openssl.13:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --disable-gnutls --enable-openssl
.include "${PORTSDIR}/Mk/bsd.openssl.mk"

View File

@ -6,6 +6,7 @@
PORTNAME= prelude-manager
PORTVERSION= 0.9.8
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
http://www.prelude-ids.org/download/releases/old/
@ -14,7 +15,7 @@ MAINTAINER= r.gruyters@yirdis.nl
COMMENT= Prelude Network Intrusion Detection System central logging point
LIB_DEPENDS+= prelude.12:${PORTSDIR}/security/libprelude \
gnutls.15:${PORTSDIR}/security/gnutls
gnutls.13:${PORTSDIR}/security/gnutls
USE_GMAKE= yes
USE_LDCONFIG= yes

View File

@ -7,6 +7,7 @@
PORTNAME= gnutls
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,7 +16,7 @@ DISTNAME= python-gnutls-${PORTVERSION}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Python wrapper for the GNUTLS library
LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls
USE_PYTHON= yes
USE_PYDISTUTILS= yes

View File

@ -7,7 +7,7 @@
PORTNAME= xmlsec1
PORTVERSION= 1.2.10
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \
ftp://ftp.aleksey.com/pub/xmlsec/releases/ \

View File

@ -7,7 +7,7 @@
PORTNAME= gkrellm
PORTVERSION= 2.2.10
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= sysutils ipv6
MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellm/ \
${MASTER_SITE_LOCAL}
@ -45,7 +45,7 @@ USE_GETTEXT= yes
.endif
USE_XLIB= yes
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls-openssl.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls-openssl.13:${PORTSDIR}/security/gnutls
MAKE_ENV+= GNUTLSINC=${LOCALBASE}/include GNUTLSLIB=${LOCALBASE}/lib \
without-ssl=1
.elif defined(WITH_OPENSSL)

View File

@ -7,14 +7,14 @@
PORTNAME= iksemel
PORTVERSION= 1.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= http://jabberstudio.2nw.net/iksemel/
MAINTAINER= trasz@freebsd.org
COMMENT= XML parser library mainly designed for Jabber applications
LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls
USE_AUTOTOOLS= libtool:15
USE_GETOPT_LONG= yes

View File

@ -7,6 +7,7 @@
PORTNAME= cherokee
DISTVERSION= 0.6.0b700
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.cherokee-project.com/download/0.6/${PORTVERSION:R}/ \
CENKES LOCAL/beech
@ -46,7 +47,7 @@ OPTIONS= OPENSSL "TLS/SSL support via openssl" on \
.ifndef WITHOUT_OPENSSL
CONFIGURE_ARGS+=--enable-tls=openssl
.elifdef WITH_GNUTLS
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--enable-tls=gnutls
.else
CONFIGURE_ARGS+=--disable-tls

View File

@ -7,7 +7,7 @@
PORTNAME= cherokee
PORTVERSION= 0.5.6
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= www
MASTER_SITES= http://www.cherokee-project.com/download/${PORTVERSION:R}/${PORTVERSION}/ \
CENKES LOCAL/beech
@ -44,7 +44,7 @@ OPTIONS= OPENSSL "TLS/SSL support via openssl" on \
.ifndef WITHOUT_OPENSSL
CONFIGURE_ARGS+=--enable-tls=openssl
.elifdef WITH_GNUTLS
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--enable-tls=gnutls
.else
CONFIGURE_ARGS+=--disable-tls

View File

@ -7,7 +7,7 @@
PORTNAME= gurlchecker
PORTVERSION= 0.10.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www gnome
MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/%SUBDIR%/
MASTER_SITE_SUBDIR= 547
@ -16,7 +16,7 @@ MAINTAINER= clsung@FreeBSD.org
COMMENT= A Gnome program to check a page/website for broken links
LIB_DEPENDS= gnet-2.0.0:${PORTSDIR}/net/gnet2 \
gnutls.15:${PORTSDIR}/security/gnutls
gnutls.13:${PORTSDIR}/security/gnutls
OPTIONS= CROCO "Use CROCO library for CSS2 validation" off \
TIDY "Use TIDY library for HTML w3c validation" off \

View File

@ -8,7 +8,7 @@
PORTNAME= hydra
PORTVERSION= 0.1.8
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \
ftp://ftp.hellug.gr/pub/software/hydra/
@ -16,7 +16,7 @@ MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \
MAINTAINER= shaun@FreeBSD.org
COMMENT= A high performance multi-threaded web server
LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls
USE_RC_SUBR= hydra.sh

View File

@ -8,7 +8,7 @@
PORTNAME= kazehakase
PORTVERSION= 0.4.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR= ${PORTNAME}/24791
@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/24791
MAINTAINER= ahze@FreeBSD.org
COMMENT= Kazehakase is a browser with gecko engine like Epiphany or Galeon
LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls
USE_X_PREFIX= yes
USE_GNOME= gnomehack intlhack gnomeprefix gtk20

View File

@ -8,7 +8,7 @@
PORTNAME= retawq
DISTVERSION= 0.2.6c
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -34,7 +34,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --set-tls=1
.elif defined(WITH_OPENSSL)
USE_OPENSSL= yes

View File

@ -7,7 +7,7 @@
PORTNAME= wwwoffle
PORTVERSION= 2.9a
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www ipv6
MASTER_SITES= http://www.gedanken.freeserve.co.uk/download-wwwoffle/
EXTRACT_SUFX= .tgz
@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= sumikawa@FreeBSD.org
COMMENT= A caching proxy server for HTTP and FTP designed for dial-up hosts
LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls
LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls
USE_PERL5= yes
USE_GMAKE= yes