From owner-svn-ports-head@freebsd.org Thu Aug 20 08:13:09 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1926C3B607F; Thu, 20 Aug 2020 08:13:09 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BXHTJ6xpRz44Bt; Thu, 20 Aug 2020 08:13:08 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D1B98113EC; Thu, 20 Aug 2020 08:13:08 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07K8D8Jc073689; Thu, 20 Aug 2020 08:13:08 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07K8D8I3073688; Thu, 20 Aug 2020 08:13:08 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <202008200813.07K8D8I3073688@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Thu, 20 Aug 2020 08:13:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545507 - head/net/mpd5/files X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: head/net/mpd5/files X-SVN-Commit-Revision: 545507 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Aug 2020 08:13:09 -0000 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.