From 7f1d96cd60f9d6890fed200ce82d88f32007f39a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 28 Apr 2024 15:26:47 +0200 Subject: FreeBSD: Update for final R14.1.2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Forced C++14 for cases where distribution ports are not ready for C++17. Add ports for several applications. Switch several ports to CMake. Signed-off-by: Slávek Banko --- freebsd/applications/graphics/gwenview/Makefile | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'freebsd/applications/graphics/gwenview/Makefile') diff --git a/freebsd/applications/graphics/gwenview/Makefile b/freebsd/applications/graphics/gwenview/Makefile index a2f921225..1c09f4075 100644 --- a/freebsd/applications/graphics/gwenview/Makefile +++ b/freebsd/applications/graphics/gwenview/Makefile @@ -16,10 +16,8 @@ CATEGORIES= graphics x11 DIST_SUBDIR= TDE/applications/graphics -# Use gmake for automake build -USES= gmake - BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ ${TDE_PREFIX}/lib/libkipi.so:graphics/libkipi-trinity LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface @@ -31,12 +29,13 @@ LIB_DEPENDS+=\ # Build post-patch: tde-pathfix -do-configure: tde-autotools-prepare - ${TDE_AUTOTOOLS_CONFIGURE} \ - --enable-kipi +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" -do-build: tde-autotools-build +do-build: tde-cmake-build -do-install: tde-autotools-install +do-install: tde-cmake-install .include -- cgit v1.2.1