pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ghc7
Module Name: pkgsrc
Committed By: maya
Date: Thu Jan 10 18:11:56 UTC 2019
Modified Files:
pkgsrc/lang/ghc7: Makefile
Log Message:
ghc7: not aslr safe, either. bump PKGREVISION
Fix PR pkg/53842. ghci dies with:
ghc: mmap 593920 bytes at 0x40000000: Cannot allocate memory
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/ghc7/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/ghc7/Makefile
diff -u pkgsrc/lang/ghc7/Makefile:1.31 pkgsrc/lang/ghc7/Makefile:1.32
--- pkgsrc/lang/ghc7/Makefile:1.31 Mon Nov 12 14:40:21 2018
+++ pkgsrc/lang/ghc7/Makefile Thu Jan 10 18:11:56 2019
@@ -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 @@ CONFIGURE_ENV+= \
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