pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/happy-lib



Module Name:    pkgsrc
Committed By:   pho
Date:           Mon Aug 18 08:12:04 UTC 2025

Modified Files:
        pkgsrc/devel/happy-lib: Makefile

Log Message:
devel/happy-lib: Revert 1.7

I tracked down and fixed a Cabal bug in ghc-9.10.1nb4. A pbulk that had
previously reported the issue now indicates it has indeed gone. I also
asked gdt@ to confirm the fix but I haven't heard back for 5 days. Should
be safe to revert it now. NFCI.

http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20250814.1247/meta/report.html


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/happy-lib/Makefile

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

Modified files:

Index: pkgsrc/devel/happy-lib/Makefile
diff -u pkgsrc/devel/happy-lib/Makefile:1.8 pkgsrc/devel/happy-lib/Makefile:1.9
--- pkgsrc/devel/happy-lib/Makefile:1.8 Wed Aug 13 11:06:27 2025
+++ pkgsrc/devel/happy-lib/Makefile     Mon Aug 18 08:12:04 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2025/08/13 11:06:27 pho Exp $
+# $NetBSD: Makefile,v 1.9 2025/08/18 08:12:04 pho Exp $
 
 DISTNAME=      happy-lib-2.1.6
 PKGNAME=       ${DISTNAME}
@@ -9,16 +9,5 @@ MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Library for the happy parser generator for Haskell
 LICENSE=       2-clause-bsd
 
-# 2025-08, NetBSD 10 amd64:
-#   => Checking for missing run-time search paths in happy-lib-2.1.6nb1
-#   ERROR: lib/x86_64-netbsd-ghc-9.10.1/libHShappy-lib-2.1.6-9AfrUwe9Qv1If9y7GwKbDL-backend-lalr-ghc9.10.1.so: rpath relative to WRKDIR
-#   ERROR: lib/x86_64-netbsd-ghc-9.10.1/libHShappy-lib-2.1.6-9AfrUwe9Qv1If9y7GwKbDL-backend-lalr-ghc9.10.1.so: rpath relative to WRKDIR
-#   ERROR: lib/x86_64-netbsd-ghc-9.10.1/libHShappy-lib-2.1.6-3VQ51JeezbZF3Yr8Ycn9ut-tabular-ghc9.10.1.so: rpath relative to WRKDIR
-#   ERROR: lib/x86_64-netbsd-ghc-9.10.1/libHShappy-lib-2.1.6-5o1JMIdVudi9OuEUdqJGfN-backend-glr-ghc9.10.1.so: rpath relative to WRKDIR
-#   *** Error code 1
-# In lieu of fixing upstream, hack around this.
-BUILDLINK_TRANSFORM+=  rm:-Wl,-rpath,${WRKSRC}/dist/build/backend-glr
-BUILDLINK_TRANSFORM+=  rm:-Wl,-rpath,${WRKSRC}/dist/build/frontend
-
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index