1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

Chase security/gnutls update and add an UPDATING entry.

This commit is contained in:
Roman Bogorodskiy 2011-06-05 18:43:16 +00:00
parent c96ae66b57
commit 207386f96a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275104
96 changed files with 178 additions and 126 deletions

View File

@ -5,6 +5,17 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20110605:
AFFECTS: users of security/gnutls and any port that depends on it
AUTHOR: novel@FreeBSD.org
gnutls has been updated to 2.12.6.1 and all shared libraries' versions have
been bumped. So you need to rebuild all applications that depend on
gnutls. Do something like:
portupgrade -rf gnutls
portmaster -r gnutls
20110605:
AFFECTS: users of sysutils/zfsnap
AUTHOR: Aldis Berjoza <aldis@bsdroot.lv>

View File

@ -7,7 +7,7 @@
PORTNAME= ario
PORTVERSION= 1.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF/ario-player/ario-player/${PORTVERSION}

View File

@ -6,6 +6,7 @@
PORTNAME= libimobiledevice
PORTVERSION= 1.0.6
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= http://www.${PORTNAME}.org/downloads/
@ -15,7 +16,7 @@ COMMENT= A library to communicate with Apple iPhone/iPod Touch devices
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls \
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \
tasn1.4:${PORTSDIR}/security/libtasn1 \
gcrypt.17:${PORTSDIR}/security/libgcrypt \
plist.1:${PORTSDIR}/devel/libplist \

View File

@ -6,7 +6,7 @@
PORTNAME= freetds
PORTVERSION= 0.82.1
PORTREVISION= 4
PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SUNSITE}

View File

@ -6,7 +6,7 @@
PORTNAME= freetds
PORTVERSION= 0.64
PORTREVISION= 6
PORTREVISION= 7
PORTEPOCH= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SUNSITE}

View File

@ -7,7 +7,7 @@
PORTNAME= fusenshi
PORTVERSION= 0.9.0
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= deskutils
MASTER_SITES= http://www.ongs.co.jp/projects/fusenshi/
EXTRACT_SUFX= .tgz

View File

