pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors emacs: segfaults when built with MKPIE
details: https://anonhg.NetBSD.org/pkgsrc/rev/af53fd1d0312
branches: trunk
changeset: 458959:af53fd1d0312
user: nia <nia%pkgsrc.org@localhost>
date: Mon Sep 27 15:26:24 2021 +0000
description:
emacs: segfaults when built with MKPIE
diffstat:
editors/emacs21/Makefile.common | 4 +++-
editors/emacs25/Makefile.common | 4 +++-
editors/emacs26/Makefile.common | 4 +++-
editors/emacs27/Makefile.common | 4 +++-
4 files changed, 12 insertions(+), 4 deletions(-)
diffs (63 lines):
diff -r 9ffd867014a4 -r af53fd1d0312 editors/emacs21/Makefile.common
--- a/editors/emacs21/Makefile.common Mon Sep 27 15:25:54 2021 +0000
+++ b/editors/emacs21/Makefile.common Mon Sep 27 15:26:24 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2020/01/18 23:30:45 rillig Exp $
+# $NetBSD: Makefile.common,v 1.20 2021/09/27 15:26:24 nia Exp $
#
# used by editors/emacs21/Makefile
# used by editors/emacs21-nox11/Makefile
@@ -37,6 +37,8 @@
INSTALL_MAKE_FLAGS+= mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
INSTALL_MAKE_FLAGS+= infodir=${DESTDIR}${PREFIX}/${PKGINFODIR}
+MKPIE_SUPPORTED= no
+
.include "../../mk/bsd.prefs.mk"
# If using GNU ld 2.13.2.1 or later, avoid creating combined reloc
diff -r 9ffd867014a4 -r af53fd1d0312 editors/emacs25/Makefile.common
--- a/editors/emacs25/Makefile.common Mon Sep 27 15:25:54 2021 +0000
+++ b/editors/emacs25/Makefile.common Mon Sep 27 15:26:24 2021 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile.common,v 1.6 2020/05/22 05:51:19 rillig Exp $
+# $NetBSD: Makefile.common,v 1.7 2021/09/27 15:26:24 nia Exp $
#
# used by editors/emacs25/Makefile
# used by editors/emacs25-nox11/Makefile
+MKPIE_SUPPORTED= no
+
.include "../../mk/bsd.prefs.mk"
DISTNAME= emacs-${EMACS_VERSION}
diff -r 9ffd867014a4 -r af53fd1d0312 editors/emacs26/Makefile.common
--- a/editors/emacs26/Makefile.common Mon Sep 27 15:25:54 2021 +0000
+++ b/editors/emacs26/Makefile.common Mon Sep 27 15:26:24 2021 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile.common,v 1.3 2019/06/08 10:40:54 rillig Exp $
+# $NetBSD: Makefile.common,v 1.4 2021/09/27 15:26:24 nia Exp $
#
# used by editors/emacs26/Makefile
# used by editors/emacs26-nox11/Makefile
+MKPIE_SUPPORTED= no
+
.include "../../mk/bsd.prefs.mk"
DISTNAME= emacs-${EMACS_VERSION}
diff -r 9ffd867014a4 -r af53fd1d0312 editors/emacs27/Makefile.common
--- a/editors/emacs27/Makefile.common Mon Sep 27 15:25:54 2021 +0000
+++ b/editors/emacs27/Makefile.common Mon Sep 27 15:26:24 2021 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile.common,v 1.1 2020/08/12 14:14:48 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.2 2021/09/27 15:26:25 nia Exp $
#
# used by editors/emacs27/Makefile
# used by editors/emacs27-nox11/Makefile
+MKPIE_SUPPORTED= no
+
.include "../../mk/bsd.prefs.mk"
DISTNAME= emacs-${EMACS_VERSION}
Home |
Main Index |
Thread Index |
Old Index