From owner-freebsd-ports@FreeBSD.ORG Thu Jan 1 22:25:59 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E90D7FCC; Thu, 1 Jan 2015 22:25:59 +0000 (UTC) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 812B06470E; Thu, 1 Jan 2015 22:25:59 +0000 (UTC) Received: by mail-la0-f50.google.com with SMTP id pn19so14804588lab.23; Thu, 01 Jan 2015 14:25:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=vB0zuCKhOGf8Rv5Z3YgtX/kFF2kB2ZMnLxwd3b12MRo=; b=GOyY5mHiKB69/VDhDSWBbCrAknrpPIIem/cvgaXgK1gy3dap30ERxrQ9RTu8RVbLmq I3WRQvTjynp3jBBn8TPExWHV4qsgq1jltCfP5ko9EcsLJdhu021wfyINxfOKpDJmx468 bhApi11AQ2/qmrmHGsCuGCroroaSb90N/YQTgQfuxAPqkS3ncXTA0MNBdT7Zs4/F3pwi FWmnrkh45e+rbq9j9LHbwwmk3ko5HEYUyFtw5SmP59M4qGj1WzEhifaMBnOs6KkhjKPX 077aXzM6LiSxaJr6gc/svFzR8b3qK7Y7bTJsyfNQgkeg0nlU2xG+OTJuSogL5oF4Bt/f Z5GQ== X-Received: by 10.152.88.4 with SMTP id bc4mr73932775lab.5.1420151156527; Thu, 01 Jan 2015 14:25:56 -0800 (PST) Received: from orwell.gmail.com (a91-154-115-217.elisa-laajakaista.fi. [91.154.115.217]) by mx.google.com with ESMTPSA id wv5sm12281320lbb.20.2015.01.01.14.25.55 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Jan 2015 14:25:55 -0800 (PST) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: ports@FreeBSD.org Subject: Re: FreeBSD Port: qt5-webkit-5.3.2_2 References: <54A5BC37.2010803@yahoo.com> Date: Fri, 02 Jan 2015 00:25:53 +0200 In-Reply-To: <54A5BC37.2010803@yahoo.com> (Will Brokenbourgh via freebsd-ports's message of "Thu, 01 Jan 2015 13:29:27 -0800") Message-ID: <86iogq87f2.fsf@FreeBSD.org> User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: kde@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 22:26:00 -0000 Will Brokenbourgh via freebsd-ports writes: > Dear Maintainers, > > Happy New Year! > > Browsers such as QupZilla and Rekonq use Qt5-Webkit for their > functionality. > > There are websites that use WOFF (Web Open Font Format) however > FreeBSD's Qt5-Webkit package appears to have an issue, which causes > the websites to not display text at all. > > Please see the notice message below, which is displayed on the > command-line when sites using WOFF are loaded: > >> WOFF support requires QtWebKit to be built with zlib support. >> > (/wrkdirs/usr/ports/www/webkit-qt5/work/qtwebkit-opensource-src-5.3.2/Source/WebCore/ >> platform/graphics/qt/FontCustomPlatformDataQt.cpp:60, > WebCore::FontCustomPlatformData >> *WebCore::createFontCustomPlatformData(WebCore::SharedBuffer *)) > > Is it difficult or impossible to enable zlib support? I would really > like to use QupZilla with sites such as Outlook.com which currently > doesn't work because of this issue. I don't think it should be very difficult. Can you please file a PR (https://bugs.freebsd.org/submit) and assign it to kde@?