pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/emacs27-nox11
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jun 13 11:55:36 UTC 2021
Modified Files:
pkgsrc/editors/emacs27-nox11: Makefile
Log Message:
emacs27-nox11: simplify turning off all options
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/emacs27-nox11/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/emacs27-nox11/Makefile
diff -u pkgsrc/editors/emacs27-nox11/Makefile:1.3 pkgsrc/editors/emacs27-nox11/Makefile:1.4
--- pkgsrc/editors/emacs27-nox11/Makefile:1.3 Thu Apr 1 22:29:47 2021
+++ pkgsrc/editors/emacs27-nox11/Makefile Sun Jun 13 11:55:36 2021
@@ -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 @@ PATCHDIR= ${.CURDIR}/../../editors/emacs
PKGDIR= ${.CURDIR}/../../editors/emacs27
DISTINFO_FILE= ${.CURDIR}/../../editors/emacs27/distinfo
-.include "../../editors/emacs27/Makefile.common"
-
-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
+# minimal emacs without X
+CONFIGURE_ARGS+= --without-all --without-x
+# but we want to gzip installed files
+CONFIGURE_ARGS+= --with-compress-install
+.include "../../editors/emacs27/Makefile.common"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index