pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Oct  3 07:10:44 UTC 2021

Modified Files:
        pkgsrc/lang/smlnj: Makefile.common
        pkgsrc/lang/smlnj11072: Makefile.common

Log Message:
smlnj: Disable PKGSRC_MKPIE


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/smlnj/Makefile.common
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/smlnj11072/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/smlnj/Makefile.common
diff -u pkgsrc/lang/smlnj/Makefile.common:1.15 pkgsrc/lang/smlnj/Makefile.common:1.16
--- pkgsrc/lang/smlnj/Makefile.common:1.15      Sat Oct 12 19:50:58 2019
+++ pkgsrc/lang/smlnj/Makefile.common   Sun Oct  3 07:10:44 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2019/10/12 19:50:58 he Exp $
+# $NetBSD: Makefile.common,v 1.16 2021/10/03 07:10:44 nia Exp $
 #
 # used by lang/smlnj/Makefile
 
@@ -22,6 +22,11 @@ BROKEN_ON_PLATFORM+= SunOS-*-i386 SunOS-
 # there are 32-on-64 hacks for amd64 on linux and netbsd
 ONLY_FOR_PLATFORM+=    Linux-*-x86_64 NetBSD-*-x86_64
 
+# On NetBSD/i386:
+# run.x86-netbsd: Cannot write-enable text segment: Permission denied
+# ./config/install.sh !!! Boot code failed, no heap image (sml.x86-bsd).
+MKPIE_SUPPORTED=       no
+
 .include "../../mk/bsd.prefs.mk"
 
 # Possible values of BOX and OS must be kept in sync with the

Index: pkgsrc/lang/smlnj11072/Makefile.common
diff -u pkgsrc/lang/smlnj11072/Makefile.common:1.5 pkgsrc/lang/smlnj11072/Makefile.common:1.6
--- pkgsrc/lang/smlnj11072/Makefile.common:1.5  Sat Oct 12 20:00:06 2019
+++ pkgsrc/lang/smlnj11072/Makefile.common      Sun Oct  3 07:10:44 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2019/10/12 20:00:06 he Exp $
+# $NetBSD: Makefile.common,v 1.6 2021/10/03 07:10:44 nia Exp $
 #
 # used by lang/smlnj/Makefile
 
@@ -22,6 +22,11 @@ BROKEN_ON_PLATFORM+= SunOS-*-i386 SunOS-
 # there are 32-on-64 hacks for amd64 on linux and netbsd
 ONLY_FOR_PLATFORM+=    Linux-*-x86_64 NetBSD-*-x86_64
 
+# On NetBSD/i386:
+# run.x86-netbsd: Cannot write-enable text segment: Permission denied
+# ./config/install.sh !!! Boot code failed, no heap image (sml.x86-bsd).
+MKPIE_SUPPORTED=       no
+
 .include "../../mk/bsd.prefs.mk"
 
 # Possible values of BOX and OS must be kept in sync with the



Home | Main Index | Thread Index | Old Index