Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cschuber committed Nov 22, 2022
1 parent e4db3f2 commit b40d9ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions security/heimdal-devel/Makefile
@@ -1,5 +1,6 @@
PORTNAME= heimdal
PORTVERSION= ${HEIMDAL_COMMIT_DATE}
PORTREVISION= 1
CATEGORIES= security
PKGNAMESUFFIX= -devel
HASH= 8f9c2d115
Expand Down Expand Up @@ -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 \
Expand Down
4 changes: 1 addition & 3 deletions 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}/

Expand All @@ -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 \
Expand Down

0 comments on commit b40d9ed

Please sign in to comment.