pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/hs-X11



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Feb  2 05:53:26 UTC 2025

Modified Files:
        pkgsrc/x11/hs-X11: Makefile

Log Message:
x11/hs-X11: Fix build with newer data-default-class


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/hs-X11/Makefile

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

Modified files:

Index: pkgsrc/x11/hs-X11/Makefile
diff -u pkgsrc/x11/hs-X11/Makefile:1.18 pkgsrc/x11/hs-X11/Makefile:1.19
--- pkgsrc/x11/hs-X11/Makefile:1.18     Thu May  9 01:32:57 2024
+++ pkgsrc/x11/hs-X11/Makefile  Sun Feb  2 05:53:26 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2024/05/09 01:32:57 pho Exp $
+# $NetBSD: Makefile,v 1.19 2025/02/02 05:53:26 pho Exp $
 
 DISTNAME=      X11-1.10.3
 PKGREVISION=   4
@@ -8,11 +8,14 @@ MAINTAINER=   esg%sdf.lonestar.org@localhost
 COMMENT=       Haskell binding to the X11 graphics library
 LICENSE=       modified-bsd
 
-.include "../../mk/haskell.mk"
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       data-default-class
+
 .include "../../devel/hs-data-default-class/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXrandr/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXScrnSaver/buildlink3.mk"
 .include "../../x11/libXinerama/buildlink3.mk"
+.include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index