summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-04-25 11:42:42 +0000
committerwiz <wiz@pkgsrc.org>2017-04-25 11:42:42 +0000
commita09d3b8cb1a943c34b538f8f5ec29896b432d70e (patch)
tree08034939aaf48636431792a4a07d74e8fab494e6 /graphics
parent314996532bc3157c54f6e9cc4844a2877b3e5613 (diff)
downloadpkgsrc-a09d3b8cb1a943c34b538f8f5ec29896b432d70e.tar.gz
Add upstream pull request URL.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/freeglut/distinfo6
-rw-r--r--graphics/freeglut/patches/patch-src_freeglut__joystick.c3
-rw-r--r--graphics/freeglut/patches/patch-src_x11_fg__joystick__x11.c3
3 files changed, 7 insertions, 5 deletions
diff --git a/graphics/freeglut/distinfo b/graphics/freeglut/distinfo
index 0f2b8a627d1..c7a523fb333 100644
--- a/graphics/freeglut/distinfo
+++ b/graphics/freeglut/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2017/04/25 11:27:00 wiz Exp $
+$NetBSD: distinfo,v 1.9 2017/04/25 11:42:42 wiz Exp $
SHA1 (freeglut-3.0.0.tar.gz) = fca52242f9344627a30f11487ee42002e6b0dacd
RMD160 (freeglut-3.0.0.tar.gz) = ce4129a22199516ecf24491f0ed026f40c3f5dae
SHA512 (freeglut-3.0.0.tar.gz) = 9c45d5b203b26a7ff92331b3e080a48e806c92fbbe7c65d9262dd18c39cd6efdad8a795a80f499a2d23df84b4909dbd7c1bab20d7dd3555d3d88782ce9dd15b0
Size (freeglut-3.0.0.tar.gz) = 419095 bytes
SHA1 (patch-CMakeLists.txt) = bb53c67d35870ed077c757f39abf78cbc23b700f
-SHA1 (patch-src_freeglut__joystick.c) = a3f52010378afd1218ba12328a2b4626b758d483
-SHA1 (patch-src_x11_fg__joystick__x11.c) = ccd79599939d936e4364c6e8d91a8ce0e058db78
+SHA1 (patch-src_freeglut__joystick.c) = fe4eda46e5aacbd81ba2946079131c7020a1fcd8
+SHA1 (patch-src_x11_fg__joystick__x11.c) = ae536397bfb000b0acb78c84b48c920c8774c4ba
diff --git a/graphics/freeglut/patches/patch-src_freeglut__joystick.c b/graphics/freeglut/patches/patch-src_freeglut__joystick.c
index 92d28073cf7..cbf631bf26e 100644
--- a/graphics/freeglut/patches/patch-src_freeglut__joystick.c
+++ b/graphics/freeglut/patches/patch-src_freeglut__joystick.c
@@ -1,6 +1,7 @@
-$NetBSD: patch-src_freeglut__joystick.c,v 1.2 2016/10/01 07:47:04 wiz Exp $
+$NetBSD: patch-src_freeglut__joystick.c,v 1.3 2017/04/25 11:42:42 wiz Exp $
Fix usb.h include for NetBSD.
+https://github.com/dcnieho/FreeGLUT/pull/53
--- src/fg_joystick.c.orig 2014-10-20 15:27:04.000000000 +0000
+++ src/fg_joystick.c
diff --git a/graphics/freeglut/patches/patch-src_x11_fg__joystick__x11.c b/graphics/freeglut/patches/patch-src_x11_fg__joystick__x11.c
index f25cb0eade4..2cc6de0f4ae 100644
--- a/graphics/freeglut/patches/patch-src_x11_fg__joystick__x11.c
+++ b/graphics/freeglut/patches/patch-src_x11_fg__joystick__x11.c
@@ -1,6 +1,7 @@
-$NetBSD: patch-src_x11_fg__joystick__x11.c,v 1.1 2016/10/01 07:47:04 wiz Exp $
+$NetBSD: patch-src_x11_fg__joystick__x11.c,v 1.2 2017/04/25 11:42:42 wiz Exp $
This code does not work on NetBSD, remove wrong ifdefs.
+https://github.com/dcnieho/FreeGLUT/pull/53
--- src/x11/fg_joystick_x11.c.orig 2014-12-02 05:22:12.000000000 +0000
+++ src/x11/fg_joystick_x11.c