svn commit: r545522 - head/misc/pinfo/files

Eugene Grosbein eugen at FreeBSD.org
Thu Aug 20 10:32:51 UTC 2020


Author: eugen
Date: Thu Aug 20 10:32:50 2020
New Revision: 545522
URL: https://svnweb.freebsd.org/changeset/ports/545522

Log:
  misc/pinfo: fix build with -fno-common (clang 11 and gcc 10)
  
  PORTREVISION not bumped as it fixes build for FreeBSD 13.
  
  Reported by:	pkg-fallout

Added:
  head/misc/pinfo/files/patch-parse_config.h   (contents, props changed)

Added: head/misc/pinfo/files/patch-parse_config.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/pinfo/files/patch-parse_config.h	Thu Aug 20 10:32:50 2020	(r545522)
@@ -0,0 +1,11 @@
+--- src/parse_config.h.orig	2020-08-21 00:28:18.377783000 +0700
++++ src/parse_config.h	2020-08-21 00:28:12.579209000 +0700
+@@ -85,7 +85,7 @@
+ colours;
+ #endif /* NO_COLOR_CURSES */
+ 
+-int use_manual;
++extern int use_manual;
+ 
+ int parse_config (void);
+ int parse_line (char *line);


More information about the svn-ports-all mailing list