@ -7,6 +7,7 @@
PORTNAME= gwenhywfar
PORTVERSION= 4.0.9
PORTREVISION= 1
CATEGORIES= devel net security
MASTER_SITES= http://www2.aquamaniac.de/sites/download/
DISTFILES= download.php\?package=01\&release=60\&file=01\&dummy=${DISTNAME}${EXTRACT_SUFX}
@ -14,7 +15,7 @@ DISTFILES= download.php\?package=01\&release=60\&file=01\&dummy=${DISTNAME}${EXT
MAINTAINER= bsdkaffee@gmail.com
COMMENT= Multi-platform helper library for networking and security applications
LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls
USE_GMAKE= yes
USE_GETTEXT= yes

View File

@ -8,7 +8,7 @@
PORTNAME= libsoup
PORTVERSION= 2.32.2
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@ -46,7 +46,7 @@ CONFIGURE_ARGS+=--without-gnome
.endif
.if !defined(WITHOUT_SSL)
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+=--disable-ssl
.endif

View File

@ -8,7 +8,7 @@
PORTNAME= libsoup
PORTVERSION= 2.2.105
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@ -33,7 +33,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
PLIST_SUB= VERSION="2.2"
.if !defined(WITHOUT_SSL)
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+=--disable-ssl
.endif

View File

@ -7,7 +7,7 @@
PORTNAME= libvirt
PORTVERSION= 0.9.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://libvirt.org/sources/
@ -34,7 +34,7 @@ PLIST_SUB= PORTVERSION="-${PORTVERSION}"
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \
gcrypt.17:${PORTSDIR}/security/libgcrypt \
xml2.5:${PORTSDIR}/textproc/libxml2 \
gnutls.40:${PORTSDIR}/security/gnutls
gnutls.47:${PORTSDIR}/security/gnutls
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes

View File

@ -7,6 +7,7 @@
PORTNAME= emacs
PORTVERSION= ${EMACS_VER}.${EMACS_REV}
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= editors ipv6
MASTER_SITES= http://wahjava.users.sourceforge.net/%SUBDIR%/ \
@ -233,7 +234,7 @@ USE_GNOME+= libxml2
.if defined(WITHOUT_GNUTLS)
CONFIGURE_ARGS+= --without-gnutls
.else
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
.endif
.include <bsd.port.pre.mk>

View File

@ -7,6 +7,7 @@
PORTNAME= qemu
PORTVERSION= 0.14.0
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= SAVANNAH:release \
LOCAL:snapshot

View File

@ -7,7 +7,7 @@
PORTNAME= qemu
PORTVERSION= 0.11.1
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
http://bellard.org/qemu/

View File

@ -8,6 +8,7 @@
PORTNAME= wine
DISTVERSION= 1.3.21
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
@ -77,7 +78,7 @@ LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
.ifdef WITH_GNUTLS
CONFIGURE_ARGS+= --with-gnutls
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --without-gnutls
.endif

View File

@ -8,6 +8,7 @@
PORTNAME= wine
DISTVERSION= 1.3.21
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
@ -77,7 +78,7 @@ LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
.ifdef WITH_GNUTLS
CONFIGURE_ARGS+= --with-gnutls
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --without-gnutls
.endif

View File

@ -7,7 +7,7 @@
PORTNAME= curl
PORTVERSION= 7.21.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= ftp ipv6 www
MASTER_SITES= http://curl.haxx.se/download/ \
ftp://ftp.sunet.se/pub/www/utilities/curl/ \

View File

@ -7,6 +7,7 @@
PORTNAME= filezilla
PORTVERSION= 3.4.0
PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
DISTNAME= FileZilla_${PORTVERSION}_src
@ -17,7 +18,7 @@ COMMENT= Fast and reliable cross-platform FTP, FTPS and SFTP client
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt \
gnutls.40:${PORTSDIR}/security/gnutls \
gnutls.47:${PORTSDIR}/security/gnutls \
idn.17:${PORTSDIR}/dns/libidn \
tinyxml.3:${PORTSDIR}/textproc/tinyxml

View File

@ -7,6 +7,7 @@
PORTNAME= lftp
PORTVERSION= 4.2.3
PORTREVISION= 1
CATEGORIES= ftp ipv6
MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \
http://ftp.yars.free.net/pub/source/lftp/old/ \

View File

@ -7,7 +7,7 @@
PORTNAME= wget
DISTVERSION= 1.12
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= ftp www ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= wget

View File

@ -7,7 +7,7 @@
PORTNAME= wput
PORTVERSION= 0.6.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= ftp
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
@ -33,7 +33,7 @@ MAN1= wdel.1 wput.1
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_TLS)
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-ssl
.else
CONFIGURE_ARGS+= --without-ssl

View File

@ -7,7 +7,7 @@
PORTNAME= wzdftpd
PORTVERSION= 0.8.1
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= ftp ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-sources/${PORTNAME}-0.8
@ -66,7 +66,7 @@ CONFIGURE_ARGS+= --disable-openssl
.endif
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --disable-gnutls
.endif

View File

@ -8,7 +8,7 @@
PORTNAME= libggz
PORTVERSION= ${GGZ_VERSION}
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= games
MAINTAINER= kde@FreeBSD.org
@ -29,7 +29,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-tls=GnuTLS
.else
USE_OPENSSL= yes

View File

@ -7,7 +7,7 @@
PORTNAME= macopix
PORTVERSION= 1.7.4
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= http://rosegray.sakura.ne.jp/macopix/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${RESTRICTED_FILES}
@ -46,7 +46,7 @@ CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-gnutls
.else
USE_OPENSSL= yes

View File

@ -7,6 +7,7 @@
PORTNAME= pokerth
PORTVERSION= 0.8.3
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.8
DISTNAME= PokerTH-${PORTVERSION}-src
@ -19,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs \
mikmod.2:${PORTSDIR}/audio/libmikmod \
gnutls.40:${PORTSDIR}/security/gnutls \
gnutls.47:${PORTSDIR}/security/gnutls \
curl.6:${PORTSDIR}/ftp/curl \
gsasl.15:${PORTSDIR}/security/gsasl

View File

@ -7,7 +7,7 @@
PORTNAME= bitlbee-otr
PORTVERSION= 1.2.8
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= irc
MASTER_SITES= http://fbsd.zlonet.ru/distfiles/ \
http://wahjava.users.sourceforge.net/
@ -91,7 +91,7 @@ CONFIGURE_ARGS+=--yahoo=0
CONFIGURE_ARGS+=--ssl=openssl
.else
CONFIGURE_ARGS+=--ssl=gnutls
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
.endif
.if defined(WITH_DEBUG)

