From owner-dev-commits-ports-all@freebsd.org Fri Aug 27 09:28:41 2021 Return-Path: Delivered-To: dev-commits-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 AE42065BEFD; Fri, 27 Aug 2021 09:28:41 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GwvXn4WK3z3KfS; Fri, 27 Aug 2021 09:28:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7FCDF20B5A; Fri, 27 Aug 2021 09:28:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17R9Sfik092297; Fri, 27 Aug 2021 09:28:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17R9SfYE092296; Fri, 27 Aug 2021 09:28:41 GMT (envelope-from git) Date: Fri, 27 Aug 2021 09:28:41 GMT Message-Id: <202108270928.17R9SfYE092296@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: b94c44c93c43 - main - games/criticalmass: attempt to unbreak the build of the port. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b94c44c93c43a50ec21cbd9ebc1b1e8ca08ecdf4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2021 09:28:41 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=b94c44c93c43a50ec21cbd9ebc1b1e8ca08ecdf4 commit b94c44c93c43a50ec21cbd9ebc1b1e8ca08ecdf4 Author: Alexey Dokuchaev AuthorDate: 2021-08-27 09:27:58 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-08-27 09:28:01 +0000 games/criticalmass: attempt to unbreak the build of the port. --- games/criticalmass/Makefile | 2 -- games/criticalmass/files/patch-utilsgl_GLee.h | 12 ++++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index 1b858dc7d443..ef5ae3c7edba 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -14,8 +14,6 @@ COMMENT= SDL/OpenGL space shoot'em up game LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= fails to build - LIB_DEPENDS= libpng.so:graphics/png \ libtinyxml.so:textproc/tinyxml diff --git a/games/criticalmass/files/patch-utilsgl_GLee.h b/games/criticalmass/files/patch-utilsgl_GLee.h new file mode 100644 index 000000000000..399ac69501f8 --- /dev/null +++ b/games/criticalmass/files/patch-utilsgl_GLee.h @@ -0,0 +1,12 @@ +--- utilsgl/GLee.h.orig 2010-10-17 01:09:51 UTC ++++ utilsgl/GLee.h +@@ -66,8 +66,8 @@ + #define GL_GLEXT_LEGACY + #include + #else // GLX +- #define __glext_h_ /* prevent glext.h from being included */ + #define __glxext_h_ /* prevent glxext.h from being included */ ++ #define GL_GLEXT_PROTOTYPES + #define GLX_GLXEXT_PROTOTYPES + #include + #include