Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 2020 10:09:05 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546895 - head/devel/libexplain/files
Message-ID:  <202008291009.07TA95AA018196@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Aug 29 10:09:05 2020
New Revision: 546895
URL: https://svnweb.freebsd.org/changeset/ports/546895

Log:
  devel/libexplain: fix build on current
  
  - this port is outdated, and upstream seems dead (last release 2014)
  - the only thing keeping it from being deprecated is it having
    dependent ports in the tree.

Added:
  head/devel/libexplain/files/patch-libexplain_output_stderr.h   (contents, props changed)

Added: head/devel/libexplain/files/patch-libexplain_output_stderr.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libexplain/files/patch-libexplain_output_stderr.h	Sat Aug 29 10:09:05 2020	(r546895)
@@ -0,0 +1,11 @@
+--- libexplain/output/stderr.h.orig	2020-08-29 10:04:27 UTC
++++ libexplain/output/stderr.h
+@@ -22,7 +22,7 @@
+ 
+ #include <libexplain/output.h>
+ 
+-explain_output_t explain_output_static_stderr;
++extern explain_output_t explain_output_static_stderr;
+ 
+ #endif /* LIBEXPLAIN_OUTPUT_STDERR_H */
+ /* vim: set ts=8 sw=4 et : */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008291009.07TA95AA018196>