pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2018Q4]: pkgsrc/lang/ghc7 Pullup ticket #5888 - requested by maya



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f886c0e6203
branches:  pkgsrc-2018Q4
changeset: 317657:1f886c0e6203
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Fri Jan 11 19:45:15 2019 +0000

description:
Pullup ticket #5888 - requested by maya
lang/ghc7: build fix

Revisions pulled up:
- lang/ghc7/Makefile                                            1.32

---
   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

diffstat:

 lang/ghc7/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r bb6512fe3567 -r 1f886c0e6203 lang/ghc7/Makefile
--- a/lang/ghc7/Makefile        Fri Jan 11 19:05:11 2019 +0000
+++ b/lang/ghc7/Makefile        Fri Jan 11 19:45:15 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.31 2018/11/12 14:40:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.31.2.1 2019/01/11 19:45:15 bsiegert 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