aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-11-22 18:14:41 +0000
committerCy Schubert <cy@FreeBSD.org>2022-12-05 20:06:13 +0000
commitea57c9f77dc38ab6141d215b3403f3c4a6011ab2 (patch)
tree5d899c9c1f429f5c506d0424861bdae269fe17bb
parent35174b4303aca7d7dacb6b4403dc00ec2a3d4b4f (diff)
downloadports-ea57c9f77dc38ab6141d215b3403f3c4a6011ab2.tar.gz
ports-ea57c9f77dc38ab6141d215b3403f3c4a6011ab2.zip
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)
-rw-r--r--security/heimdal-devel/Makefile3
-rw-r--r--security/heimdal/Makefile4
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 \