Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Nov 2016 16:57:02 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425399 - in head: . security/heimdal
Message-ID:  <201611051657.uA5Gv2Vn085999@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Sat Nov  5 16:57:01 2016
New Revision: 425399
URL: https://svnweb.freebsd.org/changeset/ports/425399

Log:
  ix Berkeley DB detection at the configuration stage.
  
  PR:	214182

Modified:
  head/UPDATING
  head/security/heimdal/Makefile

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Sat Nov  5 16:56:00 2016	(r425398)
+++ head/UPDATING	Sat Nov  5 16:57:01 2016	(r425399)
@@ -5,6 +5,14 @@ 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.
 
+20161105:
+  AFFECTS: users of security/heimdal
+  AUTHOR: hrs@FreeBSD.org
+
+  kadmin(8) in heimdal-1.5.3_5 and prior did not create a database
+  in /var/heimdal in Berkeley DB format which kdc(8) required.  This
+  problem has been fixed in heimdal-1.5.3_6.
+
 20161104:
   AFFECTS: users of mail/mu4e and mail/mu4e-maildirs
   AUTHOR: hrs@FreeBSD.org

Modified: head/security/heimdal/Makefile
==============================================================================
--- head/security/heimdal/Makefile	Sat Nov  5 16:56:00 2016	(r425398)
+++ head/security/heimdal/Makefile	Sat Nov  5 16:57:01 2016	(r425399)
@@ -3,7 +3,7 @@
 
 PORTNAME=	heimdal
 PORTVERSION=	1.5.3
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	security ipv6
 MASTER_SITES=	http://www.h5l.org/dist/src/ \
 		http://ftp.pdc.kth.se/pub/heimdal/src/ \
@@ -55,8 +55,7 @@ OPTIONS_SUB=	yes
 IPV6_CONFIGURE_WITH=	ipv6
 
 BDB_DESC=		Enable BerkeleyDB KDC backend support
-BDB_CONFIGURE_ON=	--with-berkeley-db \
-			--with-berkeley-db-include=/usr/include
+BDB_CONFIGURE_ON=	--with-berkeley-db
 BDB_CONFIGURE_OFF=	--without-berkeley-db
 
 SQLITE_DESC=		Enable SQLite KDC backend support



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611051657.uA5Gv2Vn085999>