head 1.4; access; symbols pkgsrc-2024Q4:1.3.0.24 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.22 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.20 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.3.0.18 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.16 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.14 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.12 pkgsrc-2023Q2-base:1.3 pkgsrc-2023Q1:1.3.0.10 pkgsrc-2023Q1-base:1.3 pkgsrc-2022Q4:1.3.0.8 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.6 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.4 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.2 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.2.0.6 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.4 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.2 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.1.0.2 pkgsrc-2021Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2025.02.05.07.50.33; author wiz; state dead; branches; next 1.3; commitid 5xFcICvNYCNJJfIF; 1.3 date 2022.01.18.02.22.50; author pho; state Exp; branches; next 1.2; commitid 3Mch3TRjn1hYJ3pD; 1.2 date 2021.05.05.09.18.52; author pho; state Exp; branches; next 1.1; commitid mVHzEauOK04SkWRC; 1.1 date 2021.02.09.13.18.36; author ryoon; state Exp; branches; next ; commitid hzqV3matrHivo2HC; desc @@ 1.4 log @ghc*: remove some outdated ghc packages These do not package on NetBSD 10, and are not needed for the bootstrapping process any longer, since ghc's bootstrapping happens via cross-compilation (from releases N, N-1, or N-2) nowadays. ok pho@@ As proposed on pkgsrc-users. @ text @$NetBSD: patch-libraries_base_configure,v 1.3 2022/01/18 02:22:50 pho Exp $ Ensure libiconv can be found at runtime. XXX: I don't think this is needed because rpath flags are handled by Cabal. LDFLAGS is not used anyway. (pho@@) --- libraries/base/configure.orig 2021-12-25 13:14:24.000000000 +0000 +++ libraries/base/configure @@@@ -4944,7 +4944,7 @@@@ fi # Check whether --with-iconv-libraries was given. if test ${with_iconv_libraries+y} then : - withval=$with_iconv_libraries; ICONV_LIB_DIRS=$withval; LDFLAGS="-L$withval $LDFLAGS" + withval=$with_iconv_libraries; ICONV_LIB_DIRS=$withval; LDFLAGS="-L$withval ${COMPILER_RPATH_FLAG}$withval $LDFLAGS" else $as_nop ICONV_LIB_DIRS= fi @ 1.3 log @Update to GHC 9.0.2 * Now the package supports PKGSRC_MKPIE. * The full list of changes is too long to paste here. See https://downloads.haskell.org/~ghc/9.0.2/docs/html/users_guide/9.0.2-notes.html @ text @d1 1 a1 1 $NetBSD: patch-libraries_base_configure,v 1.2 2021/05/05 09:18:52 pho Exp $ @ 1.2 log @Add upstream URLs to patch comments @ text @d1 1 a1 1 $NetBSD: patch-libraries_base_configure,v 1.1 2021/02/09 13:18:36 ryoon Exp $ d8 1 a8 1 --- libraries/base/configure.orig 2020-09-15 12:39:44.549328929 +0000 d10 1 a10 2 @@@@ -4459,7 +4459,7 @@@@ fi d12 2 a13 1 if test "${with_iconv_libraries+set}" = set; then : d16 1 a16 1 else @ 1.1 log @lang/ghc90: import ghc-9.0.1 GHC: The Glasgow Haskell Compiler. The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler for the functional programming language Haskell 98 (http://www.haskell.org). GHC compiles Haskell to either native code or C. It implements numerous experimental language extensions to Haskell, including concurrency, a foreign language interface, several type-system extensions, exceptions, and so on. GHC comes with a generational garbage collector, a space and time profiler, and a comprehensive set of libraries. This package provides the 9.0.x release series. @ text @d1 1 a1 1 $NetBSD: patch-libraries_base_configure,v 1.1 2020/09/16 17:26:31 jperkin Exp $ d5 3 @