Received: by mail.netbsd.org (Postfix, from userid 605) id B4B0684E43; Mon, 5 Nov 2018 16:50:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ABD2E84E46 for ; Mon, 5 Nov 2018 16:50:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 3PRhCX0IdQ3O for ; Mon, 5 Nov 2018 16:50:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B480084D24 for ; Mon, 5 Nov 2018 16:50:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A9E82FB1C; Mon, 5 Nov 2018 16:50:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1541436648277690" MIME-Version: 1.0 Date: Mon, 5 Nov 2018 16:50:48 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/www/webkit-gtk To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20181105165048.A9E82FB1C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1541436648277690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Mon Nov 5 16:50:48 UTC 2018 Modified Files: pkgsrc/www/webkit-gtk: Makefile options.mk Log Message: Flip enchant option to use enchant2. Bump revision. To generate a diff of this commit: cvs rdiff -u -r1.147 -r1.148 pkgsrc/www/webkit-gtk/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/webkit-gtk/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1541436648277690 Content-Disposition: inline Content-Length: 1305 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/webkit-gtk/Makefile diff -u pkgsrc/www/webkit-gtk/Makefile:1.147 pkgsrc/www/webkit-gtk/Makefile:1.148 --- pkgsrc/www/webkit-gtk/Makefile:1.147 Mon Oct 29 11:54:11 2018 +++ pkgsrc/www/webkit-gtk/Makefile Mon Nov 5 16:50:48 2018 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.147 2018/10/29 11:54:11 leot Exp $ +# $NetBSD: Makefile,v 1.148 2018/11/05 16:50:48 bsiegert Exp $ DISTNAME= webkitgtk-2.22.3 PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= https://www.webkitgtk.org/releases/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/www/webkit-gtk/options.mk diff -u pkgsrc/www/webkit-gtk/options.mk:1.13 pkgsrc/www/webkit-gtk/options.mk:1.14 --- pkgsrc/www/webkit-gtk/options.mk:1.13 Wed Oct 24 18:31:07 2018 +++ pkgsrc/www/webkit-gtk/options.mk Mon Nov 5 16:50:48 2018 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.13 2018/10/24 18:31:07 leot Exp $ +# $NetBSD: options.mk,v 1.14 2018/11/05 16:50:48 bsiegert Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.webkit-gtk @@ -50,7 +50,7 @@ CMAKE_ARGS+= -DENABLE_WEBGL=OFF # .if !empty(PKG_OPTIONS:Menchant) CMAKE_ARGS+= -DENABLE_SPELLCHECK=ON -.include "../../textproc/enchant/buildlink3.mk" +.include "../../textproc/enchant2/buildlink3.mk" .else CMAKE_ARGS+= -DENABLE_SPELLCHECK=OFF .endif --_----------=_1541436648277690--