mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
graphics/libGLU: Update to 9.0.2
PR: 241568 Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30869
This commit is contained in:
parent
eb545e060e
commit
7091486499
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# Feature: gl
|
# Feature: gl
|
||||||
# Usage: USES=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.
|
# USE_GL specifies which GL components to add as dependencies.
|
||||||
# Not specifying USE_GL with USES=gl is an error.
|
# 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_LIB_DEPENDS= libGLU.so:graphics/libGLU
|
||||||
_GL_glu_USE_XORG= xorgproto
|
_GL_glu_USE_XORG= xorgproto
|
||||||
_GL_glut_LIB_DEPENDS= libglut.so:graphics/freeglut
|
_GL_glut_LIB_DEPENDS= libglut.so:graphics/freeglut
|
||||||
|
_GL_opengl_LIB_DEPENDS= libOpenGL.so:graphics/libglvnd
|
||||||
|
|
||||||
.if !empty(gl_ARGS)
|
.if !empty(gl_ARGS)
|
||||||
IGNORE= USES=gl takes no arguments
|
IGNORE= USES=gl takes no arguments
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
||||||
|
|
||||||
PORTNAME= libGLU
|
PORTNAME= libGLU
|
||||||
PORTVERSION= 9.0.1
|
PORTVERSION= 9.0.2
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/glu/ \
|
MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/glu/ \
|
||||||
https://mesa.freedesktop.org/archive/glu/
|
https://mesa.freedesktop.org/archive/glu/
|
||||||
@ -11,11 +10,12 @@ DISTNAME= glu-${PORTVERSION}
|
|||||||
MAINTAINER= x11@FreeBSD.org
|
MAINTAINER= x11@FreeBSD.org
|
||||||
COMMENT= OpenGL utility library
|
COMMENT= OpenGL utility library
|
||||||
|
|
||||||
USES= gl libtool pathfix pkgconfig tar:xz xorg
|
USES= gl libtool pathfix pkgconfig tar:xz
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-static
|
CONFIGURE_ARGS= --disable-static \
|
||||||
|
--enable-libglvnd
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
USE_GL= gl
|
USE_GL= opengl
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1568738956
|
TIMESTAMP = 1624573301
|
||||||
SHA256 (glu-9.0.1.tar.xz) = fb5a4c2dd6ba6d1c21ab7c05129b0769544e1d68e1e3b0ffecb18e73c93055bc
|
SHA256 (glu-9.0.2.tar.xz) = 6e7280ff585c6a1d9dfcdf2fca489251634b3377bfc33c29e4002466a38d02d4
|
||||||
SIZE (glu-9.0.1.tar.xz) = 434632
|
SIZE (glu-9.0.2.tar.xz) = 436176
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
This package contains the OpenGL utility library.
|
This package contains the OpenGL utility library.
|
||||||
|
|
||||||
WWW: http://www.freedesktop.org/Software/xorg
|
WWW: https://gitlab.freedesktop.org/mesa/glu
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
include/GL/glu.h
|
include/GL/glu.h
|
||||||
include/GL/glu_mangle.h
|
|
||||||
lib/libGLU.so
|
lib/libGLU.so
|
||||||
lib/libGLU.so.1
|
lib/libGLU.so.1
|
||||||
lib/libGLU.so.1.3.1
|
lib/libGLU.so.1.3.1
|
||||||
|
Loading…
Reference in New Issue
Block a user