Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Dec 2022 20:09:15 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: ea57c9f77dc3 - 2022Q4 - security/heimdal*: Remove lockfile dependency
Message-ID:  <202212052009.2B5K9FkQ042430@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ea57c9f77dc38ab6141d215b3403f3c4a6011ab2

commit ea57c9f77dc38ab6141d215b3403f3c4a6011ab2
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-11-22 18:14:41 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-12-05 20:06:13 +0000

    security/heimdal*: Remove lockfile dependency
    
    Though heimdal ./configure checks for a lockfile dependency, it does
    not use it. Let's remove the dependency.
    
    PR:             267814
    Reported by:    Tatsuki Makino <tatsuki_makino@hotmail.com>
    
    (cherry picked from commit b40d9eda115f03cd7859314c3617386094ac88a9)
---
 security/heimdal-devel/Makefile | 3 +--
 security/heimdal/Makefile       | 4 +---
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/security/heimdal-devel/Makefile b/security/heimdal-devel/Makefile
index d5614bb91c30..2601bbe44002 100644
--- a/security/heimdal-devel/Makefile
+++ b/security/heimdal-devel/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	heimdal
 PORTVERSION=	${HEIMDAL_COMMIT_DATE}
+PORTREVISION=	1
 CATEGORIES=	security
 PKGNAMESUFFIX=	-devel
 HASH=		8f9c2d115
@@ -27,8 +28,6 @@ USE_LDCONFIG=	${GSSAPILIBDIR}
 BUILD_DEPENDS=	clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \
 		p5-JSON>0:converters/p5-JSON
 
-LIB_DEPENDS=	liblockfile.so:devel/liblockfile
-
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_header_fnmatch_h=yes \
 		ac_cv_header_db_h=no \
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index 139253bfba87..45301c01b888 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	heimdal
 PORTVERSION=	7.8.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	https://github.com/heimdal/heimdal/releases/download/${DISTNAME}/
 
@@ -22,8 +22,6 @@ USE_LDCONFIG=	${GSSAPILIBDIR}
 # Else asm1_fails resulting in a command not found error.
 BUILD_DEPENDS=	clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
 
-LIB_DEPENDS=	liblockfile.so:devel/liblockfile
-
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_header_fnmatch_h=yes \
 		ac_cv_header_db_h=no \



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