From owner-svn-ports-all@freebsd.org Thu Aug 20 23:10:01 2020 Return-Path: Delivered-To: svn-ports-all@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 58D7D3ABE5B; Thu, 20 Aug 2020 23:10:01 +0000 (UTC) (envelope-from zeising@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 4BXgN91mTdz480s; Thu, 20 Aug 2020 23:10:01 +0000 (UTC) (envelope-from zeising@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 214BD1C087; Thu, 20 Aug 2020 23:10:01 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07KNA1BV027902; Thu, 20 Aug 2020 23:10:01 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07KNA1m5027901; Thu, 20 Aug 2020 23:10:01 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202008202310.07KNA1m5027901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Thu, 20 Aug 2020 23:10:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545570 - head/security/gnupg1 X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/security/gnupg1 X-SVN-Commit-Revision: 545570 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Aug 2020 23:10:01 -0000 Author: zeising Date: Thu Aug 20 23:10:00 2020 New Revision: 545570 URL: https://svnweb.freebsd.org/changeset/ports/545570 Log: security/gnupg1: Build with -fcommon With llvm 11, builds are using -fno-common by default. I've tried to fix gnupg1 to build with this, but it is qyite hard and requires a lot of patches. In the meantime, upstream code has changed significantly, and gnupg1 is old, so just switch it to use -fcommon instead, to make it build. MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum) Modified: head/security/gnupg1/Makefile Modified: head/security/gnupg1/Makefile ============================================================================== --- head/security/gnupg1/Makefile Thu Aug 20 23:03:21 2020 (r545569) +++ head/security/gnupg1/Makefile Thu Aug 20 23:10:00 2020 (r545570) @@ -19,6 +19,7 @@ USES= charsetfix compiler cpe gmake readline tar:bzip GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-camellia \ --enable-noexecstack +CFLAGS+= -fcommon INFO= gnupg1 DOCSDIR= ${PREFIX}/share/doc/gnupg1