View File

@ -7,6 +7,7 @@
PORTNAME= bitlbee
PORTVERSION= 3.0.2
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://get.bitlbee.org/src/ \
${MASTER_SITE_LOCAL}
@ -64,7 +65,7 @@ CONFIGURE_ARGS+=--ipv6=0
CONFIGURE_ARGS+=--ssl=openssl
.else
CONFIGURE_ARGS+=--ssl=gnutls
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
.endif
.if defined(WITH_OTR)

View File

@ -8,7 +8,7 @@
PORTNAME= ctrlproxy
PORTVERSION= 3.0.8
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= irc
MASTER_SITES= http://www.ctrlproxy.org/releases/ \
LOCAL/chinsan/ctrlproxy/
@ -16,7 +16,7 @@ MASTER_SITES= http://www.ctrlproxy.org/releases/ \
MAINTAINER= ashish@FreeBSD.org
COMMENT= Flexible IRC proxy
LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls
USE_GNOME= glib20 gnometarget
USE_LDCONFIG= yes

View File

@ -7,6 +7,7 @@
PORTNAME= inspircd
PORTVERSION= 2.0.2
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= SF/${PORTNAME}/InspIRCd-2.0/${PORTVERSION}
DISTNAME= InspIRCd-${PORTVERSION}
@ -90,7 +91,7 @@ PLIST_SUB+= SQLITE3="@comment "
.endif
.if defined(WITH_GNUTLS) && !defined(WITHOUT_GNUTLS)
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --enable-gnutls
PLIST_SUB+= GNUTLS=""
.else

View File

@ -7,6 +7,7 @@
PORTNAME= minbif
PORTVERSION= 1.0.3
PORTREVISION= 1
CATEGORIES= irc net-im
MASTER_SITES= http://minbif.im/attachments/download/50/
@ -77,7 +78,7 @@ CMAKE_ARGS+= -DENABLE_PLUGIN:BOOL=OFF
.endif
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
CMAKE_ARGS+= -DENABLE_GNUTLS:BOOL=ON
.endif

View File

@ -7,7 +7,7 @@
PORTNAME= scrollz
PORTVERSION= 2.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= irc ipv6
MASTER_SITES= http://scrollz.lysergide.net/ScrollZ/source/ \
http://www.xs4all.nl/~netraam/ScrollZ/source/

View File

@ -7,6 +7,7 @@
PORTNAME= weechat
PORTVERSION= 20110515
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://perturb.me.uk/distfiles/
PKGNAMESUFFIX= -devel
@ -85,7 +86,7 @@ PLIST_SUB+= RUBY="@comment "
.endif
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
.else
CMAKE_ARGS+= -DENABLE_GNUTLS=no
.endif

View File

@ -7,6 +7,7 @@
PORTNAME= weechat
PORTVERSION= 0.3.4
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://weechat.org/files/src/
@ -79,7 +80,7 @@ PLIST_SUB+= RUBY="@comment "
.endif
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
.else
CMAKE_ARGS+= -DENABLE_GNUTLS=no
.endif

View File

@ -7,6 +7,7 @@
PORTNAME= jd
PORTVERSION= 2.8.1
PORTREVISION= 1
CATEGORIES= japanese www
MASTER_SITES= SFJP
MASTER_SITE_SUBDIR= jd4linux/51244

View File

@ -8,9 +8,10 @@
PORTNAME= gnustep-base
.if defined(WITH_GNUSTEP_DEVEL)
PORTVERSION= 1.22.0
PORTREvISION= 1
.else
PORTVERSION= 1.19.3
PORTREVISION= 4
PORTREVISION= 5
.endif
CATEGORIES= lang devel gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
@ -24,7 +25,7 @@ LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2
LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt
LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp
LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/mDNSResponder
LIB_DEPENDS+= gnutls-openssl.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls-openssl.27:${PORTSDIR}/security/gnutls
BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config
LICENSE_COMB= multi

View File

@ -7,7 +7,7 @@
PORTNAME= anubis
PORTVERSION= 4.1.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -76,7 +76,7 @@ LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme
.if defined(WITHOUT_GNUTLS)
CONFIGURE_ARGS+=--without-gnutls
.else
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
.endif
.if defined(WITH_GDBM)

View File

