Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=DR6kplre; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=nU85ivKA Received: by mail.netbsd.org (Postfix, from userid 605) id 01EAF84D93; Sat, 11 May 2024 12:07:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715429236; bh=Hg5QaTLRbPAFD/zEXXPv7M3euXzVtWEtuupCKMCDLrY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=DR6kplrey8cDfaCEIPWGU7lbZkQzAnY96wUe3CBAl7a6FYtsA0NaTcyjfapfN1zYv jvrdXPlfiSq4zbT8O8lpw3i6HeTIpgAY+oUbSFTovjZkwNolSCEgobvoS8gKBildlW tNsm41jKeOO2Q/6lmFRekkzeIqUKdE8eeL5LI3A8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E7A9084D82 for ; Sat, 11 May 2024 12:07:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id PP8EwEB1e79L for ; Sat, 11 May 2024 12:07:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3A06284CE2 for ; Sat, 11 May 2024 12:07:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715429234; bh=Hg5QaTLRbPAFD/zEXXPv7M3euXzVtWEtuupCKMCDLrY=; h=Date:From:Subject:To:Reply-To; b=nU85ivKAlJfiRinHQikMCQoDIofmO0xRMjrEoW9JhL/S2LWVgpcuVAYVxmzboqPan lpOAKpNWH73WdImEP/MbKhMylzCc+vgtP4S/r5RnPPfptmjRG7UJZdO3BPZo72fG29 rvmUDtsJh5WNrnx3ev6A/lO6vyYrrtSBPjrrHiI8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2880EFA2C; Sat, 11 May 2024 12:07:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_17154292342920" MIME-Version: 1.0 Date: Sat, 11 May 2024 12:07:14 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/www/dillo To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20240511120714.2880EFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_17154292342920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat May 11 12:07:14 UTC 2024 Modified Files: pkgsrc/www/dillo: Makefile Log Message: dillo: Remove libXcursor dependency. This comes in via fltk's bl3 for platforms that use x11 as a fltk backend. On platforms that don't, dillo builds fine without it. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 pkgsrc/www/dillo/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_17154292342920 Content-Disposition: inline Content-Length: 694 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/dillo/Makefile diff -u pkgsrc/www/dillo/Makefile:1.90 pkgsrc/www/dillo/Makefile:1.91 --- pkgsrc/www/dillo/Makefile:1.90 Tue May 7 18:06:35 2024 +++ pkgsrc/www/dillo/Makefile Sat May 11 12:07:13 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2024/05/07 18:06:35 abs Exp $ +# $NetBSD: Makefile,v 1.91 2024/05/11 12:07:13 nia Exp $ DISTNAME= dillo-3.1.0 CATEGORIES= www @@ -45,7 +45,6 @@ post-install: .include "../../graphics/png/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../x11/fltk13/buildlink3.mk" -.include "../../x11/libXcursor/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_17154292342920--