pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/netsurf
Module Name: pkgsrc
Committed By: leot
Date: Sat Jan 14 23:33:34 UTC 2017
Modified Files:
pkgsrc/www/netsurf: Makefile distinfo
Added Files:
pkgsrc/www/netsurf/patches: patch-libsvgtiny_src_svgtiny__internal.h
Log Message:
Fix the build after gperf-3.1 update ('len' parameter of the hash function
and of the lookup function is of type 'size_t').
Bump PKGREVISION
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/www/netsurf/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/netsurf/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/www/netsurf/patches/patch-libsvgtiny_src_svgtiny__internal.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/netsurf/Makefile
diff -u pkgsrc/www/netsurf/Makefile:1.57 pkgsrc/www/netsurf/Makefile:1.58
--- pkgsrc/www/netsurf/Makefile:1.57 Sun Jan 1 16:06:39 2017
+++ pkgsrc/www/netsurf/Makefile Sat Jan 14 23:33:34 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.57 2017/01/01 16:06:39 adam Exp $
+# $NetBSD: Makefile,v 1.58 2017/01/14 23:33:34 leot Exp $
DISTNAME= netsurf-all-3.6
PKGNAME= ${DISTNAME:S/-all//}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= http://download.netsurf-browser.org/netsurf/releases/source-full/
Index: pkgsrc/www/netsurf/distinfo
diff -u pkgsrc/www/netsurf/distinfo:1.8 pkgsrc/www/netsurf/distinfo:1.9
--- pkgsrc/www/netsurf/distinfo:1.8 Sun Dec 4 12:41:47 2016
+++ pkgsrc/www/netsurf/distinfo Sat Jan 14 23:33:34 2017
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.8 2016/12/04 12:41:47 martin Exp $
+$NetBSD: distinfo,v 1.9 2017/01/14 23:33:34 leot Exp $
SHA1 (netsurf-all-3.6.tar.gz) = d25345415b9b26343c22929280c48066302da916
RMD160 (netsurf-all-3.6.tar.gz) = 73b7768434b5365c912761837f7d6003c28fb84c
SHA512 (netsurf-all-3.6.tar.gz) = 1b7dcc80efe8e3944e5db7d74da749821adb3ae39700df3efa6ecb347a00e33350e1d56d4139654d50ac41563edf3de52f0eb25bff6490d74144a7970fb6c3b4
Size (netsurf-all-3.6.tar.gz) = 8403623 bytes
+SHA1 (patch-libsvgtiny_src_svgtiny__internal.h) = 7e8a0b4d00f5c65b2845f8167a55af8785fac203
SHA1 (patch-netsurf_utils_config.h) = de48304e3484a883509ea3ad92658788f7869041
SHA1 (patch-nsgenbind_src_Makefile) = 1798b84c28fbb9bbdaafe3f182fbd301f5438df1
SHA1 (patch-nsgenbind_src_nsgenbind-ast.c) = 5931ab321f15dc9754b71545d40bac01274938f6
Added files:
Index: pkgsrc/www/netsurf/patches/patch-libsvgtiny_src_svgtiny__internal.h
diff -u /dev/null pkgsrc/www/netsurf/patches/patch-libsvgtiny_src_svgtiny__internal.h:1.1
--- /dev/null Sat Jan 14 23:33:34 2017
+++ pkgsrc/www/netsurf/patches/patch-libsvgtiny_src_svgtiny__internal.h Sat Jan 14 23:33:34 2017
@@ -0,0 +1,15 @@
+$NetBSD: patch-libsvgtiny_src_svgtiny__internal.h,v 1.1 2017/01/14 23:33:34 leot Exp $
+
+Fix build for gperf>=3.1 where 'len' parameter of the hash function
+and of the lookup function is of type 'size_t'.
+
+--- libsvgtiny/src/svgtiny_internal.h.orig 2016-11-19 14:22:38.000000000 +0000
++++ libsvgtiny/src/svgtiny_internal.h
+@@ -105,6 +105,6 @@ void svgtiny_list_free(struct svgtiny_li
+ /* colors.gperf */
+ const struct svgtiny_named_color *
+ svgtiny_color_lookup(register const char *str,
+- register unsigned int len);
++ register size_t len);
+
+ #endif
Home |
Main Index |
Thread Index |
Old Index