View | Details | Raw Unified | Return to bug 152029
Collapse All | Expand All

(-)databases/postgresql73-server/Makefile (-2 / +2 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME?=	postgresql
8
PORTNAME?=	postgresql
9
PORTVERSION?=	7.3.21
9
PORTVERSION?=	7.3.21
10
PORTREVISION?=	1
10
PORTREVISION?=	2
11
CATEGORIES?=	databases
11
CATEGORIES?=	databases
12
MASTER_SITES=	${MASTER_SITE_PGSQL}
12
MASTER_SITES=	${MASTER_SITE_PGSQL}
13
MASTER_SITE_SUBDIR=	source/v${PORTVERSION}
13
MASTER_SITE_SUBDIR=	source/v${PORTVERSION}
Lines 131-137 Link Here
131
# Postgresql apps will not link properly when libpq is linked with base heimdal in /usr,
131
# Postgresql apps will not link properly when libpq is linked with base heimdal in /usr,
132
# so we always use the heimdal port. See
132
# so we always use the heimdal port. See
133
# http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html
133
# http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html
134
LIB_DEPENDS+=	krb5.23:${PORTSDIR}/security/heimdal
134
LIB_DEPENDS+=	krb5.26:${PORTSDIR}/security/heimdal
135
CONFIGURE_ARGS+=--with-krb5=${LOCALBASE}
135
CONFIGURE_ARGS+=--with-krb5=${LOCALBASE}
136
.    endif
136
.    endif
137
.  endif
137
.  endif
(-)databases/postgresql74-server/Makefile (-1 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME?=	postgresql
8
PORTNAME?=	postgresql
9
PORTVERSION?=	7.4.30
9
PORTVERSION?=	7.4.30
10
PORTREVISION?=	1
10
CATEGORIES?=	databases
11
CATEGORIES?=	databases
11
MASTER_SITES=	${MASTER_SITE_PGSQL}
12
MASTER_SITES=	${MASTER_SITE_PGSQL}
12
MASTER_SITE_SUBDIR=	source/v${PORTVERSION}
13
MASTER_SITE_SUBDIR=	source/v${PORTVERSION}
Lines 142-148 Link Here
142
# Postgresql apps will not link properly when libpq is linked with base heimdal in /usr,
143
# Postgresql apps will not link properly when libpq is linked with base heimdal in /usr,
143
# so we always use the heimdal port. See
144
# so we always use the heimdal port. See
144
# http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html
145
# http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html
145
LIB_DEPENDS+=	krb5.23:${PORTSDIR}/security/heimdal
146
LIB_DEPENDS+=	krb5.26:${PORTSDIR}/security/heimdal
146
CONFIGURE_ARGS+=--with-krb5=${LOCALBASE}
147
CONFIGURE_ARGS+=--with-krb5=${LOCALBASE}
147
.    endif
148
.    endif
148
.  endif
149
.  endif
(-)databases/postgresql80-server/Makefile (-1 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME?=	postgresql
8
PORTNAME?=	postgresql
9
PORTVERSION?=	8.0.26
9
PORTVERSION?=	8.0.26
10
PORTREVISION?=	1
10
CATEGORIES?=	databases
11
CATEGORIES?=	databases
11
MASTER_SITES=	${MASTER_SITE_PGSQL}
12
MASTER_SITES=	${MASTER_SITE_PGSQL}
12
MASTER_SITE_SUBDIR=	source/v${PORTVERSION}
13
MASTER_SITE_SUBDIR=	source/v${PORTVERSION}
Lines 161-167 Link Here
161
# Postgresql apps will not link properly when libpq is linked with base heimdal in /usr,
162
# Postgresql apps will not link properly when libpq is linked with base heimdal in /usr,
162
# so we always use the heimdal port. See
163
# so we always use the heimdal port. See
163
# http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html
164
# http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html
164
LIB_DEPENDS+=	krb5.23:${PORTSDIR}/security/heimdal
165
LIB_DEPENDS+=	krb5.26:${PORTSDIR}/security/heimdal
165
CONFIGURE_ARGS+=--with-krb5
166
CONFIGURE_ARGS+=--with-krb5
166
.    endif
167
.    endif
167
.  endif
168
.  endif
(-)databases/postgresql81-server/Makefile (-1 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME?=	postgresql
8
PORTNAME?=	postgresql
9
PORTVERSION?=	8.1.22
9
PORTVERSION?=	8.1.22
10
PORTREVISION?=	1
10
CATEGORIES?=	databases
11
CATEGORIES?=	databases
11
MASTER_SITES=	${MASTER_SITE_PGSQL}
12
MASTER_SITES=	${MASTER_SITE_PGSQL}
12
MASTER_SITE_SUBDIR=	source/v${PORTVERSION}
13
MASTER_SITE_SUBDIR=	source/v${PORTVERSION}
Lines 162-168 Link Here
162
# Postgresql apps will not link properly when libpq is linked with base heimdal in /usr,
163
# Postgresql apps will not link properly when libpq is linked with base heimdal in /usr,
163
# so we always use the heimdal port. See
164
# so we always use the heimdal port. See
164
# http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html
165
# http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html
165
LIB_DEPENDS+=	krb5.23:${PORTSDIR}/security/heimdal
166
LIB_DEPENDS+=	krb5.26:${PORTSDIR}/security/heimdal
166
CONFIGURE_ARGS+=--with-krb5
167
CONFIGURE_ARGS+=--with-krb5
167
.    endif
168
.    endif
168
.  endif
169
.  endif
(-)databases/postgresql82-server/Makefile (-1 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME?=	postgresql
8
PORTNAME?=	postgresql
9
PORTVERSION?=	8.2.18
9
PORTVERSION?=	8.2.18
10
PORTREVISION?=	1
10
CATEGORIES?=	databases
11
CATEGORIES?=	databases
11
MASTER_SITES=	${MASTER_SITE_PGSQL}
12
MASTER_SITES=	${MASTER_SITE_PGSQL}
12
MASTER_SITE_SUBDIR=	source/v${PORTVERSION}
13
MASTER_SITE_SUBDIR=	source/v${PORTVERSION}
Lines 161-167 Link Here
161
# Postgresql apps will not link properly when libpq is linked with base heimdal in /usr,
162
# Postgresql apps will not link properly when libpq is linked with base heimdal in /usr,
162
# so we always use the heimdal port. See
163
# so we always use the heimdal port. See
163
# http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html
164
# http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html
164
LIB_DEPENDS+=	krb5.23:${PORTSDIR}/security/heimdal
165
LIB_DEPENDS+=	krb5.26:${PORTSDIR}/security/heimdal
165
CONFIGURE_ARGS+=--with-krb5
166
CONFIGURE_ARGS+=--with-krb5
166
.    endif
167
.    endif
167
.  endif
168
.  endif
(-)databases/postgresql83-server/Makefile (-1 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME?=	postgresql
8
PORTNAME?=	postgresql
9
DISTVERSION?=	8.3.12
9
DISTVERSION?=	8.3.12
10
PORTREVISION?=	1
10
CATEGORIES?=	databases
11
CATEGORIES?=	databases
11
MASTER_SITES=	${MASTER_SITE_PGSQL}
12
MASTER_SITES=	${MASTER_SITE_PGSQL}
12
MASTER_SITE_SUBDIR=	source/v${DISTVERSION}
13
MASTER_SITE_SUBDIR=	source/v${DISTVERSION}
Lines 179-185 Link Here
179
# Postgresql apps will not link properly when libpq is linked with base heimdal in /usr,
180
# Postgresql apps will not link properly when libpq is linked with base heimdal in /usr,
180
# so we always use the heimdal port. See
181
# so we always use the heimdal port. See
181
# http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html
182
# http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html
182
LIB_DEPENDS+=	krb5.23:${PORTSDIR}/security/heimdal
183
LIB_DEPENDS+=	krb5.26:${PORTSDIR}/security/heimdal
183
CONFIGURE_ARGS+=--with-krb5
184
CONFIGURE_ARGS+=--with-krb5
184
.    endif
185
.    endif
185
.  endif
186
.  endif
(-)databases/postgresql84-server/Makefile (-1 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME?=	postgresql
8
PORTNAME?=	postgresql
9
DISTVERSION?=	8.4.5
9
DISTVERSION?=	8.4.5
10
PORTREVISION?=	1
10
CATEGORIES?=	databases
11
CATEGORIES?=	databases
11
MASTER_SITES=	${MASTER_SITE_PGSQL}
12
MASTER_SITES=	${MASTER_SITE_PGSQL}
12
MASTER_SITE_SUBDIR=	source/v${DISTVERSION}
13
MASTER_SITE_SUBDIR=	source/v${DISTVERSION}
Lines 192-198 Link Here
192
# Postgresql apps will not link properly when libpq is linked with base heimdal in /usr,
193
# Postgresql apps will not link properly when libpq is linked with base heimdal in /usr,
193
# so we always use the heimdal port. See
194
# so we always use the heimdal port. See
194
# http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html
195
# http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html
195
LIB_DEPENDS+=	krb5.23:${PORTSDIR}/security/heimdal
196
LIB_DEPENDS+=	krb5.26:${PORTSDIR}/security/heimdal
196
CONFIGURE_ARGS+=--with-krb5
197
CONFIGURE_ARGS+=--with-krb5
197
.    endif
198
.    endif
198
.  endif
199
.  endif
(-)databases/postgresql90-server/Makefile (-1 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME?=	postgresql
8
PORTNAME?=	postgresql
9
DISTVERSION?=	9.0.1
9
DISTVERSION?=	9.0.1
10
PORTREVISION?=	1
10
CATEGORIES?=	databases
11
CATEGORIES?=	databases
11
MASTER_SITES=	${MASTER_SITE_PGSQL}
12
MASTER_SITES=	${MASTER_SITE_PGSQL}
12
MASTER_SITE_SUBDIR=	source/v${DISTVERSION}
13
MASTER_SITE_SUBDIR=	source/v${DISTVERSION}
Lines 198-204 Link Here
198
# Postgresql apps will not link properly when libpq is linked with base heimdal in /usr,
199
# Postgresql apps will not link properly when libpq is linked with base heimdal in /usr,
199
# so we always use the heimdal port. See
200
# so we always use the heimdal port. See
200
# http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html
201
# http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html
201
LIB_DEPENDS+=	krb5.23:${PORTSDIR}/security/heimdal
202
LIB_DEPENDS+=	krb5.26:${PORTSDIR}/security/heimdal
202
CONFIGURE_ARGS+=--with-krb5
203
CONFIGURE_ARGS+=--with-krb5
203
.    endif
204
.    endif
204
.  endif
205
.  endif
(-)net/freeradius/Makefile (-2 / +2 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	freeradius
8
PORTNAME=	freeradius
9
PORTVERSION?=	1.1.8
9
PORTVERSION?=	1.1.8
10
PORTREVISION?=	1
10
PORTREVISION?=	2
11
CATEGORIES=	net
11
CATEGORIES=	net
12
MASTER_SITES=	ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \
12
MASTER_SITES=	ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \
13
		ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \
13
		ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \
Lines 106-112 Link Here
106
106
107
.ifdef(WITH_KERBEROS)
107
.ifdef(WITH_KERBEROS)
108
.ifdef(WITH_HEIMDAL)
108
.ifdef(WITH_HEIMDAL)
109
LIB_DEPENDS+=	krb5.23:${PORTSDIR}/security/heimdal
109
LIB_DEPENDS+=	krb5.26:${PORTSDIR}/security/heimdal
110
CONFIGURE_ARGS+=--enable-heimdal-krb5
110
CONFIGURE_ARGS+=--enable-heimdal-krb5
111
.else
111
.else
112
LIB_DEPENDS+=	krb5.3:${PORTSDIR}/security/krb5
112
LIB_DEPENDS+=	krb5.3:${PORTSDIR}/security/krb5
(-)net/freeradius2/Makefile (-1 / +2 lines)
Lines 9-14 Link Here
9
9
10
PORTNAME=	freeradius
10
PORTNAME=	freeradius
11
DISTVERSION=	2.1.10
11
DISTVERSION=	2.1.10
12
PORTREVISION=	1
12
CATEGORIES=	net
13
CATEGORIES=	net
13
MASTER_SITES=	ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \
14
MASTER_SITES=	ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \
14
		ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \
15
		ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \
Lines 84-90 Link Here
84
85
85
.ifdef(WITH_KERBEROS)
86
.ifdef(WITH_KERBEROS)
86
.ifdef(WITH_HEIMDAL)
87
.ifdef(WITH_HEIMDAL)
87
LIB_DEPENDS+=	krb5.23:${PORTSDIR}/security/heimdal
88
LIB_DEPENDS+=	krb5.26:${PORTSDIR}/security/heimdal
88
CONFIGURE_ARGS+=--enable-heimdal-krb5
89
CONFIGURE_ARGS+=--enable-heimdal-krb5
89
.else
90
.else
90
LIB_DEPENDS+=	krb5.3:${PORTSDIR}/security/krb5
91
LIB_DEPENDS+=	krb5.3:${PORTSDIR}/security/krb5
(-)security/openssh-portable/Makefile (-2 / +2 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	openssh
8
PORTNAME=	openssh
9
DISTVERSION=	5.2p1
9
DISTVERSION=	5.2p1
10
PORTREVISION=	2
10
PORTREVISION=	3
11
PORTEPOCH=	1
11
PORTEPOCH=	1
12
CATEGORIES=	security ipv6
12
CATEGORIES=	security ipv6
13
.if defined(OPENSSH_SNAPSHOT)
13
.if defined(OPENSSH_SNAPSHOT)
Lines 119-125 Link Here
119
CONFLICTS+=		openssh-portable-*-[0-9]*
119
CONFLICTS+=		openssh-portable-*-[0-9]*
120
CONFIGURE_ARGS+=	--with-kerberos5=${KRB5_HOME}
120
CONFIGURE_ARGS+=	--with-kerberos5=${KRB5_HOME}
121
.if defined(HEIMDAL_HOME) && defined(KRB5_HOME) && ${HEIMDAL_HOME} == ${LOCALBASE}
121
.if defined(HEIMDAL_HOME) && defined(KRB5_HOME) && ${HEIMDAL_HOME} == ${LOCALBASE}
122
LIB_DEPENDS+=		krb5.23:${PORTSDIR}/security/heimdal
122
LIB_DEPENDS+=		krb5.26:${PORTSDIR}/security/heimdal
123
.elif defined(KRB5_HOME) && defined(LOCALBASE) && ${KRB5_HOME} == ${LOCALBASE}
123
.elif defined(KRB5_HOME) && defined(LOCALBASE) && ${KRB5_HOME} == ${LOCALBASE}
124
LIB_DEPENDS+=		krb5.3:${PORTSDIR}/security/krb5
124
LIB_DEPENDS+=		krb5.3:${PORTSDIR}/security/krb5
125
.endif
125
.endif

Return to bug 152029