svn commit: r566775 - head/deskutils/gworkspace/files

Alexey Dokuchaev danfe at FreeBSD.org
Sun Feb 28 16:39:03 UTC 2021


Author: danfe
Date: Sun Feb 28 16:39:03 2021
New Revision: 566775
URL: https://svnweb.freebsd.org/changeset/ports/566775

Log:
  Forgot to actually add the patch in r566774.

Added:
  head/deskutils/gworkspace/files/
  head/deskutils/gworkspace/files/patch-debian-gcc-10   (contents, props changed)

Added: head/deskutils/gworkspace/files/patch-debian-gcc-10
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/gworkspace/files/patch-debian-gcc-10	Sun Feb 28 16:39:03 2021	(r566775)
@@ -0,0 +1,29 @@
+Description: Fix FTBFS with GCC 10.
+Author: Yavor Doganov <yavor at gnu.org>
+Debian-Bug: https://bugs.debian.org/957324
+Forwarded: https://savannah.gnu.org/bugs/index.php?58638
+Last-Update: 2020-06-21
+---
+
+--- Inspector/ContentViewers/ImageViewer/Resizer.h.orig
++++ Inspector/ContentViewers/ImageViewer/Resizer.h
+@@ -24,8 +24,6 @@
+  */
+ 
+ 
+-NSConnection *serverConnection;
+-
+ @interface ImageResizer : NSObject
+ {
+ 
+--- Inspector/ContentViewers/ImageViewer/Resizer.m.orig
++++ Inspector/ContentViewers/ImageViewer/Resizer.m
+@@ -33,6 +33,8 @@
+   do { if (GW_DEBUG_LOG) \
+     NSLog(format , ## args); } while (0)
+ 
++NSConnection *serverConnection;
++
+ @protocol ImageViewerProtocol
+ 
+ - (oneway void)setResizer:(id)anObject;


More information about the svn-ports-all mailing list