pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/smlnj lang/smlnj: remove the powerpc nlffi section.
details: https://anonhg.NetBSD.org/pkgsrc/rev/247ca00c7509
branches: trunk
changeset: 385399:247ca00c7509
user: he <he%pkgsrc.org@localhost>
date: Fri Sep 16 19:45:07 2022 +0000
description:
lang/smlnj: remove the powerpc nlffi section.
This no longer had any effect, and therefore caused the build to fail.
The build and install now succeeds on NetBSD/macppc.
diffstat:
lang/smlnj/Makefile | 16 +---------------
1 files changed, 1 insertions(+), 15 deletions(-)
diffs (30 lines):
diff -r e3df01fa2c05 -r 247ca00c7509 lang/smlnj/Makefile
--- a/lang/smlnj/Makefile Fri Sep 16 17:39:19 2022 +0000
+++ b/lang/smlnj/Makefile Fri Sep 16 19:45:07 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2020/01/26 17:31:32 rillig Exp $
+# $NetBSD: Makefile,v 1.38 2022/09/16 19:45:07 he Exp $
#
DISTNAME= boot.${BOX}-unix
@@ -99,20 +99,6 @@
post-patch:
cd ${WRKDIR}/src && pax -rw runtime ${WRKDIR}/base/
-# Turn of nlffi on powerpc (I guess it doesn't work?)
-#
-# XXX: this switch doesn't work any more as the line in question doesn't
-# exist in the current version. Someone with a PPC build machine,
-# please check it out and either change it to match the file if still
-# needed, or get rid of it.
-.if ${MACHINE_ARCH} == "powerpc"
-SUBST_CLASSES+= nlffi
-SUBST_STAGE.nlffi= pre-configure
-SUBST_MESSAGE.nlffi= Turning off nlffi
-SUBST_FILES.nlffi= config/targets
-SUBST_SED.nlffi= -e '/^request nlffi$$/d'
-.endif # powerpc
-
# resolve definition of SML_BASE
SUBST_CLASSES+= smlbase
SUBST_STAGE.smlbase= pre-configure
Home |
Main Index |
Thread Index |
Old Index