Skip to content

Commit

Permalink
devel/vxlog: try to unbreak and thus undeprecate the port.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Nov 27, 2023
1 parent 730b14a commit 7336d9a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
4 changes: 0 additions & 4 deletions devel/vxlog/Makefile
Expand Up @@ -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

Expand Down
15 changes: 12 additions & 3 deletions 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;
};

Expand Down

0 comments on commit 7336d9a

Please sign in to comment.