pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/hs-xss-sanitize



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed May  1 16:53:35 UTC 2024

Modified Files:
        pkgsrc/www/hs-xss-sanitize: Makefile PLIST

Log Message:
www/hs-xss-sanitize: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/hs-xss-sanitize/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/hs-xss-sanitize/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/hs-xss-sanitize/Makefile
diff -u pkgsrc/www/hs-xss-sanitize/Makefile:1.11 pkgsrc/www/hs-xss-sanitize/Makefile:1.12
--- pkgsrc/www/hs-xss-sanitize/Makefile:1.11    Thu Nov  2 06:37:48 2023
+++ pkgsrc/www/hs-xss-sanitize/Makefile Wed May  1 16:53:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/11/02 06:37:48 pho Exp $
+# $NetBSD: Makefile,v 1.12 2024/05/01 16:53:35 pho Exp $
 
 DISTNAME=      xss-sanitize-0.3.7.2
 PKGREVISION=   1
@@ -8,6 +8,9 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Sanitize untrusted HTML to prevent XSS attacks
 LICENSE=       2-clause-bsd
 
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       text
+
 .include "../../textproc/hs-attoparsec/buildlink3.mk"
 .include "../../textproc/hs-css-text/buildlink3.mk"
 .include "../../net/hs-network-uri/buildlink3.mk"

Index: pkgsrc/www/hs-xss-sanitize/PLIST
diff -u pkgsrc/www/hs-xss-sanitize/PLIST:1.4 pkgsrc/www/hs-xss-sanitize/PLIST:1.5
--- pkgsrc/www/hs-xss-sanitize/PLIST:1.4        Sun Oct 29 18:42:06 2023
+++ pkgsrc/www/hs-xss-sanitize/PLIST    Wed May  1 16:53:35 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2023/10/29 18:42:06 pho Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/05/01 16:53:35 pho Exp $
 ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Paths_xss_sanitize.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Paths_xss_sanitize.hi
@@ -16,12 +16,10 @@ lib/xss-sanitize-${PKGVERSION}/${HS_VERS
 share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/LICENSE
 ${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/Text-HTML-SanitizeXSS.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/synopsis.png
 ${PLIST.doc}share/doc/${HS_PLATFORM}/xss-sanitize-${PKGVERSION}/html/xss-sanitize.haddock



Home | Main Index | Thread Index | Old Index