mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
This commit is contained in:
parent
e879bf0e28
commit
dda3fab6a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308609
62 changed files with 131 additions and 231 deletions
12
UPDATING
12
UPDATING
|
@ -5,6 +5,18 @@ they are unavoidable.
|
||||||
You should get into the habit of checking this file for changes each time
|
You should get into the habit of checking this file for changes each time
|
||||||
you update your ports collection, before attempting any port upgrades.
|
you update your ports collection, before attempting any port upgrades.
|
||||||
|
|
||||||
|
20121210:
|
||||||
|
AFFECTS: users of security/cyrus-sasl2
|
||||||
|
AUTHOR: ume@FreeBSD.org
|
||||||
|
|
||||||
|
The cyrus-sasl2 library has been updated to version 2.1.26. Please
|
||||||
|
rebuild all ports that depend on it.
|
||||||
|
|
||||||
|
If you use portmaster:
|
||||||
|
portmaster -r cyrus-sasl-
|
||||||
|
If you use portupgrade:
|
||||||
|
portupgrade -fr security/cyrus-sasl2
|
||||||
|
|
||||||
20121202:
|
20121202:
|
||||||
AFFECTS: Users of www/owncloud
|
AFFECTS: Users of www/owncloud
|
||||||
AUTHOR: crees@FreeBSD.org
|
AUTHOR: crees@FreeBSD.org
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= cyrus-imspd
|
PORTNAME= cyrus-imspd
|
||||||
PORTVERSION= 1.8
|
PORTVERSION= 1.8
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= databases mail
|
CATEGORIES= databases mail
|
||||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
||||||
http://ftp.kfki.hu/packages/mail/cyrus/
|
http://ftp.kfki.hu/packages/mail/cyrus/
|
||||||
|
@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= The cyrus IMSP (Internet Message Support Protocol) server
|
COMMENT= The cyrus IMSP (Internet Message Support Protocol) server
|
||||||
|
|
||||||
LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
|
|
||||||
GNU_CONFIGURE= YES
|
GNU_CONFIGURE= YES
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= libmemcached
|
PORTNAME= libmemcached
|
||||||
PORTVERSION= 1.0.7
|
PORTVERSION= 1.0.7
|
||||||
PORTREVISION= 0
|
PORTREVISION= 1
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/
|
MASTER_SITES= http://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/
|
||||||
|
|
||||||
|
@ -27,8 +27,8 @@ CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -lexecinfo"
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if exists(${LOCALBASE}/lib/libsasl.so.2)
|
.if exists(${LOCALBASE}/lib/libsasl.so.3)
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2.3:${PORTSDIR}/security/cyrus-sasl2
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${OSVERSION} < 800000
|
.if ${OSVERSION} < 800000
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= memcached
|
PORTNAME= memcached
|
||||||
PORTVERSION= 1.2.8
|
PORTVERSION= 1.2.8
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
||||||
${MASTER_SITE_GENTOO}
|
${MASTER_SITE_GENTOO}
|
||||||
|
@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --enable-replication --disable-threads
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSASL}
|
.if ${PORT_OPTIONS:MSASL}
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
CONFIGURE_ARGS+= --enable-sasl
|
CONFIGURE_ARGS+= --enable-sasl
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= kdepim
|
PORTNAME= kdepim
|
||||||
PORTVERSION= ${KDE_VERSION}
|
PORTVERSION= ${KDE_VERSION}
|
||||||
PORTREVISION= 11
|
PORTREVISION= 12
|
||||||
CATEGORIES= deskutils mail news palm kde
|
CATEGORIES= deskutils mail news palm kde
|
||||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||||
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
PORTNAME= kdepim
|
PORTNAME= kdepim
|
||||||
PORTVERSION= ${KDE4_VERSION}
|
PORTVERSION= ${KDE4_VERSION}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= deskutils kde ipv6
|
CATEGORIES= deskutils kde ipv6
|
||||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||||
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
||||||
|
@ -16,7 +17,7 @@ COMMENT= Libraries for KDE-PIM applications
|
||||||
|
|
||||||
LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme \
|
LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme \
|
||||||
assuan.0:${PORTSDIR}/security/libassuan \
|
assuan.0:${PORTSDIR}/security/libassuan \
|
||||||
sasl2.2:${PORTSDIR}/security/cyrus-sasl2 \
|
sasl2:${PORTSDIR}/security/cyrus-sasl2 \
|
||||||
boost_thread.4:${PORTSDIR}/devel/boost-libs \
|
boost_thread.4:${PORTSDIR}/devel/boost-libs \
|
||||||
grantlee_gui.0:${PORTSDIR}/devel/grantlee \
|
grantlee_gui.0:${PORTSDIR}/devel/grantlee \
|
||||||
clucene.0:${PORTSDIR}/textproc/clucene
|
clucene.0:${PORTSDIR}/textproc/clucene
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
PORTNAME= kdepim
|
PORTNAME= kdepim
|
||||||
PORTVERSION= 4.4.11.1
|
PORTVERSION= 4.4.11.1
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= deskutils kde ipv6
|
CATEGORIES= deskutils kde ipv6
|
||||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||||
MASTER_SITE_SUBDIR= stable/kdepim-${PORTVERSION}/src
|
MASTER_SITE_SUBDIR= stable/kdepim-${PORTVERSION}/src
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
PORTNAME= kdepimlibs
|
PORTNAME= kdepimlibs
|
||||||
PORTVERSION= ${KDE4_VERSION}
|
PORTVERSION= ${KDE4_VERSION}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= deskutils kde ipv6
|
CATEGORIES= deskutils kde ipv6
|
||||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||||
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
||||||
|
@ -15,7 +16,7 @@ MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= Libraries for KDE-PIM applications
|
COMMENT= Libraries for KDE-PIM applications
|
||||||
|
|
||||||
LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme \
|
LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme \
|
||||||
sasl2.2:${PORTSDIR}/security/cyrus-sasl2 \
|
sasl2:${PORTSDIR}/security/cyrus-sasl2 \
|
||||||
boost_thread.4:${PORTSDIR}/devel/boost-libs \
|
boost_thread.4:${PORTSDIR}/devel/boost-libs \
|
||||||
ical.44:${PORTSDIR}/devel/libical \
|
ical.44:${PORTSDIR}/devel/libical \
|
||||||
uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid \
|
uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid \
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= subcommander
|
PORTNAME= subcommander
|
||||||
PORTVERSION= 2.0.0.b5
|
PORTVERSION= 2.0.0.b5
|
||||||
PORTREVISION= 7
|
PORTREVISION= 8
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://subcommander.tigris.org/files/documents/1759/46766/
|
MASTER_SITES= http://subcommander.tigris.org/files/documents/1759/46766/
|
||||||
DISTNAME= Subcommander-${PORTVERSION:S/.b/b/g}p1
|
DISTNAME= Subcommander-${PORTVERSION:S/.b/b/g}p1
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
PORTNAME= subversion
|
PORTNAME= subversion
|
||||||
PORTVERSION= 1.7.7
|
PORTVERSION= 1.7.7
|
||||||
#PORTREVISION?= 1
|
PORTREVISION?= 1
|
||||||
CATEGORIES+= devel
|
CATEGORIES+= devel
|
||||||
MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:main/} \
|
MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:main/} \
|
||||||
${MASTER_SITE_LOCAL:S/$/:book/}
|
${MASTER_SITE_LOCAL:S/$/:book/}
|
||||||
|
@ -51,7 +51,7 @@ PLIST_SUB+= NEON="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSASL}
|
.if ${PORT_OPTIONS:MSASL}
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
CONFIGURE_ARGS+=--with-sasl=${LOCALBASE}
|
CONFIGURE_ARGS+=--with-sasl=${LOCALBASE}
|
||||||
PLIST_SUB+= SASL=""
|
PLIST_SUB+= SASL=""
|
||||||
.else
|
.else
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
PORTNAME= subversion
|
PORTNAME= subversion
|
||||||
PORTVERSION= #please edit Makefile.inc for PORTVERSION, so ../svnmerge can stay in sync.
|
PORTVERSION= #please edit Makefile.inc for PORTVERSION, so ../svnmerge can stay in sync.
|
||||||
#PORTREVISION?= 1
|
PORTREVISION?= 1
|
||||||
CATEGORIES+= devel
|
CATEGORIES+= devel
|
||||||
MASTER_SITES= http://subversion.tigris.org/downloads/:main \
|
MASTER_SITES= http://subversion.tigris.org/downloads/:main \
|
||||||
http://svnbook.red-bean.com/en/1.5/:book
|
http://svnbook.red-bean.com/en/1.5/:book
|
||||||
|
@ -52,7 +52,7 @@ PLIST_SUB+= NEON="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_SASL)
|
.if defined(WITH_SASL)
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
CONFIGURE_ARGS+=--with-sasl=${LOCALBASE}
|
CONFIGURE_ARGS+=--with-sasl=${LOCALBASE}
|
||||||
PLIST_SUB+= SASL=""
|
PLIST_SUB+= SASL=""
|
||||||
.else
|
.else
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= qemu
|
PORTNAME= qemu
|
||||||
PORTVERSION= 1.1.1
|
PORTVERSION= 1.1.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= http://wiki.qemu.org/download/:release \
|
MASTER_SITES= http://wiki.qemu.org/download/:release \
|
||||||
LOCAL/nox:snapshot
|
LOCAL/nox:snapshot
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
PORTNAME= mutt
|
PORTNAME= mutt
|
||||||
PORTVERSION= ${VERSION}.j${JP_VERSION}
|
PORTVERSION= ${VERSION}.j${JP_VERSION}
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= japanese mail
|
CATEGORIES= japanese mail
|
||||||
MASTER_SITES= ftp://ftp.mutt.org/mutt/devel/:body \
|
MASTER_SITES= ftp://ftp.mutt.org/mutt/devel/:body \
|
||||||
ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/devel/:body \
|
ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/devel/:body \
|
||||||
|
@ -90,7 +90,7 @@ OPTIONS= MUTT_CYRUS_SASL2 "Enable SASL2 authentication" off \
|
||||||
USE_GETTEXT= yes
|
USE_GETTEXT= yes
|
||||||
.endif
|
.endif
|
||||||
.if defined(WITH_MUTT_CYRUS_SASL2)
|
.if defined(WITH_MUTT_CYRUS_SASL2)
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
.endif
|
.endif
|
||||||
.if defined(WITH_MUTT_MAILDIR_HEADER_CACHE)
|
.if defined(WITH_MUTT_MAILDIR_HEADER_CACHE)
|
||||||
WITH_MUTT_IMAP_HEADER_CACHE= yes
|
WITH_MUTT_IMAP_HEADER_CACHE= yes
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
|
|
||||||
PORTNAME= avenger
|
PORTNAME= avenger
|
||||||
PORTVERSION= 0.8.1
|
PORTVERSION= 0.8.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= http://www.mailavenger.org/dist/
|
MASTER_SITES= http://www.mailavenger.org/dist/
|
||||||
|
|
||||||
|
@ -33,7 +34,7 @@ CONFIGURE_ENV= WFLAGS='-Wall'
|
||||||
CONFIGURE_ARGS= --with-db=${LOCALBASE}
|
CONFIGURE_ARGS= --with-db=${LOCALBASE}
|
||||||
|
|
||||||
.if defined(WITH_AVENGER_SASL2)
|
.if defined(WITH_AVENGER_SASL2)
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
# Note, for version 0.7.2, the --enable-sasl=/... syntax is broken
|
# Note, for version 0.7.2, the --enable-sasl=/... syntax is broken
|
||||||
#CONFIGURE_ARGS+= --enable-sasl=${LOCALBASE}
|
#CONFIGURE_ARGS+= --enable-sasl=${LOCALBASE}
|
||||||
CONFIGURE_ARGS+= --enable-sasl
|
CONFIGURE_ARGS+= --enable-sasl
|
||||||
|
|
|
@ -1,13 +1,8 @@
|
||||||
# New ports collection makefile for: cyrus-imapd
|
|
||||||
# Date created: Jan 4th 2001
|
|
||||||
# Whom: ume@FreeBSD.org
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= cyrus-imapd
|
PORTNAME= cyrus-imapd
|
||||||
PORTVERSION= 2.1.18
|
PORTVERSION= 2.1.18
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= mail ipv6
|
CATEGORIES= mail ipv6
|
||||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
||||||
http://www.transit.hanse.de/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
http://www.transit.hanse.de/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
||||||
|
@ -20,7 +15,7 @@ PATCHFILES= ${PORTNAME}-2.1.16-ipv6-20031121.diff.gz
|
||||||
MAINTAINER= ume@FreeBSD.org
|
MAINTAINER= ume@FreeBSD.org
|
||||||
COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols
|
COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols
|
||||||
|
|
||||||
LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend
|
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend
|
||||||
|
|
||||||
CONFLICTS= cyrus-1.* cyrus-imapd-2.[^1].*
|
CONFLICTS= cyrus-1.* cyrus-imapd-2.[^1].*
|
||||||
|
|
|
@ -1,13 +1,8 @@
|
||||||
# New ports collection makefile for: cyrus-imapd
|
|
||||||
# Date created: Jan 4th 2001
|
|
||||||
# Whom: ume@FreeBSD.org
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= cyrus-imapd
|
PORTNAME= cyrus-imapd
|
||||||
PORTVERSION= 2.2.13p1
|
PORTVERSION= 2.2.13p1
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= mail ipv6
|
CATEGORIES= mail ipv6
|
||||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
||||||
http://www.transit.hanse.de/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
http://www.transit.hanse.de/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
||||||
|
@ -16,7 +11,7 @@ MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
||||||
MAINTAINER= ume@FreeBSD.org
|
MAINTAINER= ume@FreeBSD.org
|
||||||
COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols
|
COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols
|
||||||
|
|
||||||
LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
|
|
||||||
CONFLICTS= cyrus-1.* cyrus-imapd-2.[^2].*
|
CONFLICTS= cyrus-1.* cyrus-imapd-2.[^2].*
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,8 @@
|
||||||
# New ports collection makefile for: cyrus-imapd
|
|
||||||
# Date created: Dec 10th 2005
|
|
||||||
# Whom: ume@FreeBSD.org
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= cyrus-imapd
|
PORTNAME= cyrus-imapd
|
||||||
PORTVERSION= 2.3.18
|
PORTVERSION= 2.3.18
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= mail ipv6
|
CATEGORIES= mail ipv6
|
||||||
MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/
|
MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/
|
||||||
|
|
||||||
|
@ -17,8 +12,8 @@ COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols
|
||||||
LICENSE= BSD
|
LICENSE= BSD
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
||||||
|
|
||||||
LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 \
|
LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 \
|
||||||
pcre.1:${PORTSDIR}/devel/pcre
|
pcre:${PORTSDIR}/devel/pcre
|
||||||
BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
|
BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
|
||||||
|
|
||||||
CONFLICTS= cyrus-1.* cyrus-imapd-2.[^3].*
|
CONFLICTS= cyrus-1.* cyrus-imapd-2.[^3].*
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= cyrus-imapd
|
PORTNAME= cyrus-imapd
|
||||||
PORTVERSION= 2.4.17
|
PORTVERSION= 2.4.17
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= mail ipv6
|
CATEGORIES= mail ipv6
|
||||||
MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \
|
MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \
|
||||||
http://cyrusimap.org/releases/
|
http://cyrusimap.org/releases/
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= exim
|
PORTNAME= exim
|
||||||
PORTVERSION?= ${EXIM_VERSION}
|
PORTVERSION?= ${EXIM_VERSION}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail ipv6
|
CATEGORIES= mail ipv6
|
||||||
MASTER_SITES= ${MASTER_SITE_EXIM:S/$/:exim/}
|
MASTER_SITES= ${MASTER_SITE_EXIM:S/$/:exim/}
|
||||||
MASTER_SITE_SUBDIR= exim4/:exim
|
MASTER_SITE_SUBDIR= exim4/:exim
|
||||||
|
@ -334,7 +335,7 @@ SEDLIST+= -e 's,^\# (AUTH_SPA=),\1,'
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_AUTH_SASL)
|
.if defined(WITH_AUTH_SASL)
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
SEDLIST+= -e 's,^\# (AUTH_CYRUS_SASL=),\1,' \
|
SEDLIST+= -e 's,^\# (AUTH_CYRUS_SASL=),\1,' \
|
||||||
-e 's,^\# (AUTH_LIBS=.*-lsasl2),\1,'
|
-e 's,^\# (AUTH_LIBS=.*-lsasl2),\1,'
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= hotwayd
|
PORTNAME= hotwayd
|
||||||
PORTVERSION= 0.8.4
|
PORTVERSION= 0.8.4
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
@ -15,7 +16,7 @@ MAINTAINER= john@jnielsen.net
|
||||||
COMMENT= A Hotmail -> POP3 gateway
|
COMMENT= A Hotmail -> POP3 gateway
|
||||||
|
|
||||||
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
|
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
|
||||||
sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
PORTNAME= libetpan
|
PORTNAME= libetpan
|
||||||
PORTVERSION= 1.1
|
PORTVERSION= 1.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail ipv6
|
CATEGORIES= mail ipv6
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
|
@ -18,7 +19,7 @@ LICENSE= BSD
|
||||||
|
|
||||||
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
||||||
expat:${PORTSDIR}/textproc/expat2 \
|
expat:${PORTSDIR}/textproc/expat2 \
|
||||||
sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
|
|
||||||
USE_ICONV= yes
|
USE_ICONV= yes
|
||||||
USE_AUTOTOOLS= libtool autoconf
|
USE_AUTOTOOLS= libtool autoconf
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= mail-notification
|
PORTNAME= mail-notification
|
||||||
DISTVERSION= 5.4
|
DISTVERSION= 5.4
|
||||||
PORTREVISION= 9
|
PORTREVISION= 10
|
||||||
CATEGORIES= mail ipv6
|
CATEGORIES= mail ipv6
|
||||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||||
MASTER_SITE_SUBDIR= mailnotify
|
MASTER_SITE_SUBDIR= mailnotify
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= meta1
|
PORTNAME= meta1
|
||||||
PORTVERSION= 1.0.0a.13.0
|
PORTVERSION= 1.0.0a.13.0
|
||||||
|
PORTREVISION= 1
|
||||||
DISTVERSION= 1.0.Alpha13.0
|
DISTVERSION= 1.0.Alpha13.0
|
||||||
CATEGORIES= mail ipv6
|
CATEGORIES= mail ipv6
|
||||||
MASTER_SITES= http://www.MeTA1.org/download/.alpha/calist/
|
MASTER_SITES= http://www.MeTA1.org/download/.alpha/calist/
|
||||||
|
|
|
@ -124,6 +124,7 @@
|
||||||
|
|
||||||
PORTNAME= mutt
|
PORTNAME= mutt
|
||||||
PORTVERSION= 1.5.21
|
PORTVERSION= 1.5.21
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES+= mail ipv6
|
CATEGORIES+= mail ipv6
|
||||||
.if defined(WITH_MUTT_NNTP)
|
.if defined(WITH_MUTT_NNTP)
|
||||||
CATEGORIES+= news
|
CATEGORIES+= news
|
||||||
|
@ -321,7 +322,7 @@ CFLAGS+= -I${NCURSESINC}
|
||||||
LIB_DEPENDS+= slang.2:${PORTSDIR}/devel/libslang2
|
LIB_DEPENDS+= slang.2:${PORTSDIR}/devel/libslang2
|
||||||
.endif
|
.endif
|
||||||
.if defined(WITH_MUTT_CYRUS_SASL2)
|
.if defined(WITH_MUTT_CYRUS_SASL2)
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
.endif
|
.endif
|
||||||
.if exists(${LOCALBASE}/lib/libidn.so) && !defined(WITHOUT_MUTT_IDN)
|
.if exists(${LOCALBASE}/lib/libidn.so) && !defined(WITHOUT_MUTT_IDN)
|
||||||
WITH_MUTT_IDN= yes
|
WITH_MUTT_IDN= yes
|
||||||
|
|
|
@ -53,6 +53,7 @@
|
||||||
|
|
||||||
PORTNAME= nmh
|
PORTNAME= nmh
|
||||||
PORTVERSION= 1.3
|
PORTVERSION= 1.3
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||||
MASTER_SITE_SUBDIR= nmh
|
MASTER_SITE_SUBDIR= nmh
|
||||||
|
@ -104,7 +105,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-utmpx
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_SASL2)
|
.if defined(WITH_SASL2)
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
CONFIGURE_ARGS+= --with-cyrus-sasl=${PREFIX}
|
CONFIGURE_ARGS+= --with-cyrus-sasl=${PREFIX}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= postfix
|
PORTNAME= postfix
|
||||||
DISTVERSION= 2.10-20121031
|
DISTVERSION= 2.10-20121031
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 4
|
PORTEPOCH= 4
|
||||||
CATEGORIES= mail ipv6
|
CATEGORIES= mail ipv6
|
||||||
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
|
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
|
||||||
|
@ -126,7 +127,7 @@ POSTFIX_CCARGS+= -DNO_PCRE
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_SASL2)
|
.if defined(WITH_SASL2)
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl
|
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl
|
||||||
POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt
|
POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= postfix
|
PORTNAME= postfix
|
||||||
PORTVERSION= 2.9.4
|
PORTVERSION= 2.9.4
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= mail ipv6
|
CATEGORIES= mail ipv6
|
||||||
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
|
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
|
||||||
|
@ -131,7 +132,7 @@ POSTFIX_CCARGS+= -DNO_PCRE
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_SASL2)
|
.if defined(WITH_SASL2)
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl
|
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl
|
||||||
POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt
|
POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= postfix
|
PORTNAME= postfix
|
||||||
PORTVERSION= 2.6.17
|
PORTVERSION= 2.6.17
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= mail ipv6
|
CATEGORIES= mail ipv6
|
||||||
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
|
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
|
||||||
|
@ -120,7 +121,7 @@ POSTFIX_CCARGS+= -DNO_PCRE
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_SASL2)
|
.if defined(WITH_SASL2)
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl
|
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl
|
||||||
POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt
|
POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= postfix
|
PORTNAME= postfix
|
||||||
PORTVERSION= 2.7.11
|
PORTVERSION= 2.7.11
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= mail ipv6
|
CATEGORIES= mail ipv6
|
||||||
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
|
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
|
||||||
|
@ -122,7 +123,7 @@ POSTFIX_CCARGS+= -DNO_PCRE
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_SASL2)
|
.if defined(WITH_SASL2)
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl
|
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl
|
||||||
POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt
|
POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= postfix
|
PORTNAME= postfix
|
||||||
PORTVERSION= 2.8.12
|
PORTVERSION= 2.8.12
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= mail ipv6
|
CATEGORIES= mail ipv6
|
||||||
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
|
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
|
||||||
|
@ -133,7 +134,7 @@ POSTFIX_CCARGS+= -DNO_PCRE
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_SASL2)
|
.if defined(WITH_SASL2)
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl
|
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl
|
||||||
POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt
|
POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= sendmail
|
PORTNAME= sendmail
|
||||||
PORTVERSION= 8.14.5
|
PORTVERSION= 8.14.5
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail ipv6
|
CATEGORIES= mail ipv6
|
||||||
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \
|
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \
|
||||||
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,}
|
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,}
|
||||||
|
@ -93,7 +94,7 @@ SENDMAIL_WITH_SASL2= yes
|
||||||
.if defined(SENDMAIL_WITH_SASL2)
|
.if defined(SENDMAIL_WITH_SASL2)
|
||||||
SASL_SUFFIX?= +sasl2
|
SASL_SUFFIX?= +sasl2
|
||||||
CONFLICTS+= sendmail-ldap-8.* sendmail-sasl-8.* sendmail-tls-8.*
|
CONFLICTS+= sendmail-ldap-8.* sendmail-sasl-8.* sendmail-tls-8.*
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
.if !defined(SENDMAIL_WITHOUT_SASLAUTHD)
|
.if !defined(SENDMAIL_WITHOUT_SASLAUTHD)
|
||||||
RUN_DEPENDS+= ${LOCALBASE}/sbin/saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd
|
RUN_DEPENDS+= ${LOCALBASE}/sbin/saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= jabberd
|
PORTNAME= jabberd
|
||||||
PORTVERSION= 2.2.16
|
PORTVERSION= 2.2.16
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= net-im
|
CATEGORIES= net-im
|
||||||
MASTER_SITES= http://cloud.github.com/downloads/Jabberd2/jabberd2/
|
MASTER_SITES= http://cloud.github.com/downloads/Jabberd2/jabberd2/
|
||||||
DIST_SUBDIR= jabber
|
DIST_SUBDIR= jabber
|
||||||
|
@ -174,7 +174,7 @@ SUB_LIST+= REQUIRE="LOGIN"
|
||||||
|
|
||||||
.if defined(WITH_CYRUS)
|
.if defined(WITH_CYRUS)
|
||||||
CONFIGURE_ARGS+= --with-sasl=cyrus
|
CONFIGURE_ARGS+= --with-sasl=cyrus
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+= --with-sasl=gsasl
|
CONFIGURE_ARGS+= --with-sasl=gsasl
|
||||||
LIB_DEPENDS+= gsasl.16:${PORTSDIR}/security/gsasl
|
LIB_DEPENDS+= gsasl.16:${PORTSDIR}/security/gsasl
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= argus-clients
|
PORTNAME= argus-clients
|
||||||
PORTVERSION= 2.0.6
|
PORTVERSION= 2.0.6
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net-mgmt security
|
CATEGORIES= net-mgmt security
|
||||||
MASTER_SITES= http://qosient.com/argus/src/ \
|
MASTER_SITES= http://qosient.com/argus/src/ \
|
||||||
ftp://qosient.com/pub/argus/src/
|
ftp://qosient.com/pub/argus/src/
|
||||||
|
@ -20,7 +20,7 @@ PORTSCOUT= ignore:1 # This is the last version of 2.0.x branch
|
||||||
CONFLICTS= argus-clients-3* argus-clients-sasl-3*
|
CONFLICTS= argus-clients-3* argus-clients-sasl-3*
|
||||||
|
|
||||||
.if defined(WITH_SASL)
|
.if defined(WITH_SASL)
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
USE_BISON= build
|
USE_BISON= build
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= argus
|
PORTNAME= argus
|
||||||
PORTVERSION= 2.0.6
|
PORTVERSION= 2.0.6
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net-mgmt security
|
CATEGORIES= net-mgmt security
|
||||||
MASTER_SITES= http://qosient.com/argus/src/ \
|
MASTER_SITES= http://qosient.com/argus/src/ \
|
||||||
ftp://qosient.com/pub/argus/src/
|
ftp://qosient.com/pub/argus/src/
|
||||||
|
@ -20,7 +20,7 @@ PORTSCOUT= ignore:1 # This is the last version of 2.0.X branch
|
||||||
CONFLICTS= argus-3* argus-sasl-3*
|
CONFLICTS= argus-3* argus-sasl-3*
|
||||||
|
|
||||||
.if defined(WITH_SASL)
|
.if defined(WITH_SASL)
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
.endif
|
.endif
|
||||||
RUN_DEPENDS= ${LOCALBASE}/bin/ragrep:${PORTSDIR}/net-mgmt/argus-clients
|
RUN_DEPENDS= ${LOCALBASE}/bin/ragrep:${PORTSDIR}/net-mgmt/argus-clients
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= argus-clients
|
PORTNAME= argus-clients
|
||||||
PORTVERSION= 3.0.4.1
|
PORTVERSION= 3.0.4.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net-mgmt security
|
CATEGORIES= net-mgmt security
|
||||||
MASTER_SITES= http://qosient.com/argus/src/ \
|
MASTER_SITES= http://qosient.com/argus/src/ \
|
||||||
ftp://qosient.com/pub/argus/src/
|
ftp://qosient.com/pub/argus/src/
|
||||||
|
@ -28,7 +29,7 @@ USE_NCURSES= yes
|
||||||
|
|
||||||
.if defined(WITH_SASL)
|
.if defined(WITH_SASL)
|
||||||
PKGNAMESUFFIX= -sasl
|
PKGNAMESUFFIX= -sasl
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
CONFIGURE_ARGS+= --with-sasl=${LOCALBASE}
|
CONFIGURE_ARGS+= --with-sasl=${LOCALBASE}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= argus
|
PORTNAME= argus
|
||||||
PORTVERSION= 3.0.4
|
PORTVERSION= 3.0.4
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net-mgmt security
|
CATEGORIES= net-mgmt security
|
||||||
MASTER_SITES= http://qosient.com/argus/src/ \
|
MASTER_SITES= http://qosient.com/argus/src/ \
|
||||||
ftp://qosient.com/pub/argus/src/
|
ftp://qosient.com/pub/argus/src/
|
||||||
|
@ -28,7 +29,7 @@ GNU_CONFIGURE= true
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSASL}
|
.if ${PORT_OPTIONS:MSASL}
|
||||||
PKGNAMESUFFIX= -sasl
|
PKGNAMESUFFIX= -sasl
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
CONFIGURE_ARGS+= --with-sasl=${LOCALBASE}
|
CONFIGURE_ARGS+= --with-sasl=${LOCALBASE}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= ekiga3
|
PORTNAME= ekiga3
|
||||||
PORTVERSION= 3.2.6
|
PORTVERSION= 3.2.6
|
||||||
PORTREVISION= 8
|
PORTREVISION= 9
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://www.ekiga.org/admin/downloads/latest/sources/ekiga_${PORTVERSION}/
|
MASTER_SITES= http://www.ekiga.org/admin/downloads/latest/sources/ekiga_${PORTVERSION}/
|
||||||
DISTNAME= ekiga-${PORTVERSION}
|
DISTNAME= ekiga-${PORTVERSION}
|
||||||
|
@ -75,7 +75,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4
|
||||||
|
|
||||||
.if defined(WITH_LDAP)
|
.if defined(WITH_LDAP)
|
||||||
USE_OPENLDAP= yes
|
USE_OPENLDAP= yes
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
CONFIGURE_ARGS+= --enable-ldap --with-ldap-dir="${LOCALBASE}" --with-libsasl2-dir="${LOCALBASE}"
|
CONFIGURE_ARGS+= --enable-ldap --with-ldap-dir="${LOCALBASE}" --with-libsasl2-dir="${LOCALBASE}"
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+= --disable-ldap
|
CONFIGURE_ARGS+= --disable-ldap
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= gtk-vnc
|
PORTNAME= gtk-vnc
|
||||||
PORTVERSION= 0.3.10
|
PORTVERSION= 0.3.10
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= net gnome
|
CATEGORIES= net gnome
|
||||||
MASTER_SITES= GNOME
|
MASTER_SITES= GNOME
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ COMMENT= VNC viewer widget for GTK+
|
||||||
|
|
||||||
LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \
|
LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \
|
||||||
gcrypt.18:${PORTSDIR}/security/libgcrypt \
|
gcrypt.18:${PORTSDIR}/security/libgcrypt \
|
||||||
sasl2.2:${PORTSDIR}/security/cyrus-sasl2 \
|
sasl2:${PORTSDIR}/security/cyrus-sasl2 \
|
||||||
gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext
|
gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext
|
||||||
|
|
||||||
USE_GNOME= pygtk2 gnomehack
|
USE_GNOME= pygtk2 gnomehack
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= openldap
|
PORTNAME= openldap
|
||||||
DISTVERSION= 2.3.43
|
DISTVERSION= 2.3.43
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
PORTREVISION= ${OPENLDAP_PORTREVISION}
|
PORTREVISION= ${OPENLDAP_PORTREVISION}
|
||||||
CATEGORIES= net databases
|
CATEGORIES= net databases
|
||||||
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
|
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
|
||||||
|
@ -139,7 +139,7 @@ CONFIGURE_ARGS= --with-threads=posix \
|
||||||
--enable-dynamic
|
--enable-dynamic
|
||||||
|
|
||||||
.if defined(WITH_SASL) && !defined(WITHOUT_SASL)
|
.if defined(WITH_SASL) && !defined(WITHOUT_SASL)
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
CONFIGURE_ARGS+= --with-cyrus-sasl
|
CONFIGURE_ARGS+= --with-cyrus-sasl
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+= --without-cyrus-sasl
|
CONFIGURE_ARGS+= --without-cyrus-sasl
|
||||||
|
|
|
@ -42,8 +42,8 @@ WANT_OPENLDAP_VER?= 24
|
||||||
BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER}
|
BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
PORTREVISION_CLIENT= 0
|
PORTREVISION_CLIENT= 1
|
||||||
PORTREVISION_SERVER= 0
|
PORTREVISION_SERVER= 1
|
||||||
OPENLDAP_SHLIB_MAJOR= 8
|
OPENLDAP_SHLIB_MAJOR= 8
|
||||||
|
|
||||||
OPTIONS_DEFINE= SASL FETCH
|
OPTIONS_DEFINE= SASL FETCH
|
||||||
|
@ -172,7 +172,7 @@ CONFIGURE_ARGS+= --without-fetch
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSASL}
|
.if ${PORT_OPTIONS:MSASL}
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
CONFIGURE_ARGS+= --with-cyrus-sasl
|
CONFIGURE_ARGS+= --with-cyrus-sasl
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+= --without-cyrus-sasl
|
CONFIGURE_ARGS+= --without-cyrus-sasl
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME?= ${SAMBA_PORTNAME}
|
PORTNAME?= ${SAMBA_PORTNAME}
|
||||||
PORTVERSION?= ${SAMBA_VERSION}
|
PORTVERSION?= ${SAMBA_VERSION}
|
||||||
PORTREVISION?= 3
|
PORTREVISION?= 4
|
||||||
CATEGORIES?= net
|
CATEGORIES?= net
|
||||||
MASTER_SITES= ${MASTER_SITE_SAMBA}
|
MASTER_SITES= ${MASTER_SITE_SAMBA}
|
||||||
MASTER_SITE_SUBDIR= samba/samba4
|
MASTER_SITE_SUBDIR= samba/samba4
|
||||||
|
@ -78,7 +78,7 @@ LIB_DEPENDS+= execinfo.1:${PORTSDIR}/devel/libexecinfo
|
||||||
# BLKID
|
# BLKID
|
||||||
LIB_DEPENDS+= blkid.1:${PORTSDIR}/misc/e2fsprogs-libblkid
|
LIB_DEPENDS+= blkid.1:${PORTSDIR}/misc/e2fsprogs-libblkid
|
||||||
# SASL
|
# SASL
|
||||||
LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
# tdb
|
# tdb
|
||||||
LIB_DEPENDS+= tdb.1:${PORTSDIR}/databases/tdb
|
LIB_DEPENDS+= tdb.1:${PORTSDIR}/databases/tdb
|
||||||
CONFIGURE_ARGS+= --enable-external-libtdb
|
CONFIGURE_ARGS+= --enable-external-libtdb
|
||||||
|
|
|
@ -1,12 +1,7 @@
|
||||||
# New ports collection makefile for: cyrus-sasl2-ldapdb
|
|
||||||
# Date created: May 18 2005
|
|
||||||
# Whom: ume@FreeBSD.org
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= ldapdb
|
PORTNAME= ldapdb
|
||||||
PORTVERSION= 2.1.25
|
PORTVERSION= 2.1.26
|
||||||
#PORTREVISION= 0
|
#PORTREVISION= 0
|
||||||
CATEGORIES= security ipv6
|
CATEGORIES= security ipv6
|
||||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \
|
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \
|
||||||
|
@ -22,7 +17,7 @@ COMMENT= SASL LDAPDB auxprop plugin
|
||||||
LICENSE= BSD
|
LICENSE= BSD
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
|
|
||||||
CYRUS_SASL2_DIR=${MASTERDIR}/../cyrus-sasl2
|
CYRUS_SASL2_DIR=${MASTERDIR}/../cyrus-sasl2
|
||||||
DISTINFO_FILE= ${CYRUS_SASL2_DIR}/distinfo
|
DISTINFO_FILE= ${CYRUS_SASL2_DIR}/distinfo
|
||||||
|
@ -63,7 +58,7 @@ CONFIGURE_ARGS+=--enable-ldapdb --with-ldap=${LOCALBASE}
|
||||||
PLIST_FILES= lib/sasl2/libldapdb.a \
|
PLIST_FILES= lib/sasl2/libldapdb.a \
|
||||||
lib/sasl2/libldapdb.la \
|
lib/sasl2/libldapdb.la \
|
||||||
lib/sasl2/libldapdb.so \
|
lib/sasl2/libldapdb.so \
|
||||||
lib/sasl2/libldapdb.so.2
|
lib/sasl2/libldapdb.so.3
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,7 @@
|
||||||
# New ports collection makefile for: cyrus-sasl2-saslauthd
|
|
||||||
# Date created: May 27 2003
|
|
||||||
# Whom: ume@FreeBSD.org
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= saslauthd
|
PORTNAME= saslauthd
|
||||||
PORTVERSION= 2.1.25
|
PORTVERSION= 2.1.26
|
||||||
#PORTREVISION= 0
|
#PORTREVISION= 0
|
||||||
CATEGORIES= security ipv6
|
CATEGORIES= security ipv6
|
||||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \
|
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \
|
||||||
|
@ -22,7 +17,7 @@ COMMENT= SASL authentication server for cyrus-sasl2
|
||||||
LICENSE= BSD
|
LICENSE= BSD
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
|
|
||||||
CYRUS_SASL2_DIR=${MASTERDIR}/../cyrus-sasl2
|
CYRUS_SASL2_DIR=${MASTERDIR}/../cyrus-sasl2
|
||||||
DISTINFO_FILE= ${CYRUS_SASL2_DIR}/distinfo
|
DISTINFO_FILE= ${CYRUS_SASL2_DIR}/distinfo
|
||||||
|
|
|
@ -1,13 +1,8 @@
|
||||||
# New ports collection makefile for: cyrus-sasl2
|
|
||||||
# Date created: Nov 1 1999
|
|
||||||
# Whom: hetzels@westbend.net
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= cyrus-sasl
|
PORTNAME= cyrus-sasl
|
||||||
PORTVERSION= 2.1.25
|
PORTVERSION= 2.1.26
|
||||||
PORTREVISION= 2
|
#PORTREVISION= 0
|
||||||
CATEGORIES= security ipv6
|
CATEGORIES= security ipv6
|
||||||
MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/
|
MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/
|
||||||
|
|
||||||
|
@ -48,6 +43,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
|
||||||
--with-configdir=${PREFIX}/lib/sasl2:${PREFIX}/etc/sasl2 \
|
--with-configdir=${PREFIX}/lib/sasl2:${PREFIX}/etc/sasl2 \
|
||||||
--with-plugindir=${PREFIX}/lib/sasl2 \
|
--with-plugindir=${PREFIX}/lib/sasl2 \
|
||||||
--with-dbpath=${PREFIX}/etc/sasldb2 \
|
--with-dbpath=${PREFIX}/etc/sasldb2 \
|
||||||
|
--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \
|
||||||
--includedir=${PREFIX}/include \
|
--includedir=${PREFIX}/include \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--enable-auth-sasldb \
|
--enable-auth-sasldb \
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (cyrus-sasl-2.1.25.tar.gz) = 418c16e6240a4f9b637cbe3d62937b9675627bad27c622191d47de8686fe24fe
|
SHA256 (cyrus-sasl-2.1.26.tar.gz) = 8fbc5136512b59bb793657f36fadda6359cae3b08f01fd16b3d406f1345b7bc3
|
||||||
SIZE (cyrus-sasl-2.1.25.tar.gz) = 5209240
|
SIZE (cyrus-sasl-2.1.26.tar.gz) = 5220231
|
||||||
|
|
|
@ -1,59 +0,0 @@
|
||||||
--- lib/saslutil.c.orig 2011-10-21 13:59:59.354462366 +0200
|
|
||||||
+++ lib/saslutil.c 2011-10-21 14:10:55.849675881 +0200
|
|
||||||
@@ -555,32 +555,44 @@
|
|
||||||
NULL, /* don't care abour service/port */
|
|
||||||
&hints,
|
|
||||||
&result) != 0) {
|
|
||||||
- /* errno on Unix, WSASetLastError on Windows are already done by the function */
|
|
||||||
- return (-1);
|
|
||||||
+ if (abort_if_no_fqdn) {
|
|
||||||
+ /* errno on Unix, WSASetLastError on Windows are already done by the function */
|
|
||||||
+ return (-1);
|
|
||||||
+ } else {
|
|
||||||
+ goto LOWERCASE;
|
|
||||||
+ }
|
|
||||||
}
|
|
||||||
|
|
||||||
- if (abort_if_no_fqdn && (result == NULL || result->ai_canonname == NULL)) {
|
|
||||||
+ if (result == NULL || result->ai_canonname == NULL) {
|
|
||||||
freeaddrinfo (result);
|
|
||||||
+ if (abort_if_no_fqdn) {
|
|
||||||
#ifdef WIN32
|
|
||||||
- WSASetLastError (WSANO_DATA);
|
|
||||||
+ WSASetLastError (WSANO_DATA);
|
|
||||||
#elif defined(ENODATA)
|
|
||||||
- errno = ENODATA;
|
|
||||||
+ errno = ENODATA;
|
|
||||||
#elif defined(EADDRNOTAVAIL)
|
|
||||||
- errno = EADDRNOTAVAIL;
|
|
||||||
+ errno = EADDRNOTAVAIL;
|
|
||||||
#endif
|
|
||||||
- return (-1);
|
|
||||||
+ return (-1);
|
|
||||||
+ } else {
|
|
||||||
+ goto LOWERCASE;
|
|
||||||
+ }
|
|
||||||
}
|
|
||||||
|
|
||||||
- if (abort_if_no_fqdn && strchr (result->ai_canonname, '.') == NULL) {
|
|
||||||
+ if (strchr (result->ai_canonname, '.') == NULL) {
|
|
||||||
freeaddrinfo (result);
|
|
||||||
+ if (abort_if_no_fqdn) {
|
|
||||||
#ifdef WIN32
|
|
||||||
- WSASetLastError (WSANO_DATA);
|
|
||||||
+ WSASetLastError (WSANO_DATA);
|
|
||||||
#elif defined(ENODATA)
|
|
||||||
- errno = ENODATA;
|
|
||||||
+ errno = ENODATA;
|
|
||||||
#elif defined(EADDRNOTAVAIL)
|
|
||||||
- errno = EADDRNOTAVAIL;
|
|
||||||
+ errno = EADDRNOTAVAIL;
|
|
||||||
#endif
|
|
||||||
- return (-1);
|
|
||||||
+ return (-1);
|
|
||||||
+ } else {
|
|
||||||
+ goto LOWERCASE;
|
|
||||||
+ }
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
|
@ -1,22 +0,0 @@
|
||||||
Index: plugins/gssapi.c
|
|
||||||
diff -u -p plugins/gssapi.c.orig plugins/gssapi.c
|
|
||||||
--- plugins/gssapi.c.orig 2011-05-12 04:25:55.000000000 +0900
|
|
||||||
+++ plugins/gssapi.c 2011-10-08 00:31:28.401398246 +0900
|
|
||||||
@@ -370,7 +370,7 @@ sasl_gss_encode(void *context, const str
|
|
||||||
}
|
|
||||||
|
|
||||||
if (output_token->value && output) {
|
|
||||||
- unsigned char * p = (unsigned char *) text->encode_buf;
|
|
||||||
+ unsigned char * p;
|
|
||||||
|
|
||||||
ret = _plug_buf_alloc(text->utils,
|
|
||||||
&(text->encode_buf),
|
|
||||||
@@ -383,6 +383,8 @@ sasl_gss_encode(void *context, const str
|
|
||||||
GSS_UNLOCK_MUTEX(text->utils);
|
|
||||||
return ret;
|
|
||||||
}
|
|
||||||
+
|
|
||||||
+ p = (unsigned char *) text->encode_buf;
|
|
||||||
|
|
||||||
p[0] = (output_token->length>>24) & 0xFF;
|
|
||||||
p[1] = (output_token->length>>16) & 0xFF;
|
|
|
@ -1,13 +0,0 @@
|
||||||
Index: sasldb/db_berkeley.c
|
|
||||||
diff -u -p sasldb/db_berkeley.c.orig sasldb/db_berkeley.c
|
|
||||||
--- sasldb/db_berkeley.c.orig 2009-04-29 00:09:18.000000000 +0900
|
|
||||||
+++ sasldb/db_berkeley.c 2010-05-27 14:25:14.458302060 +0900
|
|
||||||
@@ -100,7 +100,7 @@ static int berkeleydb_open(const sasl_ut
|
|
||||||
ret = db_create(mbdb, NULL, 0);
|
|
||||||
if (ret == 0 && *mbdb != NULL)
|
|
||||||
{
|
|
||||||
-#if DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 1
|
|
||||||
+#if (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 1) || DB_VERSION_MAJOR >= 5
|
|
||||||
ret = (*mbdb)->open(*mbdb, NULL, path, NULL, DB_HASH, flags, 0660);
|
|
||||||
#else
|
|
||||||
ret = (*mbdb)->open(*mbdb, path, NULL, DB_HASH, flags, 0660);
|
|
|
@ -1,13 +0,0 @@
|
||||||
Index: utils/dbconverter-2.c
|
|
||||||
diff -u -p utils/dbconverter-2.c.orig utils/dbconverter-2.c
|
|
||||||
--- utils/dbconverter-2.c.orig 2003-02-14 04:56:17.000000000 +0900
|
|
||||||
+++ utils/dbconverter-2.c 2010-05-27 14:28:26.249314464 +0900
|
|
||||||
@@ -214,7 +214,7 @@ static int berkeleydb_open(const char *p
|
|
||||||
ret = db_create(mbdb, NULL, 0);
|
|
||||||
if (ret == 0 && *mbdb != NULL)
|
|
||||||
{
|
|
||||||
-#if DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 1
|
|
||||||
+#if (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 1) || DB_VERSION_MAJOR >= 5
|
|
||||||
ret = (*mbdb)->open(*mbdb, NULL, path, NULL, DB_HASH, DB_CREATE, 0664);
|
|
||||||
#else
|
|
||||||
ret = (*mbdb)->open(*mbdb, path, NULL, DB_HASH, DB_CREATE, 0664);
|
|
|
@ -9,51 +9,52 @@ include/sasl/saslutil.h
|
||||||
lib/libsasl2.a
|
lib/libsasl2.a
|
||||||
lib/libsasl2.la
|
lib/libsasl2.la
|
||||||
lib/libsasl2.so
|
lib/libsasl2.so
|
||||||
lib/libsasl2.so.2
|
lib/libsasl2.so.3
|
||||||
lib/sasl2/libanonymous.a
|
lib/sasl2/libanonymous.a
|
||||||
lib/sasl2/libanonymous.la
|
lib/sasl2/libanonymous.la
|
||||||
lib/sasl2/libanonymous.so
|
lib/sasl2/libanonymous.so
|
||||||
lib/sasl2/libanonymous.so.2
|
lib/sasl2/libanonymous.so.3
|
||||||
%%CRAM%%lib/sasl2/libcrammd5.a
|
%%CRAM%%lib/sasl2/libcrammd5.a
|
||||||
%%CRAM%%lib/sasl2/libcrammd5.la
|
%%CRAM%%lib/sasl2/libcrammd5.la
|
||||||
%%CRAM%%lib/sasl2/libcrammd5.so
|
%%CRAM%%lib/sasl2/libcrammd5.so
|
||||||
%%CRAM%%lib/sasl2/libcrammd5.so.2
|
%%CRAM%%lib/sasl2/libcrammd5.so.3
|
||||||
%%DIGEST%%lib/sasl2/libdigestmd5.a
|
%%DIGEST%%lib/sasl2/libdigestmd5.a
|
||||||
%%DIGEST%%lib/sasl2/libdigestmd5.la
|
%%DIGEST%%lib/sasl2/libdigestmd5.la
|
||||||
%%DIGEST%%lib/sasl2/libdigestmd5.so
|
%%DIGEST%%lib/sasl2/libdigestmd5.so
|
||||||
%%DIGEST%%lib/sasl2/libdigestmd5.so.2
|
%%DIGEST%%lib/sasl2/libdigestmd5.so.3
|
||||||
%%GSSAPI%%lib/sasl2/libgssapiv2.a
|
%%GSSAPI%%lib/sasl2/libgssapiv2.a
|
||||||
%%GSSAPI%%lib/sasl2/libgssapiv2.la
|
%%GSSAPI%%lib/sasl2/libgssapiv2.la
|
||||||
%%GSSAPI%%lib/sasl2/libgssapiv2.so
|
%%GSSAPI%%lib/sasl2/libgssapiv2.so
|
||||||
%%GSSAPI%%lib/sasl2/libgssapiv2.so.2
|
%%GSSAPI%%lib/sasl2/libgssapiv2.so.3
|
||||||
%%LOGIN%%lib/sasl2/liblogin.a
|
%%LOGIN%%lib/sasl2/liblogin.a
|
||||||
%%LOGIN%%lib/sasl2/liblogin.la
|
%%LOGIN%%lib/sasl2/liblogin.la
|
||||||
%%LOGIN%%lib/sasl2/liblogin.so
|
%%LOGIN%%lib/sasl2/liblogin.so
|
||||||
%%LOGIN%%lib/sasl2/liblogin.so.2
|
%%LOGIN%%lib/sasl2/liblogin.so.3
|
||||||
%%SCRAM%%lib/sasl2/libscram.a
|
%%SCRAM%%lib/sasl2/libscram.a
|
||||||
%%SCRAM%%lib/sasl2/libscram.la
|
%%SCRAM%%lib/sasl2/libscram.la
|
||||||
%%SCRAM%%lib/sasl2/libscram.so
|
%%SCRAM%%lib/sasl2/libscram.so
|
||||||
%%SCRAM%%lib/sasl2/libscram.so.2
|
%%SCRAM%%lib/sasl2/libscram.so.3
|
||||||
%%SQL%%lib/sasl2/libsql.a
|
%%SQL%%lib/sasl2/libsql.a
|
||||||
%%SQL%%lib/sasl2/libsql.la
|
%%SQL%%lib/sasl2/libsql.la
|
||||||
%%SQL%%lib/sasl2/libsql.so
|
%%SQL%%lib/sasl2/libsql.so
|
||||||
%%SQL%%lib/sasl2/libsql.so.2
|
%%SQL%%lib/sasl2/libsql.so.3
|
||||||
%%NTLM%%lib/sasl2/libntlm.a
|
%%NTLM%%lib/sasl2/libntlm.a
|
||||||
%%NTLM%%lib/sasl2/libntlm.la
|
%%NTLM%%lib/sasl2/libntlm.la
|
||||||
%%NTLM%%lib/sasl2/libntlm.so
|
%%NTLM%%lib/sasl2/libntlm.so
|
||||||
%%NTLM%%lib/sasl2/libntlm.so.2
|
%%NTLM%%lib/sasl2/libntlm.so.3
|
||||||
%%OTP%%lib/sasl2/libotp.a
|
%%OTP%%lib/sasl2/libotp.a
|
||||||
%%OTP%%lib/sasl2/libotp.la
|
%%OTP%%lib/sasl2/libotp.la
|
||||||
%%OTP%%lib/sasl2/libotp.so
|
%%OTP%%lib/sasl2/libotp.so
|
||||||
%%OTP%%lib/sasl2/libotp.so.2
|
%%OTP%%lib/sasl2/libotp.so.3
|
||||||
%%PLAIN%%lib/sasl2/libplain.a
|
%%PLAIN%%lib/sasl2/libplain.a
|
||||||
%%PLAIN%%lib/sasl2/libplain.la
|
%%PLAIN%%lib/sasl2/libplain.la
|
||||||
%%PLAIN%%lib/sasl2/libplain.so
|
%%PLAIN%%lib/sasl2/libplain.so
|
||||||
%%PLAIN%%lib/sasl2/libplain.so.2
|
%%PLAIN%%lib/sasl2/libplain.so.3
|
||||||
lib/sasl2/libsasldb.a
|
lib/sasl2/libsasldb.a
|
||||||
lib/sasl2/libsasldb.la
|
lib/sasl2/libsasldb.la
|
||||||
lib/sasl2/libsasldb.so
|
lib/sasl2/libsasldb.so
|
||||||
lib/sasl2/libsasldb.so.2
|
lib/sasl2/libsasldb.so.3
|
||||||
|
libdata/pkgconfig/libsasl2.pc
|
||||||
sbin/pluginviewer
|
sbin/pluginviewer
|
||||||
sbin/sasldblistusers2
|
sbin/sasldblistusers2
|
||||||
sbin/saslpasswd2
|
sbin/saslpasswd2
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
PORTNAME= hydra
|
PORTNAME= hydra
|
||||||
PORTVERSION= 7.3
|
PORTVERSION= 7.3
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= http://freeworld.thc.org/releases/ \
|
MASTER_SITES= http://freeworld.thc.org/releases/ \
|
||||||
PACKETSTORM/groups/thc/
|
PACKETSTORM/groups/thc/
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= qca-cyrus-sasl
|
PORTNAME= qca-cyrus-sasl
|
||||||
DISTVERSION= 2.0.0-beta3
|
DISTVERSION= 2.0.0-beta3
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= http://delta.affinix.com/download/qca/2.0/plugins/
|
MASTER_SITES= http://delta.affinix.com/download/qca/2.0/plugins/
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= sssd
|
PORTNAME= sssd
|
||||||
DISTVERSION= 1.6.1
|
DISTVERSION= 1.6.1
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/
|
MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
|
||||||
pcre.1:${PORTSDIR}/devel/pcre \
|
pcre.1:${PORTSDIR}/devel/pcre \
|
||||||
unistring.1:${PORTSDIR}/devel/libunistring \
|
unistring.1:${PORTSDIR}/devel/libunistring \
|
||||||
nss3.1:${PORTSDIR}/security/nss \
|
nss3.1:${PORTSDIR}/security/nss \
|
||||||
sasl2.2:${PORTSDIR}/security/cyrus-sasl2 \
|
sasl2:${PORTSDIR}/security/cyrus-sasl2 \
|
||||||
xml2:${PORTSDIR}/textproc/libxml2
|
xml2:${PORTSDIR}/textproc/libxml2
|
||||||
BUILD_DEPENDS= xmlcatalog:${PORTSDIR}/textproc/libxml2 \
|
BUILD_DEPENDS= xmlcatalog:${PORTSDIR}/textproc/libxml2 \
|
||||||
docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
|
docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= tclsasl
|
PORTNAME= tclsasl
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= security tcl
|
CATEGORIES= security tcl
|
||||||
MASTER_SITES= http://beepcore-tcl.sourceforge.net/
|
MASTER_SITES= http://beepcore-tcl.sourceforge.net/
|
||||||
EXTRACT_SUFX= .tgz
|
EXTRACT_SUFX= .tgz
|
||||||
|
@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz
|
||||||
MAINTAINER= dsh@vlink.ru
|
MAINTAINER= dsh@vlink.ru
|
||||||
COMMENT= A Tcl interface to the Cyrus SASLv2 library
|
COMMENT= A Tcl interface to the Cyrus SASLv2 library
|
||||||
|
|
||||||
LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
|
|
||||||
PORTNAME= cacheboy
|
PORTNAME= cacheboy
|
||||||
DISTVERSION= 1.5.2
|
DISTVERSION= 1.5.2
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||||
DISTNAME= CACHEBOY_1.5.2
|
DISTNAME= CACHEBOY_1.5.2
|
||||||
|
@ -205,7 +205,7 @@ external_acl+= ldap_group
|
||||||
libexec+= digest_ldap_auth squid_ldap_auth squid_ldap_group
|
libexec+= digest_ldap_auth squid_ldap_auth squid_ldap_group
|
||||||
.endif
|
.endif
|
||||||
.if defined(WITH_SQUID_SASL_AUTH)
|
.if defined(WITH_SQUID_SASL_AUTH)
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
|
|
||||||
PORTNAME= cacheboy
|
PORTNAME= cacheboy
|
||||||
DISTVERSION= 1.6
|
DISTVERSION= 1.6
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||||
DISTNAME= cacheboy-1.6-r13601
|
DISTNAME= cacheboy-1.6-r13601
|
||||||
|
@ -205,7 +205,7 @@ external_acl+= ldap_group
|
||||||
libexec+= digest_ldap_auth squid_ldap_auth squid_ldap_group
|
libexec+= digest_ldap_auth squid_ldap_auth squid_ldap_group
|
||||||
.endif
|
.endif
|
||||||
.if defined(WITH_SQUID_SASL_AUTH)
|
.if defined(WITH_SQUID_SASL_AUTH)
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
|
|
||||||
PORTNAME= lusca
|
PORTNAME= lusca
|
||||||
DISTVERSION= r14809
|
DISTVERSION= r14809
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||||
PROJECTHOST= lusca-cache
|
PROJECTHOST= lusca-cache
|
||||||
|
@ -208,7 +208,7 @@ external_acl+= ldap_group
|
||||||
libexec+= digest_ldap_auth squid_ldap_auth squid_ldap_group
|
libexec+= digest_ldap_auth squid_ldap_auth squid_ldap_group
|
||||||
.endif
|
.endif
|
||||||
.if defined(WITH_SQUID_SASL_AUTH)
|
.if defined(WITH_SQUID_SASL_AUTH)
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= mod_authn_sasl
|
PORTNAME= mod_authn_sasl
|
||||||
PORTVERSION= 1.2
|
PORTVERSION= 1.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
MASTER_SITE_SUBDIR=mod-authn-sasl/mod-authn-sasl/${PORTVERSION}
|
MASTER_SITE_SUBDIR=mod-authn-sasl/mod-authn-sasl/${PORTVERSION}
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
|
|
||||||
PORTNAME= squid
|
PORTNAME= squid
|
||||||
PORTVERSION= 2.7.${SQUID_STABLE_VER}
|
PORTVERSION= 2.7.${SQUID_STABLE_VER}
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
|
MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
|
||||||
http://mirrors.ccs.neu.edu/Squid/ \
|
http://mirrors.ccs.neu.edu/Squid/ \
|
||||||
|
@ -229,7 +229,7 @@ external_acl+= ldap_group
|
||||||
libexec+= digest_ldap_auth squid_ldap_auth squid_ldap_group
|
libexec+= digest_ldap_auth squid_ldap_auth squid_ldap_group
|
||||||
.endif
|
.endif
|
||||||
.if defined(WITH_SQUID_SASL_AUTH)
|
.if defined(WITH_SQUID_SASL_AUTH)
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
|
|
||||||
PORTNAME= squid
|
PORTNAME= squid
|
||||||
PORTVERSION= 3.1.${SQUID_STABLE_VER}
|
PORTVERSION= 3.1.${SQUID_STABLE_VER}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www ipv6
|
CATEGORIES= www ipv6
|
||||||
MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
|
MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
|
||||||
http://mirrors.ccs.neu.edu/Squid/ \
|
http://mirrors.ccs.neu.edu/Squid/ \
|
||||||
|
@ -253,7 +254,7 @@ external_acl+= ldap_group
|
||||||
libexec+= digest_ldap_auth squid_ldap_auth squid_ldap_group
|
libexec+= digest_ldap_auth squid_ldap_auth squid_ldap_group
|
||||||
.endif
|
.endif
|
||||||
.if defined(WITH_SQUID_SASL_AUTH)
|
.if defined(WITH_SQUID_SASL_AUTH)
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
|
@ -37,6 +37,7 @@
|
||||||
|
|
||||||
PORTNAME= squid
|
PORTNAME= squid
|
||||||
PORTVERSION= 3.2.${SQUID_STABLE_VER}
|
PORTVERSION= 3.2.${SQUID_STABLE_VER}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www ipv6
|
CATEGORIES= www ipv6
|
||||||
MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
|
MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
|
||||||
http://mirrors.ccs.neu.edu/Squid/ \
|
http://mirrors.ccs.neu.edu/Squid/ \
|
||||||
|
@ -273,7 +274,7 @@ external_acl+= LDAP_group
|
||||||
libexec+= basic_ldap_auth ext_ldap_group_acl
|
libexec+= basic_ldap_auth ext_ldap_group_acl
|
||||||
.endif
|
.endif
|
||||||
.if ${PORT_OPTIONS:MAUTH_SASL}
|
.if ${PORT_OPTIONS:MAUTH_SASL}
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= kdebase
|
PORTNAME= kdebase
|
||||||
PORTVERSION= ${KDE_VERSION}
|
PORTVERSION= ${KDE_VERSION}
|
||||||
PORTREVISION= 11
|
PORTREVISION= 12
|
||||||
CATEGORIES= x11 kde
|
CATEGORIES= x11 kde
|
||||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||||
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
|
||||||
|
|
Loading…
Add table
Reference in a new issue