@ -7,6 +7,7 @@
PORTNAME= claws-mail
PORTVERSION= 3.7.9
PORTREVISION= 1
CATEGORIES= mail news ipv6
MASTER_SITES= SF/sylpheed-claws/Claws%20Mail/${PORTVERSION}
@ -19,7 +20,7 @@ LIB_DEPENDS= etpan:${PORTSDIR}/mail/libetpan \
fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
freetype:${PORTSDIR}/print/freetype2 \
png:${PORTSDIR}/graphics/png \
gnutls.40:${PORTSDIR}/security/gnutls \
gnutls.47:${PORTSDIR}/security/gnutls \
execinfo:${PORTSDIR}/devel/libexecinfo
RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support

View File

@ -8,7 +8,7 @@
PORTNAME= libetpan
PORTVERSION= 1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail ipv6
MASTER_SITES= SF
@ -34,7 +34,7 @@ OPTIONS= GNUTLS "Enable gnuTLS support" off \
IPV6 "Enable ipv6 support." on
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --without-openssl --with-gnutls
.else
USE_OPENSSL= yes

View File

@ -7,13 +7,14 @@
PORTNAME= libvmime
PORTVERSION= 0.9.1
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= SF/vmime/vmime/0.9
MAINTAINER= delphij@FreeBSD.org
COMMENT= An all-in-one Internet mail library
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gsasl.15:${PORTSDIR}/security/gsasl
USE_BZIP2= yes

View File

@ -7,7 +7,7 @@
PORTNAME= mpop
PORTVERSION= 1.0.23
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= SF
@ -29,7 +29,7 @@ INFO= mpop
.include <bsd.port.options.mk>
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-ssl=gnutls
.else
USE_OPENSSL= yes

View File

@ -7,6 +7,7 @@
PORTNAME= msmtp
PORTVERSION= 1.4.24
PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= SF
@ -32,7 +33,7 @@ OPTIONS= GNUTLS "Adds GnuTLS support" off \
.include <bsd.port.options.mk>
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-ssl=gnutls
.elif defined(WITH_OPENSSL)
USE_OPENSSL= yes

View File

@ -7,6 +7,7 @@
PORTNAME= opendkim
PORTVERSION= 2.3.2
PORTREVISION= 1
CATEGORIES= mail security
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -52,8 +53,7 @@ WITHOUT_MILTER_LDFLAGS= yes
CONFIGURE_ARGS+= --with-milter=${MILTERBASE}
.if defined(WITH_GNUTLS)
BROKEN= WITH_GNUTLS option requires security/gnutls 2.12.0 or later
LIB_DEPENDS+= gnutls.44:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-gnutls=${LOCALBASE}
.else
CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}

View File

@ -7,7 +7,7 @@
PORTNAME= wmbiff
PORTVERSION= 0.4.27
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= mail windowmaker afterstep
MASTER_SITES= SF
@ -35,7 +35,7 @@ PLIST_DIRS= %%DATADIR%%/skins \
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gcrypt.17:${PORTSDIR}/security/libgcrypt \
gnutls.40:${PORTSDIR}/security/gnutls
gnutls.47:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-libgnutls-prefix=${LOCALBASE} \
--with-libgcrypt-prefix=${LOCALBASE}
.else

View File

@ -7,7 +7,7 @@
PORTNAME= xfce4-mailwatch-plugin
PORTVERSION= 1.1.0
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= mail xfce
MASTER_SITES= http://spuriousinterrupt.org/files/mailwatch/ \
http://freebsd.unixfreunde.de/sources/
@ -16,7 +16,7 @@ DIST_SUBDIR= xfce4
MAINTAINER= miwi@FreeBSD.org
COMMENT= A mailwatch plugin for xfce
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
USE_BZIP2= yes
USE_GMAKE= yes

View File

@ -7,7 +7,7 @@
PORTNAME= vlc
DISTVERSION= 1.1.9
PORTREVISION= 2
PORTREVISION= 3
PORTEPOCH= 3
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \
@ -353,7 +353,7 @@ COFIGURE_ARGS+=--disable-gnomevfs
.if defined(WITHOUT_GNUTLS)
CONFIGURE_ARGS+=--disable-gnutls --enable-libgcrypt
.else
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--enable-gnutls --enable-libgcrypt
.endif

View File

@ -7,6 +7,7 @@
PORTNAME= zoneminder
PORTVERSION= 1.24.4
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://www2.zoneminder.com/downloads/ \
http://www.zoneminder.com/downloads/

