pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/netsurf Update netsurf to version 3.9 .



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b27569c663d7
branches:  trunk
changeset: 339395:b27569c663d7
user:      nros <nros%pkgsrc.org@localhost>
date:      Thu Sep 12 15:53:02 2019 +0000

description:
Update netsurf to version 3.9 .

Added editors/vim-share as a tool dependency since the build uses the xxd
command.

NetSurf 3.9 features support for CSS Media Queries (level 4) and improvements
to JavaScript handling. Also included are many bug fixes and improvements.

diffstat:

 www/netsurf/Makefile                             |   8 +++++---
 www/netsurf/distinfo                             |  12 ++++++------
 www/netsurf/patches/patch-nsgenbind_src_Makefile |   6 +++---
 3 files changed, 14 insertions(+), 12 deletions(-)

diffs (61 lines):

diff -r f5655beba2c0 -r b27569c663d7 www/netsurf/Makefile
--- a/www/netsurf/Makefile      Thu Sep 12 15:24:51 2019 +0000
+++ b/www/netsurf/Makefile      Thu Sep 12 15:53:02 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.79 2019/08/22 12:23:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.80 2019/09/12 15:53:02 nros Exp $
 
-DISTNAME=      netsurf-all-3.8
+DISTNAME=      netsurf-all-3.9
 PKGNAME=       ${DISTNAME:S/-all//}
-PKGREVISION=   9
 CATEGORIES=    www
 MASTER_SITES=  http://download.netsurf-browser.org/netsurf/releases/source-full/
 
@@ -37,6 +36,9 @@
 BUILDLINK_TRANSFORM+=  rm:-Werror
 CFLAGS.NetBSD+=                -D_NETBSD_SOURCE        # needed for strcasestr(3) and strndup(3)
 
+# Needed for the xxd utility
+TOOL_DEPENDS+=         vim-share-[0-9]*:../../editors/vim-share
+
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gperf/buildlink3.mk"
diff -r f5655beba2c0 -r b27569c663d7 www/netsurf/distinfo
--- a/www/netsurf/distinfo      Thu Sep 12 15:24:51 2019 +0000
+++ b/www/netsurf/distinfo      Thu Sep 12 15:53:02 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2018/09/01 18:01:35 leot Exp $
+$NetBSD: distinfo,v 1.12 2019/09/12 15:53:02 nros Exp $
 
-SHA1 (netsurf-all-3.8.tar.gz) = deb611dfdd1c9b40dd03306a3e126c1fca867f4f
-RMD160 (netsurf-all-3.8.tar.gz) = f5092aff1253a73d499702a3653677432b3fdb10
-SHA512 (netsurf-all-3.8.tar.gz) = cc040566b2ae4bda1fa15f75f246b2977f17b1f0adc747ddf86a9f8873bc25dce46cacce8e3d80146e72cc0227b1642c9da8b39a73ca2b5bb254334a25b8136a
-Size (netsurf-all-3.8.tar.gz) = 8353218 bytes
+SHA1 (netsurf-all-3.9.tar.gz) = 392aa7cf94b303228a00e6887c74e5763a81f3a4
+RMD160 (netsurf-all-3.9.tar.gz) = 3f7aff04cfd253f2b18590830b0aa2fca0123b3c
+SHA512 (netsurf-all-3.9.tar.gz) = 3223b0a3bc9721ea1a5a81bbabdda11e1d0f63850074a5dea3ea8999e53c92f07228f58befbf10359c028965131426888a8b9595d6c3cd7a5cde33ca256cf987
+Size (netsurf-all-3.9.tar.gz) = 8416458 bytes
 SHA1 (patch-netsurf_utils_config.h) = de48304e3484a883509ea3ad92658788f7869041
-SHA1 (patch-nsgenbind_src_Makefile) = 1798b84c28fbb9bbdaafe3f182fbd301f5438df1
+SHA1 (patch-nsgenbind_src_Makefile) = 9024fe193c532fefec83b86a8cf85f1bcffb614e
diff -r f5655beba2c0 -r b27569c663d7 www/netsurf/patches/patch-nsgenbind_src_Makefile
--- a/www/netsurf/patches/patch-nsgenbind_src_Makefile  Thu Sep 12 15:24:51 2019 +0000
+++ b/www/netsurf/patches/patch-nsgenbind_src_Makefile  Thu Sep 12 15:53:02 2019 +0000
@@ -1,12 +1,12 @@
-$NetBSD: patch-nsgenbind_src_Makefile,v 1.1 2016/03/04 01:28:02 leot Exp $
+$NetBSD: patch-nsgenbind_src_Makefile,v 1.2 2019/09/12 15:53:02 nros Exp $
 
 Define _XOPEN_SOURCE needed for strdup(3) and strndup(3).
 
---- nsgenbind/src/Makefile.orig        2016-02-16 18:10:55.000000000 +0000
+--- nsgenbind/src/Makefile.orig        2019-07-17 15:37:01.000000000 +0000
 +++ nsgenbind/src/Makefile
 @@ -1,4 +1,5 @@
  CFLAGS := $(CFLAGS) -I$(BUILDDIR) -Isrc/ -g -DYYENABLE_NLS=0
 +CFLAGS += -D_XOPEN_SOURCE=700
  
  # Sources in this directory
- DIR_SOURCES := nsgenbind.c utils.c webidl-ast.c nsgenbind-ast.c ir.c \
+ DIR_SOURCES := nsgenbind.c utils.c output.c \



Home | Main Index | Thread Index | Old Index