pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ghc810
Module Name: pkgsrc
Committed By: pho
Date: Mon Feb 14 12:12:07 UTC 2022
Modified Files:
pkgsrc/lang/ghc810: Makefile
Log Message:
Mark the package as not supporting MKPIE
Not sure if it really doesn't support PIE, but it's an obsolete compiler
anyway.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/ghc810/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/ghc810/Makefile
diff -u pkgsrc/lang/ghc810/Makefile:1.9 pkgsrc/lang/ghc810/Makefile:1.10
--- pkgsrc/lang/ghc810/Makefile:1.9 Wed Dec 8 16:02:15 2021
+++ pkgsrc/lang/ghc810/Makefile Mon Feb 14 12:12:07 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2021/12/08 16:02:15 adam Exp $
+# $NetBSD: Makefile,v 1.10 2022/02/14 12:12:07 pho Exp $
# -----------------------------------------------------------------------------
# Package metadata
#
@@ -14,6 +14,8 @@ HOMEPAGE= https://www.haskell.org/ghc/
COMMENT= Compiler for the functional language Haskell - 8.10 Release Series
LICENSE= modified-bsd
+MKPIE_SUPPORTED= no
+
UNLIMIT_RESOURCES= datasize virtualsize
# GHC requires GHC to build itself. We have to prepare stripped-down
Home |
Main Index |
Thread Index |
Old Index