FreeBSD Bugzilla – Attachment 110825 Details for
Bug 152029
[patch] fix dependencies after security/heimdal shlib bump
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
heimdal_shlib_bump.diff
heimdal_shlib_bump.diff (text/plain), 9.97 KB, created by
Joerg Pulz
on 2010-11-07 21:30:09 UTC
(
hide
)
Description:
heimdal_shlib_bump.diff
Filename:
MIME Type:
Creator:
Joerg Pulz
Created:
2010-11-07 21:30:09 UTC
Size:
9.97 KB
patch
obsolete
>Index: databases/postgresql73-server/Makefile >=================================================================== >RCS file: /home/ncvs/ports/databases/postgresql73-server/Makefile,v >retrieving revision 1.154 >diff -u -r1.154 Makefile >--- databases/postgresql73-server/Makefile 13 Jun 2010 08:39:56 -0000 1.154 >+++ databases/postgresql73-server/Makefile 7 Nov 2010 21:02:42 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME?= postgresql > PORTVERSION?= 7.3.21 >-PORTREVISION?= 1 >+PORTREVISION?= 2 > CATEGORIES?= databases > MASTER_SITES= ${MASTER_SITE_PGSQL} > MASTER_SITE_SUBDIR= source/v${PORTVERSION} >@@ -131,7 +131,7 @@ > # Postgresql apps will not link properly when libpq is linked with base heimdal in /usr, > # so we always use the heimdal port. See > # http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html >-LIB_DEPENDS+= krb5.23:${PORTSDIR}/security/heimdal >+LIB_DEPENDS+= krb5.26:${PORTSDIR}/security/heimdal > CONFIGURE_ARGS+=--with-krb5=${LOCALBASE} > . endif > . endif >Index: databases/postgresql74-server/Makefile >=================================================================== >RCS file: /home/ncvs/ports/databases/postgresql74-server/Makefile,v >retrieving revision 1.164 >diff -u -r1.164 Makefile >--- databases/postgresql74-server/Makefile 7 Oct 2010 06:58:08 -0000 1.164 >+++ databases/postgresql74-server/Makefile 7 Nov 2010 21:02:43 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME?= postgresql > PORTVERSION?= 7.4.30 >+PORTREVISION?= 1 > CATEGORIES?= databases > MASTER_SITES= ${MASTER_SITE_PGSQL} > MASTER_SITE_SUBDIR= source/v${PORTVERSION} >@@ -142,7 +143,7 @@ > # Postgresql apps will not link properly when libpq is linked with base heimdal in /usr, > # so we always use the heimdal port. See > # http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html >-LIB_DEPENDS+= krb5.23:${PORTSDIR}/security/heimdal >+LIB_DEPENDS+= krb5.26:${PORTSDIR}/security/heimdal > CONFIGURE_ARGS+=--with-krb5=${LOCALBASE} > . endif > . endif >Index: databases/postgresql80-server/Makefile >=================================================================== >RCS file: /home/ncvs/ports/databases/postgresql80-server/Makefile,v >retrieving revision 1.186 >diff -u -r1.186 Makefile >--- databases/postgresql80-server/Makefile 16 Oct 2010 11:51:52 -0000 1.186 >+++ databases/postgresql80-server/Makefile 7 Nov 2010 21:02:44 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME?= postgresql > PORTVERSION?= 8.0.26 >+PORTREVISION?= 1 > CATEGORIES?= databases > MASTER_SITES= ${MASTER_SITE_PGSQL} > MASTER_SITE_SUBDIR= source/v${PORTVERSION} >@@ -161,7 +162,7 @@ > # Postgresql apps will not link properly when libpq is linked with base heimdal in /usr, > # so we always use the heimdal port. See > # http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html >-LIB_DEPENDS+= krb5.23:${PORTSDIR}/security/heimdal >+LIB_DEPENDS+= krb5.26:${PORTSDIR}/security/heimdal > CONFIGURE_ARGS+=--with-krb5 > . endif > . endif >Index: databases/postgresql81-server/Makefile >=================================================================== >RCS file: /home/ncvs/ports/databases/postgresql81-server/Makefile,v >retrieving revision 1.191 >diff -u -r1.191 Makefile >--- databases/postgresql81-server/Makefile 16 Oct 2010 11:51:52 -0000 1.191 >+++ databases/postgresql81-server/Makefile 7 Nov 2010 21:02:45 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME?= postgresql > PORTVERSION?= 8.1.22 >+PORTREVISION?= 1 > CATEGORIES?= databases > MASTER_SITES= ${MASTER_SITE_PGSQL} > MASTER_SITE_SUBDIR= source/v${PORTVERSION} >@@ -162,7 +163,7 @@ > # Postgresql apps will not link properly when libpq is linked with base heimdal in /usr, > # so we always use the heimdal port. See > # http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html >-LIB_DEPENDS+= krb5.23:${PORTSDIR}/security/heimdal >+LIB_DEPENDS+= krb5.26:${PORTSDIR}/security/heimdal > CONFIGURE_ARGS+=--with-krb5 > . endif > . endif >Index: databases/postgresql82-server/Makefile >=================================================================== >RCS file: /home/ncvs/ports/databases/postgresql82-server/Makefile,v >retrieving revision 1.192 >diff -u -r1.192 Makefile >--- databases/postgresql82-server/Makefile 16 Oct 2010 11:51:52 -0000 1.192 >+++ databases/postgresql82-server/Makefile 7 Nov 2010 21:02:46 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME?= postgresql > PORTVERSION?= 8.2.18 >+PORTREVISION?= 1 > CATEGORIES?= databases > MASTER_SITES= ${MASTER_SITE_PGSQL} > MASTER_SITE_SUBDIR= source/v${PORTVERSION} >@@ -161,7 +162,7 @@ > # Postgresql apps will not link properly when libpq is linked with base heimdal in /usr, > # so we always use the heimdal port. See > # http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html >-LIB_DEPENDS+= krb5.23:${PORTSDIR}/security/heimdal >+LIB_DEPENDS+= krb5.26:${PORTSDIR}/security/heimdal > CONFIGURE_ARGS+=--with-krb5 > . endif > . endif >Index: databases/postgresql83-server/Makefile >=================================================================== >RCS file: /home/ncvs/ports/databases/postgresql83-server/Makefile,v >retrieving revision 1.202 >diff -u -r1.202 Makefile >--- databases/postgresql83-server/Makefile 16 Oct 2010 11:51:52 -0000 1.202 >+++ databases/postgresql83-server/Makefile 7 Nov 2010 21:02:47 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME?= postgresql > DISTVERSION?= 8.3.12 >+PORTREVISION?= 1 > CATEGORIES?= databases > MASTER_SITES= ${MASTER_SITE_PGSQL} > MASTER_SITE_SUBDIR= source/v${DISTVERSION} >@@ -179,7 +180,7 @@ > # Postgresql apps will not link properly when libpq is linked with base heimdal in /usr, > # so we always use the heimdal port. See > # http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html >-LIB_DEPENDS+= krb5.23:${PORTSDIR}/security/heimdal >+LIB_DEPENDS+= krb5.26:${PORTSDIR}/security/heimdal > CONFIGURE_ARGS+=--with-krb5 > . endif > . endif >Index: databases/postgresql84-server/Makefile >=================================================================== >RCS file: /home/ncvs/ports/databases/postgresql84-server/Makefile,v >retrieving revision 1.212 >diff -u -r1.212 Makefile >--- databases/postgresql84-server/Makefile 16 Oct 2010 11:51:52 -0000 1.212 >+++ databases/postgresql84-server/Makefile 7 Nov 2010 21:02:48 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME?= postgresql > DISTVERSION?= 8.4.5 >+PORTREVISION?= 1 > CATEGORIES?= databases > MASTER_SITES= ${MASTER_SITE_PGSQL} > MASTER_SITE_SUBDIR= source/v${DISTVERSION} >@@ -192,7 +193,7 @@ > # Postgresql apps will not link properly when libpq is linked with base heimdal in /usr, > # so we always use the heimdal port. See > # http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html >-LIB_DEPENDS+= krb5.23:${PORTSDIR}/security/heimdal >+LIB_DEPENDS+= krb5.26:${PORTSDIR}/security/heimdal > CONFIGURE_ARGS+=--with-krb5 > . endif > . endif >Index: databases/postgresql90-server/Makefile >=================================================================== >RCS file: /home/ncvs/ports/databases/postgresql90-server/Makefile,v >retrieving revision 1.206 >diff -u -r1.206 Makefile >--- databases/postgresql90-server/Makefile 26 Oct 2010 12:34:27 -0000 1.206 >+++ databases/postgresql90-server/Makefile 7 Nov 2010 21:02:49 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME?= postgresql > DISTVERSION?= 9.0.1 >+PORTREVISION?= 1 > CATEGORIES?= databases > MASTER_SITES= ${MASTER_SITE_PGSQL} > MASTER_SITE_SUBDIR= source/v${DISTVERSION} >@@ -198,7 +199,7 @@ > # Postgresql apps will not link properly when libpq is linked with base heimdal in /usr, > # so we always use the heimdal port. See > # http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html >-LIB_DEPENDS+= krb5.23:${PORTSDIR}/security/heimdal >+LIB_DEPENDS+= krb5.26:${PORTSDIR}/security/heimdal > CONFIGURE_ARGS+=--with-krb5 > . endif > . endif >Index: net/freeradius/Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/freeradius/Makefile,v >retrieving revision 1.77 >diff -u -r1.77 Makefile >--- net/freeradius/Makefile 16 Oct 2010 11:52:25 -0000 1.77 >+++ net/freeradius/Makefile 7 Nov 2010 21:02:49 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= freeradius > PORTVERSION?= 1.1.8 >-PORTREVISION?= 1 >+PORTREVISION?= 2 > CATEGORIES= net > MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \ > ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \ >@@ -106,7 +106,7 @@ > > .ifdef(WITH_KERBEROS) > .ifdef(WITH_HEIMDAL) >-LIB_DEPENDS+= krb5.23:${PORTSDIR}/security/heimdal >+LIB_DEPENDS+= krb5.26:${PORTSDIR}/security/heimdal > CONFIGURE_ARGS+=--enable-heimdal-krb5 > .else > LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 >Index: net/freeradius2/Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/freeradius2/Makefile,v >retrieving revision 1.90 >diff -u -r1.90 Makefile >--- net/freeradius2/Makefile 21 Oct 2010 23:52:34 -0000 1.90 >+++ net/freeradius2/Makefile 7 Nov 2010 21:02:51 -0000 >@@ -9,6 +9,7 @@ > > PORTNAME= freeradius > DISTVERSION= 2.1.10 >+PORTREVISION= 1 > CATEGORIES= net > MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \ > ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \ >@@ -84,7 +85,7 @@ > > .ifdef(WITH_KERBEROS) > .ifdef(WITH_HEIMDAL) >-LIB_DEPENDS+= krb5.23:${PORTSDIR}/security/heimdal >+LIB_DEPENDS+= krb5.26:${PORTSDIR}/security/heimdal > CONFIGURE_ARGS+=--enable-heimdal-krb5 > .else > LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 >Index: security/openssh-portable/Makefile >=================================================================== >RCS file: /home/ncvs/ports/security/openssh-portable/Makefile,v >retrieving revision 1.149 >diff -u -r1.149 Makefile >--- security/openssh-portable/Makefile 31 Aug 2010 02:46:43 -0000 1.149 >+++ security/openssh-portable/Makefile 7 Nov 2010 21:02:51 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= openssh > DISTVERSION= 5.2p1 >-PORTREVISION= 2 >+PORTREVISION= 3 > PORTEPOCH= 1 > CATEGORIES= security ipv6 > .if defined(OPENSSH_SNAPSHOT) >@@ -119,7 +119,7 @@ > CONFLICTS+= openssh-portable-*-[0-9]* > CONFIGURE_ARGS+= --with-kerberos5=${KRB5_HOME} > .if defined(HEIMDAL_HOME) && defined(KRB5_HOME) && ${HEIMDAL_HOME} == ${LOCALBASE} >-LIB_DEPENDS+= krb5.23:${PORTSDIR}/security/heimdal >+LIB_DEPENDS+= krb5.26:${PORTSDIR}/security/heimdal > .elif defined(KRB5_HOME) && defined(LOCALBASE) && ${KRB5_HOME} == ${LOCALBASE} > LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 > .endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 152029
: 110825