From owner-dev-commits-ports-all@freebsd.org Fri Aug 27 18:43:39 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 31C0F66554F; Fri, 27 Aug 2021 18:43:39 +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 4Gx7s70sBHz4SB3; Fri, 27 Aug 2021 18:43:39 +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 064C24E4; Fri, 27 Aug 2021 18:43:39 +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 17RIhcH9041943; Fri, 27 Aug 2021 18:43:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17RIhcLk041942; Fri, 27 Aug 2021 18:43:38 GMT (envelope-from git) Date: Fri, 27 Aug 2021 18:43:38 GMT Message-Id: <202108271843.17RIhcLk041942@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 69307666c81e - main - graphics/glew: restore GLU for now after 8532b6f5d078 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 69307666c81eab8e37a872fdc0481c4d3e250311 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 18:43:39 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=69307666c81eab8e37a872fdc0481c4d3e250311 commit 69307666c81eab8e37a872fdc0481c4d3e250311 Author: Jan Beich AuthorDate: 2021-08-27 18:19:09 +0000 Commit: Jan Beich CommitDate: 2021-08-27 18:42:11 +0000 graphics/glew: restore GLU for now after 8532b6f5d078 While glew itself builds with -DGLEW_NO_GLU it's neither passed via pkg-config to consumers nor visible outside of pkg-config. $ pkg install glew pkgconf $ pkg-config --cflags glew Package glu was not found in the pkg-config search path. Perhaps you should add the directory containing `glu.pc' to the PKG_CONFIG_PATH environment variable Package 'glu', required by 'glew', not found PR: 257626 (for tracking) Reported by: madpilot --- graphics/glew/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/glew/Makefile b/graphics/glew/Makefile index c367b5043ba4..a89a917fe3cf 100644 --- a/graphics/glew/Makefile +++ b/graphics/glew/Makefile @@ -2,7 +2,7 @@ PORTNAME= glew PORTVERSION= 2.2.0 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= graphics MASTER_SITES= SF @@ -14,7 +14,7 @@ LICENSE_COMB= dual USES= gmake gl tar:tgz xorg USE_XORG?= x11 -USE_GL?= gl +USE_GL?= gl glu USE_LDCONFIG= yes MAKE_ENV= GLEW_DEST=${PREFIX} GLEW_PREFIX=${PREFIX}