pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ghc7 ghc7: not aslr safe, either. bump PKGREVISION
details: https://anonhg.NetBSD.org/pkgsrc/rev/fc0c544edbfa
branches: trunk
changeset: 327866:fc0c544edbfa
user: maya <maya%pkgsrc.org@localhost>
date: Thu Jan 10 18:11:56 2019 +0000
description:
ghc7: not aslr safe, either. bump PKGREVISION
Fix PR pkg/53842. ghci dies with:
ghc: mmap 593920 bytes at 0x40000000: Cannot allocate memory
diffstat:
lang/ghc7/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 8c1107778c10 -r fc0c544edbfa lang/ghc7/Makefile
--- a/lang/ghc7/Makefile Thu Jan 10 14:59:02 2019 +0000
+++ b/lang/ghc7/Makefile Thu Jan 10 18:11:56 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.31 2018/11/12 14:40:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.32 2019/01/10 18:11:56 maya Exp $
# -----------------------------------------------------------------------------
# Package metadata
#
DISTNAME= ghc-7.6.3-src
PKGNAME= ${DISTNAME:S/-src$//}
-PKGREVISION= 12
+PKGREVISION= 13
CATEGORIES= lang
MASTER_SITES= https://www.haskell.org/ghc/dist/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.bz2
@@ -79,6 +79,8 @@
NOT_PAX_MPROTECT_SAFE+= lib/${PKGNAME_NOREV}/ghc
NOT_PAX_MPROTECT_SAFE+= lib/${PKGNAME_NOREV}/ghc-pkg
+NOT_PAX_ASLR_SAFE+= lib/${PKGNAME_NOREV}/ghc
+NOT_PAX_ASLR_SAFE+= lib/${PKGNAME_NOREV}/ghc-pkg
# -----------------------------------------------------------------------------
# Build hooks
Home |
Main Index |
Thread Index |
Old Index