pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/gtk2+extra
Module Name: pkgsrc
Committed By: jperkin
Date: Thu May 17 10:47:52 UTC 2018
Modified Files:
pkgsrc/x11/gtk2+extra: distinfo
Added Files:
pkgsrc/x11/gtk2+extra/patches: patch-gtkextra_gtkplotsurface.c
Log Message:
gtk2+extra: Ensure _sqrt() is static.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/gtk2+extra/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/x11/gtk2+extra/patches/patch-gtkextra_gtkplotsurface.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/gtk2+extra/distinfo
diff -u pkgsrc/x11/gtk2+extra/distinfo:1.9 pkgsrc/x11/gtk2+extra/distinfo:1.10
--- pkgsrc/x11/gtk2+extra/distinfo:1.9 Wed Nov 4 03:28:31 2015
+++ pkgsrc/x11/gtk2+extra/distinfo Thu May 17 10:47:52 2018
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2015/11/04 03:28:31 agc Exp $
+$NetBSD: distinfo,v 1.10 2018/05/17 10:47:52 jperkin Exp $
SHA1 (gtk+extra-2.1.2.tar.gz) = 1b6cccbf89a79c8fe551d77c84dbf21a82c69f07
RMD160 (gtk+extra-2.1.2.tar.gz) = e14bfc2a055fdef0d037b494018ca25047cc3c9e
@@ -10,3 +10,4 @@ SHA1 (patch-ae) = a27172a43e2796dff79691
SHA1 (patch-af) = 4d83e4859aa4377cae55cdccc4b3a2c774d32a9a
SHA1 (patch-ag) = c4c50b3f73177de6d9f31190f013cd05fed41518
SHA1 (patch-gtkextra_gtkcharsel_c) = eec527bb8560eb957a80a6425e7f2df7d1f6ea79
+SHA1 (patch-gtkextra_gtkplotsurface.c) = 59eb81742a41f943c14ead8b300a9425344128b8
Added files:
Index: pkgsrc/x11/gtk2+extra/patches/patch-gtkextra_gtkplotsurface.c
diff -u /dev/null pkgsrc/x11/gtk2+extra/patches/patch-gtkextra_gtkplotsurface.c:1.1
--- /dev/null Thu May 17 10:47:52 2018
+++ pkgsrc/x11/gtk2+extra/patches/patch-gtkextra_gtkplotsurface.c Thu May 17 10:47:52 2018
@@ -0,0 +1,15 @@
+$NetBSD: patch-gtkextra_gtkplotsurface.c,v 1.1 2018/05/17 10:47:52 jperkin Exp $
+
+Ensure _sqrt is static.
+
+--- gtkextra/gtkplotsurface.c.orig 2006-10-23 23:15:17.000000000 +0000
++++ gtkextra/gtkplotsurface.c
+@@ -99,7 +99,7 @@ enum {
+ static GtkPlotDataClass *parent_class = NULL;
+
+ /* "stolen" from 3dgpl */
+-inline gulong _sqrt(register gulong arg)
++static inline gulong _sqrt(register gulong arg)
+ {
+ register gint i;
+ register gulong nprd,msk=0x8000L,val=0,prd=0;
Home |
Main Index |
Thread Index |
Old Index