Date: Wed, 4 Sep 2024 14:58:18 GMT From: Diane Bruce <db@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 133078577620 - main - net/libarcus: pet portlint Message-ID: <202409041458.484EwILw018126@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by db: URL: https://cgit.FreeBSD.org/ports/commit/?id=133078577620fdf24127403acf35718ea112c0cc commit 133078577620fdf24127403acf35718ea112c0cc Author: Diane Bruce <db@FreeBSD.org> AuthorDate: 2024-09-04 14:57:28 +0000 Commit: Diane Bruce <db@FreeBSD.org> CommitDate: 2024-09-04 14:57:28 +0000 net/libarcus: pet portlint - Ran it through poudriere but missed portlint -C --- net/libarcus/Makefile | 1 - net/libarcus/files/patch-src_MessageTypeStore.cpp | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/net/libarcus/Makefile b/net/libarcus/Makefile index 54b2df7681b9..54c8e690379d 100644 --- a/net/libarcus/Makefile +++ b/net/libarcus/Makefile @@ -1,6 +1,5 @@ PORTNAME= libArcus PORTVERSION= 5.3.0 -PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= net cad DIST_SUBDIR= Ultimaker diff --git a/net/libarcus/files/patch-src_MessageTypeStore.cpp b/net/libarcus/files/patch-src_MessageTypeStore.cpp index c561beca5bd6..8e8dd8b90371 100644 --- a/net/libarcus/files/patch-src_MessageTypeStore.cpp +++ b/net/libarcus/files/patch-src_MessageTypeStore.cpp @@ -1,6 +1,6 @@ ---- src/MessageTypeStore.cpp.orig 2024-08-19 14:31:10.714537000 +0200 -+++ src/MessageTypeStore.cpp 2024-08-19 15:30:50.769879000 +0200 -@@ -39,7 +39,7 @@ +--- src/MessageTypeStore.cpp.orig 2023-05-19 06:44:12 UTC ++++ src/MessageTypeStore.cpp +@@ -39,7 +39,7 @@ class ErrorCollector : public google::protobuf::compil { } @@ -9,7 +9,7 @@ { _stream << "[" << filename << " (" << line << "," << column << ")] " << message << std::endl; _error_count++; -@@ -53,6 +53,10 @@ +@@ -53,6 +53,10 @@ class ErrorCollector : public google::protobuf::compil int getErrorCount() { return _error_count;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409041458.484EwILw018126>