svn commit: r545507 - head/net/mpd5/files

Eugene Grosbein eugen at FreeBSD.org
Thu Aug 20 08:13:09 UTC 2020


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.


More information about the svn-ports-head mailing list