Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6FFB985958 for ; Mon, 30 Oct 2023 09:19:32 +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 Kun_wY3iNkdH for ; Mon, 30 Oct 2023 09:19:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C35AB85955 for ; Mon, 30 Oct 2023 09:19:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C0780FADC; Mon, 30 Oct 2023 09:19:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169865757136720" MIME-Version: 1.0 Date: Mon, 30 Oct 2023 09:19:31 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/www/hs-wai-websockets To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20231030091931.C0780FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169865757136720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Mon Oct 30 09:19:31 UTC 2023 Modified Files: pkgsrc/www/hs-wai-websockets: Makefile PLIST Log Message: www/hs-wai-websockets: Fix build with GHC 9.6 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/hs-wai-websockets/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/hs-wai-websockets/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169865757136720 Content-Disposition: inline Content-Length: 3677 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/hs-wai-websockets/Makefile diff -u pkgsrc/www/hs-wai-websockets/Makefile:1.6 pkgsrc/www/hs-wai-websockets/Makefile:1.7 --- pkgsrc/www/hs-wai-websockets/Makefile:1.6 Mon Oct 9 04:55:00 2023 +++ pkgsrc/www/hs-wai-websockets/Makefile Mon Oct 30 09:19:31 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2023/10/09 04:55:00 pho Exp $ +# $NetBSD: Makefile,v 1.7 2023/10/30 09:19:31 pho Exp $ DISTNAME= wai-websockets-3.0.1.2 PKGREVISION= 4 @@ -8,6 +8,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Provide a bridge between WAI and the websockets package LICENSE= mit +# Don't build or install an example executable. CONFIGURE_ARGS+= -f-example .include "../../textproc/hs-case-insensitive/buildlink3.mk" Index: pkgsrc/www/hs-wai-websockets/PLIST diff -u pkgsrc/www/hs-wai-websockets/PLIST:1.1 pkgsrc/www/hs-wai-websockets/PLIST:1.2 --- pkgsrc/www/hs-wai-websockets/PLIST:1.1 Wed Feb 23 16:21:40 2022 +++ pkgsrc/www/hs-wai-websockets/PLIST Mon Oct 30 09:19:31 2023 @@ -1,19 +1,21 @@ -@comment $NetBSD: PLIST,v 1.1 2022/02/23 16:21:40 pho Exp $ +@comment $NetBSD: PLIST,v 1.2 2023/10/30 09:19:31 pho Exp $ lib/wai-websockets-${PKGVERSION}/${HS_VERSION}/package-description lib/wai-websockets-${PKGVERSION}/${HS_VERSION}/package-id -lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so -lib/${HS_PLATFORM}/${HS_PKGID}/Network/Wai/Handler/WebSockets.dyn_hi +${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so +${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Network/Wai/Handler/WebSockets.dyn_hi lib/${HS_PLATFORM}/${HS_PKGID}/Network/Wai/Handler/WebSockets.hi -lib/${HS_PLATFORM}/${HS_PKGID}/Network/Wai/Handler/WebSockets.p_hi +${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Network/Wai/Handler/WebSockets.p_hi lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a -lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a +${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a share/doc/${HS_PLATFORM}/wai-websockets-${PKGVERSION}/LICENSE -share/doc/${HS_PLATFORM}/wai-websockets-${PKGVERSION}/html/Network-Wai-Handler-WebSockets.html -share/doc/${HS_PLATFORM}/wai-websockets-${PKGVERSION}/html/doc-index.html -share/doc/${HS_PLATFORM}/wai-websockets-${PKGVERSION}/html/haddock-bundle.min.js -share/doc/${HS_PLATFORM}/wai-websockets-${PKGVERSION}/html/index.html -share/doc/${HS_PLATFORM}/wai-websockets-${PKGVERSION}/html/linuwial.css -share/doc/${HS_PLATFORM}/wai-websockets-${PKGVERSION}/html/meta.json -share/doc/${HS_PLATFORM}/wai-websockets-${PKGVERSION}/html/quick-jump.css -share/doc/${HS_PLATFORM}/wai-websockets-${PKGVERSION}/html/synopsis.png -share/doc/${HS_PLATFORM}/wai-websockets-${PKGVERSION}/html/wai-websockets.haddock +${PLIST.doc}share/doc/${HS_PLATFORM}/wai-websockets-${PKGVERSION}/html/Network-Wai-Handler-WebSockets.html +${PLIST.doc}share/doc/${HS_PLATFORM}/wai-websockets-${PKGVERSION}/html/doc-index.html +${PLIST.doc}share/doc/${HS_PLATFORM}/wai-websockets-${PKGVERSION}/html/doc-index.json +${PLIST.doc}share/doc/${HS_PLATFORM}/wai-websockets-${PKGVERSION}/html/haddock-bundle.min.js +${PLIST.doc}share/doc/${HS_PLATFORM}/wai-websockets-${PKGVERSION}/html/index.html +${PLIST.doc}share/doc/${HS_PLATFORM}/wai-websockets-${PKGVERSION}/html/linuwial.css +${PLIST.doc}share/doc/${HS_PLATFORM}/wai-websockets-${PKGVERSION}/html/meta.json +${PLIST.doc}share/doc/${HS_PLATFORM}/wai-websockets-${PKGVERSION}/html/quick-jump.css +${PLIST.doc}share/doc/${HS_PLATFORM}/wai-websockets-${PKGVERSION}/html/quick-jump.min.js +${PLIST.doc}share/doc/${HS_PLATFORM}/wai-websockets-${PKGVERSION}/html/synopsis.png +${PLIST.doc}share/doc/${HS_PLATFORM}/wai-websockets-${PKGVERSION}/html/wai-websockets.haddock --_----------=_169865757136720--