pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2018Q4] pkgsrc/lang/ghc7



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Fri Jan 11 19:45:15 UTC 2019

Modified Files:
        pkgsrc/lang/ghc7 [pkgsrc-2018Q4]: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.31.2.1 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.31.2.1
--- pkgsrc/lang/ghc7/Makefile:1.31      Mon Nov 12 14:40:21 2018
+++ pkgsrc/lang/ghc7/Makefile   Fri Jan 11 19:45:15 2019
@@ -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 @@ 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