Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2026 08:25:29 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6aed7705139d - main - misc/ignition-fuel-tools: Update patch
Message-ID:  <6a0accf9.37645.23fa6d83@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit 6aed7705139db4e1dff1a94b228f2f590c6bbcc2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-05-18 06:16:31 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-05-18 08:25:16 +0000

    misc/ignition-fuel-tools: Update patch
---
 misc/ignition-fuel-tools/Makefile                  |  4 +--
 .../files/patch-src_CMakeLists.txt                 | 30 ++++++++++++++++------
 2 files changed, 24 insertions(+), 10 deletions(-)

diff --git a/misc/ignition-fuel-tools/Makefile b/misc/ignition-fuel-tools/Makefile
index 8d45c394f176..a77f3d376936 100644
--- a/misc/ignition-fuel-tools/Makefile
+++ b/misc/ignition-fuel-tools/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ignition-fuel-tools
 DISTVERSION=	1.2.0
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	misc
 MASTER_SITES=	https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
 
@@ -11,7 +11,7 @@ WWW=		https://ignitionrobotics.org/home
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	ignition-cmake==2:devel/ignition-cmake
+BUILD_DEPENDS=	ignition-cmake>=2:devel/ignition-cmake
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libignition-common3.so:devel/ignition-common \
 		libjsoncpp.so:devel/jsoncpp \
diff --git a/misc/ignition-fuel-tools/files/patch-src_CMakeLists.txt b/misc/ignition-fuel-tools/files/patch-src_CMakeLists.txt
index bb88454abe59..c17aba61f671 100644
--- a/misc/ignition-fuel-tools/files/patch-src_CMakeLists.txt
+++ b/misc/ignition-fuel-tools/files/patch-src_CMakeLists.txt
@@ -1,11 +1,25 @@
---- src/CMakeLists.txt.orig	2018-11-20 20:11:32 UTC
+-- Replace deprecated ign_add_library() with ign_create_core_library()
+-- because ignition-cmake2 now treats ign_add_library() as a hard error.
+-- No upstream issue reference found.
+--- src/CMakeLists.txt.orig	2026-05-18 05:23:45 UTC
 +++ src/CMakeLists.txt
-@@ -61,7 +61,7 @@ ign_install_library()
+@@ -35,10 +35,9 @@ endif()
+ endif()
+ 
+ # Create the library target.
+-ign_add_library(${PROJECT_LIBRARY_TARGET_NAME} ${sources})
++ign_create_core_library(SOURCES ${sources} CXX_STANDARD 11)
+ 
+ # Turn on C++11 support for the library.
+-ign_set_project_public_cxx_standard(11)
+ 
+ # Link the libraries that we always need.
+ target_link_libraries(${PROJECT_LIBRARY_TARGET_NAME}
+@@ -56,7 +55,6 @@ ign_target_interface_include_directories(${PROJECT_LIB
+ 
+ # Create installation instructions for the library target. This must be called
+ # in the same scope that the target is created.
+-ign_install_library()
+ 
  # Build the unit tests.
  ign_build_tests(TYPE UNIT
-                 SOURCES ${gtest_sources}
--                LIB_DEPS ignition-common1::ignition-common1
-+                LIB_DEPS ignition-common3::ignition-common3
- )
- 
- # Command line support.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0accf9.37645.23fa6d83>