pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors emacs20, emacs21: Make sure MKPIE is properly ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/285aee5d8b05
branches: trunk
changeset: 459413:285aee5d8b05
user: nia <nia%pkgsrc.org@localhost>
date: Wed Oct 06 15:33:03 2021 +0000
description:
emacs20, emacs21: Make sure MKPIE is properly disabled.
diffstat:
editors/emacs20/Makefile | 4 +++-
editors/emacs21/Makefile | 4 +++-
editors/emacs21/Makefile.common | 4 +---
3 files changed, 7 insertions(+), 5 deletions(-)
diffs (54 lines):
diff -r 115f527ffd69 -r 285aee5d8b05 editors/emacs20/Makefile
--- a/editors/emacs20/Makefile Wed Oct 06 14:48:29 2021 +0000
+++ b/editors/emacs20/Makefile Wed Oct 06 15:33:03 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2021/05/24 19:52:05 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2021/10/06 15:33:03 nia Exp $
DISTNAME= emacs-20.7
PKGNAME= ${DISTNAME:S/emacs/emacs20/}
@@ -38,6 +38,8 @@
USE_TOOLS+= gmake
GNU_ARCH.mipsbe= mips
+MKPIE_SUPPORTED= no
+
# build PATH in the dumped emacs is not a problem
CHECK_WRKREF_SKIP+= bin/emacs
CHECK_WRKREF_SKIP+= bin/emacs-20.7
diff -r 115f527ffd69 -r 285aee5d8b05 editors/emacs21/Makefile
--- a/editors/emacs21/Makefile Wed Oct 06 14:48:29 2021 +0000
+++ b/editors/emacs21/Makefile Wed Oct 06 15:33:03 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2021/05/24 19:52:05 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2021/10/06 15:33:03 nia Exp $
PKGREVISION= 44
CATEGORIES= editors
@@ -7,6 +7,8 @@
USE_TOOLS+= imake
+MKPIE_SUPPORTED= no
+
.include "options.mk"
.include "../../editors/emacs21/Makefile.common"
diff -r 115f527ffd69 -r 285aee5d8b05 editors/emacs21/Makefile.common
--- a/editors/emacs21/Makefile.common Wed Oct 06 14:48:29 2021 +0000
+++ b/editors/emacs21/Makefile.common Wed Oct 06 15:33:03 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2021/09/27 15:26:24 nia Exp $
+# $NetBSD: Makefile.common,v 1.21 2021/10/06 15:33:03 nia Exp $
#
# used by editors/emacs21/Makefile
# used by editors/emacs21-nox11/Makefile
@@ -37,8 +37,6 @@
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
Home |
Main Index |
Thread Index |
Old Index