From owner-dev-commits-ports-all@freebsd.org Fri Aug 27 17:57:31 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 6271D664CD2; Fri, 27 Aug 2021 17:57:31 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gx6qv2DYPz3lCM; Fri, 27 Aug 2021 17:57:31 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from marvin.madpilot.net (host-79-52-122-4.retail.telecomitalia.it [79.52.122.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id A33DA2EBC9; Fri, 27 Aug 2021 17:57:30 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Subject: Re: git: 8532b6f5d078 - main - graphics/glew: drop unused dependencies after 0ccfc073ab99 To: Jan Beich , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202108271543.17RFhx7i002185@gitrepo.freebsd.org> From: Guido Falsi Message-ID: <8d7cf4d7-1fb9-dc5e-e3bc-9893f093e4c4@FreeBSD.org> Date: Fri, 27 Aug 2021 19:57:28 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <202108271543.17RFhx7i002185@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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 17:57:31 -0000 On 27/08/21 17:43, Jan Beich wrote: > The branch main has been updated by jbeich: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=8532b6f5d0782df7f5243758bd67f458758dfeb0 > > commit 8532b6f5d0782df7f5243758bd67f458758dfeb0 > Author: Jan Beich > AuthorDate: 2021-08-04 21:17:36 +0000 > Commit: Jan Beich > CommitDate: 2021-08-27 15:40:55 +0000 > > graphics/glew: drop unused dependencies after 0ccfc073ab99 > > * -lGLU dropped in https://github.com/nigels-com/glew/commit/3828cfb38c7b Unluckily this is breaking graphics/libgltf, on which libreoffice depends. Could be libgltf fault for not registering a direct dependency on GLU, I don't know, this is the error: checking for GLEW... no configure: error: Package requirements (glew >= 1.8.0) were not met: Package 'glu', required by 'glew', not found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GLEW_CFLAGS and GLEW_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. -- Guido Falsi