View File

@ -7,7 +7,7 @@
PORTNAME= climm
PORTVERSION= 0.7.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= http://www.climm.org/source/ \
http://http.bg.climm.org/source/

View File

@ -7,7 +7,7 @@
PORTNAME= gloox
PORTVERSION= 1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= http://camaya.net/download/
@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Jabber/XMPP client library
LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \
gnutls.40:${PORTSDIR}/security/gnutls
gnutls.47:${PORTSDIR}/security/gnutls
USE_AUTOTOOLS= libtool
USE_BZIP2= yes

View File

@ -6,7 +6,7 @@
PORTNAME= jabber.el
PORTVERSION= 0.8.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= net-im elisp
MASTER_SITES= SF/emacs-jabber/emacs-jabber/${PORTVERSION}
DISTNAME= emacs-jabber-${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= jabber
PORTVERSION= 1.6.1.1
PORTREVISION= 8
PORTREVISION= 9
PORTEPOCH= 1
CATEGORIES= net-im ipv6
MASTER_SITES= http://download.jabberd.org/jabberd14/ \
@ -23,7 +23,7 @@ LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth-hard \
idn.17:${PORTSDIR}/dns/libidn \
expat.6:${PORTSDIR}/textproc/expat2 \
tasn1.4:${PORTSDIR}/security/libtasn1 \
gnutls.40:${PORTSDIR}/security/gnutls
gnutls.47:${PORTSDIR}/security/gnutls
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -8,7 +8,7 @@
PORTNAME?= libpurple
PORTVERSION= 2.7.11
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES?= net-im
MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION}
DISTNAME= pidgin-${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= loudmouth
PORTVERSION= 1.4.3
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= net-im gnome
MASTER_SITES= http://ftp.imendio.com/pub/imendio/loudmouth/src/ \
GNOME
@ -33,7 +33,7 @@ OPTIONS= GNUTLS "Enable SSL (via GnuTLS) support" on \
.include <bsd.port.pre.mk>
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
.endif

View File

@ -7,7 +7,7 @@
PORTNAME= jabber
PORTVERSION= 0.2
PORTREVISION= 4
PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= net-im
MASTER_SITES= http://qutim.org/download/ \
@ -45,7 +45,7 @@ OPTIONS= GNUTLS "Use GNUTLS (required for GMail)" on
.if !defined(WITHOUT_GNUTLS)
CMAKE_ARGS+= -DGNUTLS=1
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
.endif
do-install:

View File

@ -44,6 +44,7 @@
PORTNAME= gtk-gnutella
PORTVERSION= 0.96.9
PORTREVISION= 1
CATEGORIES= net-p2p ipv6
MASTER_SITES= SF

View File

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

View File

@ -7,7 +7,7 @@
PORTNAME= freeswitch-core
PORTVERSION= 201044
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= ftp://ftp.secure-computing.net/pub/freeswitch/ \
ftp://ftp2.secure-computing.net/pub/freeswitch/ \

View File

@ -7,7 +7,7 @@
PORTNAME= gtk-vnc
PORTVERSION= 0.3.10
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= net gnome
MASTER_SITES= GNOME

View File

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

View File

@ -7,7 +7,7 @@
PORTNAME= net6
PORTVERSION= 1.3.12
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net devel
MASTER_SITES= http://releases.0x539.de/net6/
@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Network access framework for IPv4/IPv6
LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \
gnutls.40:${PORTSDIR}/security/gnutls
gnutls.47:${PORTSDIR}/security/gnutls
USE_GNOME= gnomehack pkgconfig
USE_AUTOTOOLS= libtool

View File

@ -5,6 +5,7 @@
# $FreeBSD$
#
PORTREVISION= 1
PKGNAMESUFFIX= -vnc
COMMENT= Remmina plugin for VNC protocol

View File

@ -6,7 +6,7 @@
#
PORTNAME?= ${SAMBA_PORTNAME}
PORTVERSION?= ${SAMBA_VERSION}
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES?= net
MASTER_SITES= ${MASTER_SITE_SAMBA}
MASTER_SITE_SUBDIR= samba4
@ -140,7 +140,7 @@ CONFIGURE_ARGS+= --without-pthreads
.endif
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --enable-gnutls
.else
CONFIGURE_ARGS+= --disable-gnutls

View File

@ -7,7 +7,7 @@
PORTNAME= aiccu
PORTVERSION= 20070115
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= http://noc.sixxs.net/archive/sixxs/aiccu/unix/ \
http://www.sixxs.net/archive/sixxs/aiccu/unix/
@ -17,7 +17,7 @@ DISTNAME= aiccu_20070115
MAINTAINER= dinoex@FreeBSD.org
COMMENT= SixXS IPv6 TIC+ tunnel broker heartbeat client
LIB_DEPENDS= gnutls-openssl.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS= gnutls-openssl.27:${PORTSDIR}/security/gnutls
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/doc/LICENSE

View File

@ -7,7 +7,7 @@
PORTNAME= spserver
PORTVERSION= 0.9.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
@ -37,7 +37,7 @@ PLIST_SUB+= WITH_MATRIXSSL="@comment "
.endif
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
ALL_TARGET+= build_gnutls
PLIST_SUB+= WITH_GNUTLS=""
.else

View File

@ -8,6 +8,7 @@
PORTNAME= vino
PORTVERSION= 2.32.2
PORTREVISION= 1
CATEGORIES= net gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2

View File

@ -7,6 +7,7 @@
PORTNAME?= wireshark
PORTVERSION= 1.4.7
PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= http://www.wireshark.org/download/src/ \
http://wireshark.osmirror.nl/download/src/ \
@ -148,7 +149,7 @@ CONFIGURE_ARGS+= --with-geoip=no
.endif
.if exists(${LOCALBASE}/lib/libgnutls.so) || defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--with-libgnutls-prefix=${LOCALBASE}
.endif

View File

@ -7,6 +7,7 @@
PORTNAME= nzbget
PORTVERSION= 0.7.0
PORTREVISION= 1
CATEGORIES= news
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION}

