pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/freeglut



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue May 17 21:54:50 UTC 2022

Modified Files:
        pkgsrc/graphics/freeglut: Makefile PLIST distinfo
Removed Files:
        pkgsrc/graphics/freeglut/patches: patch-src_wayland_fg__internal__wl.h
            patch-src_x11_fg__internal__x11.h

Log Message:
freeglut: Update to 3.2.2

                                 freeglut 3.2.2

Changes

     * Fix netbsd/aarch64 build by including sys/joystick.h instead of
       machine/joystick.h.
     * Fix build with gcc >= 10 which made -fno-common the default by no
       longer relying on COMMON symbols for globals.
     * Fix android build (default to FREEGLUT_GLES, and check for debug
       flags).
     * Add flat shading option to the shapes demo.
     * Fix crash when calling primitive drawing functions without creating a
       window first.
     * Dropped really old and unmaintained doc directory from the source
       tree.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/graphics/freeglut/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/freeglut/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/freeglut/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/graphics/freeglut/patches/patch-src_wayland_fg__internal__wl.h \
    pkgsrc/graphics/freeglut/patches/patch-src_x11_fg__internal__x11.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/freeglut/Makefile
diff -u pkgsrc/graphics/freeglut/Makefile:1.31 pkgsrc/graphics/freeglut/Makefile:1.32
--- pkgsrc/graphics/freeglut/Makefile:1.31      Wed Dec  8 16:02:08 2021
+++ pkgsrc/graphics/freeglut/Makefile   Tue May 17 21:54:50 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2021/12/08 16:02:08 adam Exp $
+# $NetBSD: Makefile,v 1.32 2022/05/17 21:54:50 nia Exp $
 
-DISTNAME=      freeglut-3.2.1
-PKGREVISION=   3
+DISTNAME=      freeglut-3.2.2
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=freeglut/}
 

Index: pkgsrc/graphics/freeglut/PLIST
diff -u pkgsrc/graphics/freeglut/PLIST:1.9 pkgsrc/graphics/freeglut/PLIST:1.10
--- pkgsrc/graphics/freeglut/PLIST:1.9  Fri Oct  4 14:21:40 2019
+++ pkgsrc/graphics/freeglut/PLIST      Tue May 17 21:54:50 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2019/10/04 14:21:40 nia Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/05/17 21:54:50 nia Exp $
 include/GL/freeglut.h
 include/GL/freeglut_ext.h
 include/GL/freeglut_std.h
@@ -11,6 +11,6 @@ lib/cmake/FreeGLUT/FreeGLUTTargets.cmake
 lib/libglut.a
 lib/libglut.so
 lib/libglut.so.3
-lib/libglut.so.3.11.0
+lib/libglut.so.3.11.1
 lib/pkgconfig/freeglut.pc
 lib/pkgconfig/glut.pc

Index: pkgsrc/graphics/freeglut/distinfo
diff -u pkgsrc/graphics/freeglut/distinfo:1.17 pkgsrc/graphics/freeglut/distinfo:1.18
--- pkgsrc/graphics/freeglut/distinfo:1.17      Tue Oct 26 10:46:08 2021
+++ pkgsrc/graphics/freeglut/distinfo   Tue May 17 21:54:50 2022
@@ -1,9 +1,7 @@
-$NetBSD: distinfo,v 1.17 2021/10/26 10:46:08 nia Exp $
+$NetBSD: distinfo,v 1.18 2022/05/17 21:54:50 nia Exp $
 
-BLAKE2s (freeglut-3.2.1.tar.gz) = dbc214e87d838971946bb33f36063f3a53cf224b51cb1c463eabf325f40a7a13
-SHA512 (freeglut-3.2.1.tar.gz) = aced4bbcd36269ce6f4ee1982e0f9e3fffbf18c94f785d3215ac9f4809b992e166c7ada496ed6174e13d77c0f7ef3ca4c57d8a282e96cbbe6ff086339ade3b08
-Size (freeglut-3.2.1.tar.gz) = 440228 bytes
+BLAKE2s (freeglut-3.2.2.tar.gz) = fcb5d0377d725be35663dab97349ec6be137e1d0ab36ea7e5647745c6da40daf
+SHA512 (freeglut-3.2.2.tar.gz) = 190231951d314f854c244bd27f7c20488403bd0eecffc342097a2e3d1621cec87f6c209a77b4c153aabcf44697b4070227930e295ab74fb88953cbbf94fc81d9
+Size (freeglut-3.2.2.tar.gz) = 397203 bytes
 SHA1 (patch-src_fg__joystick.c) = 56a07514b89ff748d5a273f12eb756d475d9de0e
-SHA1 (patch-src_wayland_fg__internal__wl.h) = c1bc21cf6fa7fcb37395db172a805e60071cbbd6
-SHA1 (patch-src_x11_fg__internal__x11.h) = 3a7cfc4b274f5c8d6da2c3ce109877ffac6c0bfa
 SHA1 (patch-src_x11_fg__joystick__x11.c) = c48f1651f136c7fe45385dfe9d03ae5a0517a938



Home | Main Index | Thread Index | Old Index