Date: Mon, 16 Sep 2019 19:08:46 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512181 - in head/www/netsurf: . files Message-ID: <201909161908.x8GJ8k7t016995@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <neel@neelc.org> (maintainer) Reviewed by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> 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 <stdlib.h> + #include <string.h> + #include <sys/types.h> +-#include <libutf8proc/utf8proc.h> ++#include <utf8proc.h> + + #include "netsurf/inttypes.h" +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909161908.x8GJ8k7t016995>