View File

@ -76,7 +76,7 @@ CUPS_SUFFIX= -client
CUPS_SUFFIX= -image
LICENSE= LGPL21
.else
PORTREVISION= 4
PORTREVISION= 5
CUPS_SUFFIX= -base
CONFLICTS+= cupsddk-*
.endif
@ -126,7 +126,7 @@ CONFIGURE_ARGS+= --with-printcap=${PREFIX}/etc/printcap
.if !defined(WITHOUT_GNUTLS)
CONFIGURE_ARGS+= --disable-openssl --enable-gnutls
CONFIGURE_ENV+= PKGCONFIG="${LOCALBASE}/bin/pkg-config"
LIB_DEPENDS+= gnutls-openssl.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls-openssl.27:${PORTSDIR}/security/gnutls
BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config
.else
CONFIGURE_ARGS+= --disable-gnutls --enable-openssl

View File

@ -8,7 +8,7 @@
PORTNAME= gsasl
PORTVERSION= 1.6.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -18,7 +18,7 @@ COMMENT= GNU SASL Library
LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \
gcrypt.17:${PORTSDIR}/security/libgcrypt \
gnutls.40:${PORTSDIR}/security/gnutls \
gnutls.47:${PORTSDIR}/security/gnutls \
ntlm.0:${PORTSDIR}/security/libntlm
USE_GNOME= gnomehack gnometarget pkgconfig

View File

@ -5,6 +5,7 @@
PORTNAME= libprelude
PORTVERSION= 0.9.24.1
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old
@ -12,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old
MAINTAINER= ports@FreeBSD.org
COMMENT= Framework library for Prelude NIDS
LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls
OPTIONS= PERL "Include Perl bindings" off \
PYTHON "Include Python bindings" off

View File

@ -7,7 +7,7 @@
PORTNAME= openvas-libnasl
PORTVERSION= 2.0.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/561/
@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= NASL libraries for OpenVAS
LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt \
gnutls.40:${PORTSDIR}/security/gnutls \
gnutls.47:${PORTSDIR}/security/gnutls \
gpg-error.0:${PORTSDIR}/security/libgpg-error \
gpgme.18:${PORTSDIR}/security/gpgme \
openvas.2:${PORTSDIR}/security/openvas-libraries \

View File

@ -7,13 +7,14 @@
PORTNAME= openvas-libraries
PORTVERSION= 2.0.3
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/600/
MAINTAINER= ports@FreeBSD.org
COMMENT= Libraries for OpenVAS
LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls
GNU_CONFIGURE= yes
USE_LDCONFIG= yes

View File

