pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs27-nox11 emacs27-nox11: simplify turning ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad1c82d3fbb2
branches:  trunk
changeset: 454574:ad1c82d3fbb2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 13 11:55:36 2021 +0000

description:
emacs27-nox11: simplify turning off all options

diffstat:

 editors/emacs27-nox11/Makefile |  25 ++++++-------------------
 1 files changed, 6 insertions(+), 19 deletions(-)

diffs (38 lines):

diff -r 9c93191beb69 -r ad1c82d3fbb2 editors/emacs27-nox11/Makefile
--- a/editors/emacs27-nox11/Makefile    Sun Jun 13 11:48:48 2021 +0000
+++ b/editors/emacs27-nox11/Makefile    Sun Jun 13 11:55:36 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/04/01 22:29:47 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2021/06/13 11:55:36 wiz Exp $
 
 PKGNAME=       ${DISTNAME:S/emacs/emacs27/:S/-/-nox11-/}
 CONFLICTS+=    emacs27-[0-9]*
@@ -8,23 +8,10 @@
 PKGDIR=                ${.CURDIR}/../../editors/emacs27
 DISTINFO_FILE= ${.CURDIR}/../../editors/emacs27/distinfo
 
-.include "../../editors/emacs27/Makefile.common"
+# minimal emacs without X
+CONFIGURE_ARGS+=       --without-all --without-x
+# but we want to gzip installed files
+CONFIGURE_ARGS+=       --with-compress-install
 
-CONFIGURE_ARGS+=       --without-dbus
-CONFIGURE_ARGS+=       --without-xml2
-CONFIGURE_ARGS+=       --without-gnutls
-CONFIGURE_ARGS+=       --without-rsvg
-CONFIGURE_ARGS+=       --without-gconf
-CONFIGURE_ARGS+=       --without-imagemagick
-CONFIGURE_ARGS+=       --without-xaw3d
-CONFIGURE_ARGS+=       --without-xft --without-libotf --without-m17n-flt
-CONFIGURE_ARGS+=       --without-ns
-
-CONFIGURE_ARGS+=       --without-x
-CONFIGURE_ARGS+=       --without-xpm
-CONFIGURE_ARGS+=       --without-jpeg
-CONFIGURE_ARGS+=       --without-tiff
-CONFIGURE_ARGS+=       --without-gif
-CONFIGURE_ARGS+=       --without-png
-
+.include "../../editors/emacs27/Makefile.common"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index