svn commit: r546895 - head/devel/libexplain/files

Tobias C. Berner tcberner at FreeBSD.org
Sat Aug 29 10:09:06 UTC 2020


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 : */


More information about the svn-ports-head mailing list