From owner-svn-ports-all@freebsd.org Wed Sep 30 11:03:30 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 98347424D88; Wed, 30 Sep 2020 11:03:30 +0000 (UTC) (envelope-from se@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 4C1YJy3V7Zz46c1; Wed, 30 Sep 2020 11:03:30 +0000 (UTC) (envelope-from se@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 5AC8E1EC9B; Wed, 30 Sep 2020 11:03:30 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08UB3Uj0024816; Wed, 30 Sep 2020 11:03:30 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08UB3UBn024814; Wed, 30 Sep 2020 11:03:30 GMT (envelope-from se@FreeBSD.org) Message-Id: <202009301103.08UB3UBn024814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: =?UTF-8?Q?Stefan_E=c3=9fer?= Date: Wed, 30 Sep 2020 11:03:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550680 - in head/games/polyglot: . files X-SVN-Group: ports-head X-SVN-Commit-Author: se X-SVN-Commit-Paths: in head/games/polyglot: . files X-SVN-Commit-Revision: 550680 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: Wed, 30 Sep 2020 11:03:30 -0000 Author: se Date: Wed Sep 30 11:03:29 2020 New Revision: 550680 URL: https://svnweb.freebsd.org/changeset/ports/550680 Log: Fix build with -fno-common Added: head/games/polyglot/files/patch-pgheader.h (contents, props changed) Modified: head/games/polyglot/Makefile Modified: head/games/polyglot/Makefile ============================================================================== --- head/games/polyglot/Makefile Wed Sep 30 10:58:50 2020 (r550679) +++ head/games/polyglot/Makefile Wed Sep 30 11:03:29 2020 (r550680) @@ -3,7 +3,7 @@ PORTNAME= polyglot DISTVERSION= 1.4.70b -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://hardy.uhasselt.be/Toga/polyglot-release/ \ http://nivit.altervista.org/FreeBSD/ports/distfiles/ Added: head/games/polyglot/files/patch-pgheader.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/polyglot/files/patch-pgheader.h Wed Sep 30 11:03:29 2020 (r550680) @@ -0,0 +1,13 @@ +--- pgheader.h.orig 2012-09-20 11:50:03 UTC ++++ pgheader.h +@@ -10,8 +10,8 @@ + #define PGHEADER_BAD_HEADER 6 + + +-const char * pgheader_version; +-const char * pgheader_magic; ++extern const char * pgheader_version; ++extern const char * pgheader_magic; + + /* This does some heuristic tests to make it reasonably sure we are dealing + with a Polyglot book.