FreeBSD Bugzilla – Attachment 124709 Details for
Bug 168214
security/heimdal: Heimdal 1.5.2 port is broken if BDB chosen as backend
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.35 KB, created by
rsimmons0
on 2012-05-22 05:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
rsimmons0
Created:
2012-05-22 05:50:01 UTC
Size:
1.35 KB
patch
obsolete
>--- ports/security/heimdal/Makefile.old 2012-05-20 16:19:39.000000000 -0400 >+++ ports/security/heimdal/Makefile 2012-05-20 16:21:43.000000000 -0400 >@@ -7,13 +7,12 @@ > > PORTNAME= heimdal > PORTVERSION= 1.5.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= security ipv6 > MASTER_SITES= http://www.h5l.org/dist/src/ \ > http://ftp.pdc.kth.se/pub/heimdal/src/ \ > ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ >- ftp://ftp.sunet.se/pub/unix/admin/mirror-pdc/heimdal/src/ \ >- ftp://ftp.ayamura.org/pub/heimdal/ >+ ftp://ftp.sunet.se/pub/unix/admin/mirror-pdc/heimdal/src/ > > MAINTAINER= Joerg.Pulz@frm2.tum.de > COMMENT= A popular BSD-licensed implementation of Kerberos 5 >@@ -22,7 +21,7 @@ > > OPTIONS= IPV6 "Enable IPV6 support" on \ > KCM "Enable Kerberos Credentials Manager" on \ >- BDB "Enable BerkeleyDB KDC backend support" off \ >+ BDB "Enable BerkeleyDB KDC backend support" on \ > SQLITE "Enable SQLite KDC backend support" off \ > LDAP "Enable OpenLDAP KDC backend support" off \ > PKINIT "Enable PK-INIT support" on \ >@@ -78,9 +77,9 @@ > CPPFLAGS+= -I${BDB_INCLUDE_DIR} > LDFLAGS+= -L${BDB_LIB_DIR} > CONFIGURE_ARGS+= --with-berkeley-db=${LOCALBASE} >-# --with-berkeley-db-include=${BDB_INCLUDE_DIR} >+ --with-berkeley-db-include=${BDB_INCLUDE_DIR} > .else >-CONFIGURE_ARGS+= --without-berkeley-db >+CONFIGURE_ARGS+= --with-berkeley-db=no > .endif > > .if defined(WITH_SQLITE)
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 168214
: 124709 |
124710
Working