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: nros
Date: Thu Sep 12 15:53:02 UTC 2019
Modified Files:
pkgsrc/www/netsurf: Makefile distinfo
pkgsrc/www/netsurf/patches: patch-nsgenbind_src_Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/www/netsurf/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/netsurf/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/www/netsurf/patches/patch-nsgenbind_src_Makefile
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.79 pkgsrc/www/netsurf/Makefile:1.80
--- pkgsrc/www/netsurf/Makefile:1.79 Thu Aug 22 12:23:53 2019
+++ pkgsrc/www/netsurf/Makefile Thu Sep 12 15:53:02 2019
@@ -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 @@ INSTALLATION_DIRS+= share/netsurf bin
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"
Index: pkgsrc/www/netsurf/distinfo
diff -u pkgsrc/www/netsurf/distinfo:1.11 pkgsrc/www/netsurf/distinfo:1.12
--- pkgsrc/www/netsurf/distinfo:1.11 Sat Sep 1 18:01:35 2018
+++ pkgsrc/www/netsurf/distinfo Thu Sep 12 15:53:02 2019
@@ -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
Index: pkgsrc/www/netsurf/patches/patch-nsgenbind_src_Makefile
diff -u pkgsrc/www/netsurf/patches/patch-nsgenbind_src_Makefile:1.1 pkgsrc/www/netsurf/patches/patch-nsgenbind_src_Makefile:1.2
--- pkgsrc/www/netsurf/patches/patch-nsgenbind_src_Makefile:1.1 Fri Mar 4 01:28:02 2016
+++ pkgsrc/www/netsurf/patches/patch-nsgenbind_src_Makefile Thu Sep 12 15:53:02 2019
@@ -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