git: 7336d9abb376 - main - devel/vxlog: try to unbreak and thus undeprecate the port.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Nov 2023 13:27:57 UTC
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7336d9abb376ca8843a1c729660643b7c6b890a8
commit 7336d9abb376ca8843a1c729660643b7c6b890a8
Author: Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2023-11-27 13:26:34 +0000
Commit: Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2023-11-27 13:26:34 +0000
devel/vxlog: try to unbreak and thus undeprecate the port.
---
devel/vxlog/Makefile | 4 ----
devel/vxlog/files/patch-src__vxlog__outputter-interface.h | 15 ++++++++++++---
2 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/devel/vxlog/Makefile b/devel/vxlog/Makefile
index bee59fb1bfd8..4fa2d0d596e9 100644
--- a/devel/vxlog/Makefile
+++ b/devel/vxlog/Makefile
@@ -9,10 +9,6 @@ MAINTAINER= konstantin.lepa@gmail.com
COMMENT= C++ logging library
WWW= https://sourceforge.net/projects/vxlog/
-DEPRECATED= BROKEN for more than a year
-EXPIRATION_DATE= 2023-11-30
-BROKEN= does not build: fatal error: 'tr1/memory' file not found
-
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/doc/COPYING.txt
diff --git a/devel/vxlog/files/patch-src__vxlog__outputter-interface.h b/devel/vxlog/files/patch-src__vxlog__outputter-interface.h
index 12b90d16a8de..965aa66aaecf 100644
--- a/devel/vxlog/files/patch-src__vxlog__outputter-interface.h
+++ b/devel/vxlog/files/patch-src__vxlog__outputter-interface.h
@@ -1,6 +1,15 @@
---- src/vxlog/outputter-interface.h.orig 2010-10-18 17:23:04.000000000 +0400
-+++ src/vxlog/outputter-interface.h 2014-12-12 03:46:20.000000000 +0300
-@@ -37,7 +37,11 @@
+--- src/vxlog/outputter-interface.h.orig 2010-10-18 13:23:04 UTC
++++ src/vxlog/outputter-interface.h
+@@ -23,7 +23,7 @@
+ #ifndef VOLVOX_VXLOG_OUTPUTTER_INTERFACE_H_
+ #define VOLVOX_VXLOG_OUTPUTTER_INTERFACE_H_
+
+-#include <tr1/memory>
++#include <memory>
+ #include "vxlog/level.h"
+
+ namespace vxlog {
+@@ -37,7 +37,11 @@ class OutputterInterface {
virtual void Flush() = 0;
};