diff options
author | adam <adam@pkgsrc.org> | 2012-12-07 16:01:15 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-12-07 16:01:15 +0000 |
commit | 484d2f014ed4153d864d30a14a87d9fce03c182d (patch) | |
tree | 3d59df1b39a5f2eb73f67d47bb8bc8adebc62d56 /graphics/glew/Makefile | |
parent | b23c74193d5a506420a69cd59bffecaa12572112 (diff) | |
download | pkgsrc-484d2f014ed4153d864d30a14a87d9fce03c182d.tar.gz |
Changes 1.9.0:
New features:
Support for OpenGL 4.2
New extensions:
GL_ARB_ES3_compatibility
GL_ARB_clear_buffer_object
GL_ARB_compute_shader
GL_ARB_copy_image
GL_ARB_explicit_uniform_location
GL_ARB_fragment_layer_viewport
GL_ARB_framebuffer_no_attachments
GL_ARB_internalformat_query2
GL_ARB_multi_draw_indirect
GL_ARB_program_interface_query
GL_ARB_robust_buffer_access_behavior
GL_ARB_robustness_application_isolation
GL_ARB_robustness_share_group_isolation
GL_ARB_shader_image_size
GL_ARB_shader_storage_buffer_object
GL_ARB_stencil_texturing
GL_ARB_texture_buffer_range
GL_ARB_texture_query_levels
GL_ARB_texture_storage_multisample
GL_ARB_texture_view
GL_ARB_vertex_attrib_binding
GL_EXT_debug_marker
GL_KHR_debug
GL_REGAL_error_string
GL_REGAL_extension_query
GL_REGAL_log
GLX_ARB_robustness_application_isolation
GLX_ARB_robustness_share_group_isolation
GLX_EXT_create_context_es_profile
WGL_EXT_create_context_es_profile
Bug fixes:
Not using GLU library for Makefile builds.
Diffstat (limited to 'graphics/glew/Makefile')
-rw-r--r-- | graphics/glew/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/glew/Makefile b/graphics/glew/Makefile index a2e2053e75b..3c2b11c5e95 100644 --- a/graphics/glew/Makefile +++ b/graphics/glew/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2012/10/06 14:10:55 asau Exp $ +# $NetBSD: Makefile,v 1.15 2012/12/07 16:01:15 adam Exp $ -DISTNAME= glew-1.6.0 +DISTNAME= glew-1.9.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=glew/} EXTRACT_SUFX= .tgz @@ -19,8 +19,8 @@ INSTALL_TARGET= install.all INSTALLATION_DIRS+= lib/pkgconfig post-patch: - ${LN} -s Makefile.netbsdelf ${WRKSRC}/config/Makefile.dragonfly - ${LN} -s Makefile.netbsdelf ${WRKSRC}/config/Makefile.netbsd + ${LN} -sf Makefile.netbsdelf ${WRKSRC}/config/Makefile.dragonfly + ${LN} -sf Makefile.netbsdelf ${WRKSRC}/config/Makefile.netbsd .include "../../mk/bsd.prefs.mk" |