Date: Mon, 04 Aug 2025 11:27:14 +0000 From: bugzilla-noreply@freebsd.org To: haskell@FreeBSD.org Subject: [Bug 288655] lang/ghc: Broken with libutil recent changes in main Message-ID: <bug-288655-16154-2xGzGphKIa@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-288655-16154@https.bugs.freebsd.org/bugzilla/> References: <bug-288655-16154@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D288655 Gleb Popov <arrowd@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(haskel |maintainer-feedback+ |l@FreeBSD.org) | CC| |arrowd@FreeBSD.org --- Comment #1 from Gleb Popov <arrowd@FreeBSD.org> --- (In reply to Nuno Teixeira from comment #0) Can you please check if the following patch fixes the issue? diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index f3e39bfcf1a6..88cf3f8c2f3f 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -98,6 +98,10 @@ PLIST_SUB+=3D GHC_ARCH=3D${GHC_ARCH} .include <bsd.port.pre.mk> +.if ${OSVERSION} >=3D 1500000 +BUILD_DEPENDS+=3D=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ${LOCALBASE}/lib/compat/libutil.so.9:misc/compat14x +.endif + # GHC 9.2 has a different name for this BOOT_SCRIPT?=3D ./boot.source --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-288655-16154-2xGzGphKIa>