@ -7,7 +7,7 @@
PORTNAME= openvas-plugins
PORTVERSION= 1.0.7
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/588/
@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet \
openvasd:${PORTSDIR}/security/openvas-server
LIB_DEPENDS= openvas.2:${PORTSDIR}/security/openvas-libraries \
openvasnasl.2:${PORTSDIR}/security/openvas-libnasl \
gnutls.40:${PORTSDIR}/security/gnutls
gnutls.47:${PORTSDIR}/security/gnutls
RUN_DEPENDS= openvasd:${PORTSDIR}/security/openvas-server \
${LOCALBASE}/bin/gmd5sum:${PORTSDIR}/sysutils/coreutils \
${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync

View File

@ -6,7 +6,7 @@
PORTNAME= prelude-manager
PORTVERSION= 0.9.14.2
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old
@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Prelude Network Intrusion Detection System central logging point
LIB_DEPENDS+= prelude.20:${PORTSDIR}/security/libprelude \
gnutls.40:${PORTSDIR}/security/gnutls
gnutls.47:${PORTSDIR}/security/gnutls
USE_GMAKE= yes
USE_LDCONFIG= yes

View File

@ -7,6 +7,7 @@
PORTNAME= gnutls
PORTVERSION= 1.2.0
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.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls
USE_PYTHON= yes
USE_PYDISTUTILS= yes

View File

@ -8,7 +8,7 @@
PORTNAME= shishi
PORTVERSION= 1.0.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= GNU
@ -18,7 +18,7 @@ COMMENT= A free implementation of the Kerberos 5 network security system
LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \
tasn1.4:${PORTSDIR}/security/libtasn1 \
gcrypt.17:${PORTSDIR}/security/libgcrypt \
gnutls.40:${PORTSDIR}/security/gnutls
gnutls.47:${PORTSDIR}/security/gnutls
USE_AUTOTOOLS= libtool
USE_PERL5_BUILD= yes

View File

@ -7,6 +7,7 @@
PORTNAME= xmlsec1
PORTVERSION= 1.2.18
PORTREVISION= 1
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.3.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils ipv6
MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellm/ \
${MASTER_SITE_LOCAL}
@ -54,7 +54,7 @@ USE_GETTEXT= yes
.endif
USE_XORG= x11 sm
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls-openssl.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls-openssl.27:${PORTSDIR}/security/gnutls
MAKE_ENV+= GNUTLSINC=${LOCALBASE}/include GNUTLSLIB=${LOCALBASE}/lib \
without-ssl=1
.elif defined(WITH_OPENSSL)

View File

@ -7,7 +7,7 @@
PORTNAME= heartbeat
PORTVERSION= 2.1.4
PORTREVISION= 12
PORTREVISION= 13
CATEGORIES= sysutils
#MASTER_SITES= http://hg.linux-ha.org/lha-2.1/archive/STABLE-2.1.4.tar.bz2
MASTER_SITES= ${MASTER_SITE_LOCAL}

View File

@ -9,7 +9,7 @@ PORTNAME= rsyslog
COMMENT= Enhanced syslog daemon
LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls
USE_RC_SUBR= ${PORTNAME}d
SUB_FILES= pkg-message

View File

@ -1,5 +1,6 @@
PORTNAME?= rsyslog
PORTVERSION?= 3.22.3
PORTREVISION?= 1
CATEGORIES?= sysutils
MASTER_SITES?= http://www.rsyslog.com/files/download/rsyslog/
MAINTAINER?= pgollucci@FreeBSD.org

View File

@ -5,11 +5,13 @@
# $FreeBSD$
#
PORTREVISION= 2
COMMENT= GNUTLS module for rsyslog
MASTERDIR= ${.CURDIR}/../rsyslog4-devel
MNAME= gnutls
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--enable-gnutls

View File

@ -5,11 +5,13 @@
# $FreeBSD$
#
PORTREVISION= 2
COMMENT= GNUTLS module for rsyslog
MASTERDIR= ${.CURDIR}/../rsyslog4
MNAME= gnutls
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--enable-gnutls

View File

@ -7,7 +7,7 @@
PORTNAME= rsyslog
PORTVERSION= 4.6.5
PORTREVISION= 1
PORTREVISION?= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/
.ifdef MNAME

View File

@ -5,11 +5,13 @@
# $FreeBSD$
#
PORTREVISION= 1
COMMENT= GNUTLS module for rsyslog
MASTERDIR= ${.CURDIR}/../rsyslog5
MNAME= gnutls
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--enable-gnutls

View File

@ -5,11 +5,13 @@
# $FreeBSD$
#
PORTREVISION= 2
COMMENT= GNUTLS module for rsyslog
MASTERDIR= ${.CURDIR}/../rsyslog6-devel
MNAME= gnutls
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--enable-gnutls

View File

@ -7,7 +7,7 @@
PORTNAME= rsyslog
PORTVERSION= 6.1.1
PORTREVISION= 1
PORTREVISION?= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/
.ifdef MNAME

View File

@ -7,14 +7,14 @@
PORTNAME= iksemel
PORTVERSION= 1.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= rhaamo@gruik.at
COMMENT= XML parser library mainly designed for Jabber applications
LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal

View File

@ -7,7 +7,7 @@
PORTNAME= gurlchecker
PORTVERSION= 0.10.1
PORTREVISION= 17
PORTREVISION= 18
CATEGORIES= www gnome
MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/%SUBDIR%/
MASTER_SITE_SUBDIR= 547
@ -58,7 +58,7 @@ CONFIGURE_ARGS+= --disable-clamav
.if defined(WITHOUT_GNUTLS)
CONFIGURE_ARGS+= --disable-gnutls
.else
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
.endif
post-patch:

View File

@ -8,7 +8,7 @@
PORTNAME= hydra
PORTVERSION= 0.1.8
PORTREVISION= 6
PORTREVISION= 7
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= ports@FreeBSD.org
COMMENT= A high performance multi-threaded web server
LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls
USE_RC_SUBR= hydra.sh

View File

@ -8,7 +8,7 @@
PORTNAME= kazehakase
PORTVERSION= 0.5.8
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR= ${PORTNAME}/43802
@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/43802
MAINTAINER= kwm@FreeBSD.org
COMMENT= Kazehakase is a browser with gecko engine like Epiphany or Galeon
LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls \
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \
estraier.8:${PORTSDIR}/textproc/hyperestraier
USE_GNOME= gnomehack intlhack gnomeprefix gtk20

View File

@ -7,7 +7,7 @@
PORTNAME= libmicrohttpd
PORTVERSION= 0.9.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -25,7 +25,7 @@ IGNORE= strdup is not available in this OS release
.endif
.if defined(WITH_GNUTLS)
LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--with-gnutls=${LOCALBASE} --enable-https
.endif

View File

@ -7,6 +7,7 @@
PORTNAME= mod_gnutls
PORTVERSION= 0.5.6
PORTREVISION= 1
CATEGORIES= www security
MASTER_SITES= http://www.outoforder.cc/downloads/mod_gnutls/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
@ -14,7 +15,7 @@ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= fumifumi@abacustech.jp
COMMENT= mod_gnutls uses the GnuTLS library to provide SSL, and TLS encryption for Apache HTTPD
LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls
USE_BZIP2= yes
USE_AUTOTOOLS= libtool

View File

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

View File

@ -7,6 +7,7 @@
PORTNAME= tntnet
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= www devel
MASTER_SITES= http://www.tntnet.org/download/

View File

@ -7,7 +7,7 @@
PORTNAME= wwwoffle
PORTVERSION= 2.9d
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= www ipv6
MASTER_SITES= http://www.gedanken.demon.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.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls
USE_PERL5= yes
USE_GMAKE= yes

View File

@ -7,6 +7,7 @@
PORTNAME= xxxterm
PORTVERSION= 1.339
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://opensource.conformal.com/snapshots/xxxterm/
EXTRACT_SUFX= .tgz
@ -14,7 +15,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= aldis@bsdroot.lv
COMMENT= Minimalists vi-like web browser based on webkit and GTK+
LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls \
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \
soup-2.4:${PORTSDIR}/devel/libsoup \
webkit-1.0:${PORTSDIR}/www/webkit-gtk2

View File

@ -7,7 +7,7 @@
PORTNAME= nucleo
PORTVERSION= 0.7.6
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= x11-toolkits
MASTER_SITES= http://insitu.lri.fr/metisse/download/nucleo/
@ -37,7 +37,7 @@ OPTIONS= GNUTLS "Build with GnuTLS support" off \
.include <bsd.port.pre.mk>
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --without-gnutls
.endif