Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2024 09:27:47 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bc80854f3bb6 - main - */*: clean up after swith to cmake:indirect
Message-ID:  <202404110927.43B9RlpR040378@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by makc:

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

commit bc80854f3bb625b0c53915a2edb94a02375945bf
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2024-04-11 09:27:00 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2024-04-11 09:27:00 +0000

    */*: clean up after swith to cmake:indirect
---
 devel/py-lief/Makefile  | 3 ---
 java/openjfx14/Makefile | 4 ++--
 science/nwchem/Makefile | 1 +
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/devel/py-lief/Makefile b/devel/py-lief/Makefile
index f848e0e0a02b..841090c967d5 100644
--- a/devel/py-lief/Makefile
+++ b/devel/py-lief/Makefile
@@ -10,9 +10,6 @@ WWW=		https://github.com/lief-project/lief
 
 LICENSE=	APACHE20
 
-# Note: cmake is needed to build, but distutils is used directly.
-# If USES= cmake is set, the build will not work.
-
 USES=		cmake:indirect python zip
 USE_PYTHON=	concurrent distutils
 
diff --git a/java/openjfx14/Makefile b/java/openjfx14/Makefile
index cb61a0f8389f..00c0a9f0a8e9 100644
--- a/java/openjfx14/Makefile
+++ b/java/openjfx14/Makefile
@@ -33,7 +33,7 @@ LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		cmake:indirect gettext-runtime gl gnome jpeg localbase:ldflags ninja pkgconfig \
+USES=		gettext-runtime gl gnome jpeg localbase:ldflags ninja pkgconfig \
 		sqlite xorg
 
 USE_GITHUB=	yes
@@ -73,7 +73,7 @@ TEST_VARS=	AWT_TEST=true FULL_TEST=true
 # Gradle calls CMake during the build
 WEBKIT_IMPLIES=	MEDIA
 WEBKIT_LIB_DEPENDS=	libicui18n.so:devel/icu
-WEBKIT_USES=	bison gmake gperf perl5 python:build ruby:build
+WEBKIT_USES=	bison cmake:indirect gmake gperf perl5 python:build ruby:build
 WEBKIT_USE=	GNOME=libxslt,libxml2 \
 		PERL5=build \
 		XORG=xcomposite,xdamage,xfixes,xrender,xt
diff --git a/science/nwchem/Makefile b/science/nwchem/Makefile
index 30056991fd8f..5356c3fb27be 100644
--- a/science/nwchem/Makefile
+++ b/science/nwchem/Makefile
@@ -78,6 +78,7 @@ OPENMPI_RUN_DEPENDS=	openmpi>0:net/openmpi
 OPENMPI_VARS=		CONFLICTS_BUILD=mpich
 
 LIBXC_DESC=		Use libxc
+LIBXC_USES=		cmake:indirect
 LIBXC_MAKE_ENV=		USE_LIBXC=Y
 
 PYTHON_DESC=		Enable Python syntax in input files



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