From owner-svn-ports-all@freebsd.org Mon Sep 16 19:08:46 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D861FE9BD9; Mon, 16 Sep 2019 19:08:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46XG4G5RZvz41pV; Mon, 16 Sep 2019 19:08:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9A8E224A36; Mon, 16 Sep 2019 19:08:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8GJ8kSn016997; Mon, 16 Sep 2019 19:08:46 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8GJ8k7t016995; Mon, 16 Sep 2019 19:08:46 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201909161908.x8GJ8k7t016995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 16 Sep 2019 19:08:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512181 - in head/www/netsurf: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/www/netsurf: . files X-SVN-Commit-Revision: 512181 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2019 19:08:46 -0000 Author: pi Date: Mon Sep 16 19:08:45 2019 New Revision: 512181 URL: https://svnweb.freebsd.org/changeset/ports/512181 Log: www/netsurf: fix build to use textproc/utf8proc instead of .../libutf8proc - this fixes a install conflict with devel/subversion PR: 232799 Approved by: Neel Chauhan (maintainer) Reviewed by: Walter Schwarzenfeld Added: head/www/netsurf/files/patch-utils_idna.c (contents, props changed) Modified: head/www/netsurf/Makefile Modified: head/www/netsurf/Makefile ============================================================================== --- head/www/netsurf/Makefile Mon Sep 16 15:07:44 2019 (r512180) +++ head/www/netsurf/Makefile Mon Sep 16 19:08:45 2019 (r512181) @@ -3,6 +3,7 @@ PORTNAME= netsurf PORTVERSION= 3.9 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.netsurf-browser.org/netsurf/releases/source/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -20,7 +21,7 @@ BUILD_DEPENDS= duk:lang/duktape \ LIB_DEPENDS= libcurl.so:ftp/curl \ libpng.so:graphics/png \ libnsutils.so:devel/libnsutils \ - libutf8proc.so:textproc/libutf8proc \ + libutf8proc.so:textproc/utf8proc \ libnsgif.so:graphics/libnsgif \ libnsbmp.so:graphics/libnsbmp \ libdom.so:www/libdom \ Added: head/www/netsurf/files/patch-utils_idna.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/netsurf/files/patch-utils_idna.c Mon Sep 16 19:08:45 2019 (r512181) @@ -0,0 +1,11 @@ +--- utils/idna.c.orig 2019-09-15 12:06:06.236299000 +0200 ++++ utils/idna.c 2019-09-15 12:06:07.393935000 +0200 +@@ -27,7 +27,7 @@ + #include + #include + #include +-#include ++#include + + #include "netsurf/inttypes.h" +