git: d949c292ce6c - main - x11/cde*: Remove llvm16 dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Sep 2024 02:10:55 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d949c292ce6c3ec2dbaeb5531201cc4e57e0febf commit d949c292ce6c3ec2dbaeb5531201cc4e57e0febf Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-09-04 01:39:15 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-09-04 01:57:27 +0000 x11/cde*: Remove llvm16 dependency llvm16 is no longer needed to build the x11/cde ports. However this now exposes a dependency on databases/lmdb. --- x11/cde-25/Makefile | 5 +++-- x11/cde-devel/Makefile | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/x11/cde-25/Makefile b/x11/cde-25/Makefile index 01f3618a3c80..d7ecc4fe833d 100644 --- a/x11/cde-25/Makefile +++ b/x11/cde-25/Makefile @@ -1,6 +1,6 @@ PORTNAME= cde DISTVERSION= 2.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= SF/cdesktopenv/src/ .if !defined(MASTERDIR) @@ -39,9 +39,10 @@ RUN_DEPENDS= ksh93:shells/ksh \ xrdb:x11/xrdb \ xset:x11/xset \ sessreg:x11/sessreg +LIB_DEPENDS= liblmdb.so:databases/lmdb USES= autoreconf:build iconv:wchar_t gmake jpeg libtool motif perl5 \ - shebangfix tcl:86 xorg llvm:16 + shebangfix tcl:86 xorg SHEBANG_LANG= pl SHEBANG_FILES= programs/dtinfo/tools/bin/ccdate \ programs/dtdocbook/tcl/docbook.tcl diff --git a/x11/cde-devel/Makefile b/x11/cde-devel/Makefile index 2d231ecb5bbd..ddb1101385db 100644 --- a/x11/cde-devel/Makefile +++ b/x11/cde-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= cde PORTVERSION= ${COMMIT_DATE} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 .if !defined(MASTERDIR) PKGNAMESUFFIX= -devel @@ -46,9 +46,10 @@ RUN_DEPENDS= ksh93:shells/ksh \ xrdb:x11/xrdb \ xset:x11/xset \ sessreg:x11/sessreg +LIB_DEPENDS= liblmdb.so:databases/lmdb USES= autoreconf:build iconv:wchar_t gmake jpeg libtool motif perl5 \ - shebangfix tcl:86 xorg llvm:16 + shebangfix tcl:86 xorg SHEBANG_LANG= pl SHEBANG_FILES= programs/dtinfo/tools/bin/ccdate \ programs/dtdocbook/tcl/docbook.tcl