git: b40d9eda115f - main - security/heimdal*: Remove lockfile dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Nov 2022 18:17:30 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b40d9eda115f03cd7859314c3617386094ac88a9
commit b40d9eda115f03cd7859314c3617386094ac88a9
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-11-22 18:14:41 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-11-22 18:14:41 +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>
MFH: 2022Q4
---
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 d28296af47ab..1e843f71f789 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 \