Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 2020 08:13:08 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545507 - head/net/mpd5/files
Message-ID:  <202008200813.07K8D8I3073688@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eugen
Date: Thu Aug 20 08:13:08 2020
New Revision: 545507
URL: https://svnweb.freebsd.org/changeset/ports/545507

Log:
  net/mpd5: import r2272 from upstream
  
  This fixes build with -fno-common (clang 11 and gcc 10).
  PORTREVISION not bumped as it fixes build for FreeBSD 13.
  
  PR:		248741
  Reported by:	dim

Added:
  head/net/mpd5/files/patch-auth.h   (contents, props changed)

Added: head/net/mpd5/files/patch-auth.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/mpd5/files/patch-auth.h	Thu Aug 20 08:13:08 2020	(r545507)
@@ -0,0 +1,13 @@
+Index: src/auth.h
+===================================================================
+--- src/auth.h	(revision 2271)
++++ src/auth.h	(revision 2272)
+@@ -240,8 +240,6 @@ struct auth {
+ };
+ typedef struct auth *Auth;
+ 
+-struct radiusconf radius;		/* RADIUS configuration */
+-
+  /*
+   * Interface between the auth-backend (secret file, RADIUS, etc.) and Mpd's
+   * internal structs.



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