Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 2020 19:57:40 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547077 - head/x11/fbpanel/files
Message-ID:  <202008301957.07UJve9m081600@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Sun Aug 30 19:57:40 2020
New Revision: 547077
URL: https://svnweb.freebsd.org/changeset/ports/547077

Log:
  x11/fbpanel: revert previous commit. The port gas been already fixed.

Modified:
  head/x11/fbpanel/files/patch-panel_plugin.h

Modified: head/x11/fbpanel/files/patch-panel_plugin.h
==============================================================================
--- head/x11/fbpanel/files/patch-panel_plugin.h	Sun Aug 30 19:47:27 2020	(r547076)
+++ head/x11/fbpanel/files/patch-panel_plugin.h	Sun Aug 30 19:57:40 2020	(r547077)
@@ -1,11 +1,11 @@
---- panel/plugin.h.orig	2020-08-30 19:42:52 UTC
+--- panel/plugin.h.orig	2020-08-28 22:09:44 UTC
 +++ panel/plugin.h
 @@ -9,7 +9,7 @@
  #include <stdio.h>
  #include "panel.h"
  
 -struct _plugin_instance *stam;
-+struct _plugin_instance;
++extern struct _plugin_instance *stam;
  
  typedef struct {
      /* common */



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