pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/opencpn-plugin-draw
Module Name: pkgsrc
Committed By: bouyer
Date: Mon Jun 24 09:55:43 UTC 2024
Modified Files:
pkgsrc/geography/opencpn-plugin-draw: distinfo
Added Files:
pkgsrc/geography/opencpn-plugin-draw/patches:
patch-ocpnsrc_glu_libutil_error.c
Log Message:
Fix build on netbsd-10; need stddef.h for NULL
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/geography/opencpn-plugin-draw/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/geography/opencpn-plugin-draw/patches/patch-ocpnsrc_glu_libutil_error.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/opencpn-plugin-draw/distinfo
diff -u pkgsrc/geography/opencpn-plugin-draw/distinfo:1.15 pkgsrc/geography/opencpn-plugin-draw/distinfo:1.16
--- pkgsrc/geography/opencpn-plugin-draw/distinfo:1.15 Tue Oct 26 10:45:12 2021
+++ pkgsrc/geography/opencpn-plugin-draw/distinfo Mon Jun 24 09:55:43 2024
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 10:45:12 nia Exp $
+$NetBSD: distinfo,v 1.16 2024/06/24 09:55:43 bouyer Exp $
BLAKE2s (ocpn_draw_pi-1.6.8.tar.gz) = 76d4f1b78fe258108853799538de0fe6523e755a9f60396ad7b6b2e9aac9e185
SHA512 (ocpn_draw_pi-1.6.8.tar.gz) = 74b575b3ef5ccea56204a95612add60f3a5cf615ec9cc0c6147abcc0f46d632e0c42a0758a12ff04ac1cc2c255f69b13bd8d98d23b2b4351708e4c40ed17a0f1
Size (ocpn_draw_pi-1.6.8.tar.gz) = 1506472 bytes
SHA1 (patch-cmake_PluginConfigure.cmake) = 5c34db1fe0f0ba3bac6d3fe30bca5a417ffba9f9
SHA1 (patch-cmake_PluginInstall.cmake) = 43a906b0a75a1e358ccd96992e1c14d526d07b4b
+SHA1 (patch-ocpnsrc_glu_libutil_error.c) = 50b510738064fc84a5076c3706fb9bc42d451aaf
Added files:
Index: pkgsrc/geography/opencpn-plugin-draw/patches/patch-ocpnsrc_glu_libutil_error.c
diff -u /dev/null pkgsrc/geography/opencpn-plugin-draw/patches/patch-ocpnsrc_glu_libutil_error.c:1.1
--- /dev/null Mon Jun 24 09:55:43 2024
+++ pkgsrc/geography/opencpn-plugin-draw/patches/patch-ocpnsrc_glu_libutil_error.c Mon Jun 24 09:55:43 2024
@@ -0,0 +1,15 @@
+$NetBSD: patch-ocpnsrc_glu_libutil_error.c,v 1.1 2024/06/24 09:55:43 bouyer Exp $
+
+Fix error: 'NULL' undeclared here (not in a function)
+
+--- ocpnsrc/glu/libutil/error.c.orig 2024-06-24 10:56:58.976899062 +0200
++++ ocpnsrc/glu/libutil/error.c 2024-06-24 10:57:19.224768094 +0200
+@@ -31,7 +31,7 @@
+ #include "gluos.h"
+ #include "gluint.h"
+ #include <GL/glu.h>
+-
++#include <stddef.h>
+
+ struct token_string
+ {
Home |
Main Index |
Thread Index |
Old Index