From owner-dev-commits-ports-all@freebsd.org Tue Jun 29 01:26:27 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 D590D6402B9; Tue, 29 Jun 2021 01:26:27 +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 4GDRdb5DMxz3C71; Tue, 29 Jun 2021 01:26:27 +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 9BC09102F4; Tue, 29 Jun 2021 01:26:27 +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 15T1QRJp088640; Tue, 29 Jun 2021 01:26:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15T1QRrF088639; Tue, 29 Jun 2021 01:26:27 GMT (envelope-from git) Date: Tue, 29 Jun 2021 01:26:27 GMT Message-Id: <202106290126.15T1QRrF088639@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kevin Bowling Subject: git: 709148649962 - main - graphics/libGLU: Update to 9.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 709148649962c82048858d84a29ffa4ab15a0738 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: Tue, 29 Jun 2021 01:26:27 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=709148649962c82048858d84a29ffa4ab15a0738 commit 709148649962c82048858d84a29ffa4ab15a0738 Author: Kevin Bowling AuthorDate: 2021-06-24 22:41:25 +0000 Commit: Kevin Bowling CommitDate: 2021-06-29 01:23:57 +0000 graphics/libGLU: Update to 9.0.2 PR: 241568 Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30869 --- Mk/Uses/gl.mk | 3 ++- graphics/libGLU/Makefile | 10 +++++----- graphics/libGLU/distinfo | 6 +++--- graphics/libGLU/pkg-descr | 2 +- graphics/libGLU/pkg-plist | 1 - 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Mk/Uses/gl.mk b/Mk/Uses/gl.mk index 7d71d9724d92..2c6e36d86bd1 100644 --- a/Mk/Uses/gl.mk +++ b/Mk/Uses/gl.mk @@ -2,7 +2,7 @@ # # Feature: gl # Usage: USES=gl -# USE_GL=egl gbm gl glesv1 glesv2 glew glu glut +# USE_GL=egl gbm gl glesv1 glesv2 glew glu glut opengl # # USE_GL specifies which GL components to add as dependencies. # Not specifying USE_GL with USES=gl is an error. @@ -23,6 +23,7 @@ _GL_glew_LIB_DEPENDS= libGLEW.so:graphics/glew _GL_glu_LIB_DEPENDS= libGLU.so:graphics/libGLU _GL_glu_USE_XORG= xorgproto _GL_glut_LIB_DEPENDS= libglut.so:graphics/freeglut +_GL_opengl_LIB_DEPENDS= libOpenGL.so:graphics/libglvnd .if !empty(gl_ARGS) IGNORE= USES=gl takes no arguments diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile index 122d5b57813b..3f332cd6d995 100644 --- a/graphics/libGLU/Makefile +++ b/graphics/libGLU/Makefile @@ -1,8 +1,7 @@ # Created by: Eric Anholt PORTNAME= libGLU -PORTVERSION= 9.0.1 -PORTREVISION= 1 +PORTVERSION= 9.0.2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/glu/ \ https://mesa.freedesktop.org/archive/glu/ @@ -11,11 +10,12 @@ DISTNAME= glu-${PORTVERSION} MAINTAINER= x11@FreeBSD.org COMMENT= OpenGL utility library -USES= gl libtool pathfix pkgconfig tar:xz xorg +USES= gl libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-static +CONFIGURE_ARGS= --disable-static \ + --enable-libglvnd INSTALL_TARGET= install-strip -USE_GL= gl +USE_GL= opengl USE_LDCONFIG= yes .include diff --git a/graphics/libGLU/distinfo b/graphics/libGLU/distinfo index 3bd4f27487b9..d0b35fda2468 100644 --- a/graphics/libGLU/distinfo +++ b/graphics/libGLU/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1568738956 -SHA256 (glu-9.0.1.tar.xz) = fb5a4c2dd6ba6d1c21ab7c05129b0769544e1d68e1e3b0ffecb18e73c93055bc -SIZE (glu-9.0.1.tar.xz) = 434632 +TIMESTAMP = 1624573301 +SHA256 (glu-9.0.2.tar.xz) = 6e7280ff585c6a1d9dfcdf2fca489251634b3377bfc33c29e4002466a38d02d4 +SIZE (glu-9.0.2.tar.xz) = 436176 diff --git a/graphics/libGLU/pkg-descr b/graphics/libGLU/pkg-descr index 3a7d2e784f7d..54ae846cd8bf 100644 --- a/graphics/libGLU/pkg-descr +++ b/graphics/libGLU/pkg-descr @@ -1,3 +1,3 @@ This package contains the OpenGL utility library. -WWW: http://www.freedesktop.org/Software/xorg +WWW: https://gitlab.freedesktop.org/mesa/glu diff --git a/graphics/libGLU/pkg-plist b/graphics/libGLU/pkg-plist index 5943486f710b..7a4a80087ffe 100644 --- a/graphics/libGLU/pkg-plist +++ b/graphics/libGLU/pkg-plist @@ -1,5 +1,4 @@ include/GL/glu.h -include/GL/glu_mangle.h lib/libGLU.so lib/libGLU.so.1 lib/libGLU.so.1.3.1