pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/emacs29-nox11



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Apr 18 10:07:57 UTC 2024

Modified Files:
        pkgsrc/editors/emacs29-nox11: Makefile

Log Message:
emacs29-nox11: Enable module support.

Discussed on pkgsrc-users a while back.  Negligible (around 24KB) increase
in package size, no change in dependencies.  Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/emacs29-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/emacs29-nox11/Makefile
diff -u pkgsrc/editors/emacs29-nox11/Makefile:1.3 pkgsrc/editors/emacs29-nox11/Makefile:1.4
--- pkgsrc/editors/emacs29-nox11/Makefile:1.3   Mon Dec 11 15:46:10 2023
+++ pkgsrc/editors/emacs29-nox11/Makefile       Thu Apr 18 10:07:56 2024
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2023/12/11 15:46:10 gdt Exp $
+# $NetBSD: Makefile,v 1.4 2024/04/18 10:07:56 jperkin Exp $
 
 PKGNAME=       ${DISTNAME:S/emacs/emacs29/:S/-/-nox11-/}
+PKGREVISION=   1
+
 CONFLICTS+=    emacs29-[0-9]*
 
 FILESDIR=      ${.CURDIR}/../../editors/emacs29/files
@@ -10,8 +12,9 @@ DISTINFO_FILE=        ${.CURDIR}/../../editors/
 
 # minimal emacs without X, Cocoa, or any other GUI toolkit
 CONFIGURE_ARGS+=       --without-all --without-x --without-ns
-# but we want to gzip installed files
+# but we want to gzip installed files and have module support
 CONFIGURE_ARGS+=       --with-compress-install
+CONFIGURE_ARGS+=       --with-modules
 
 PLIST.nonative=                yes
 



Home | Main Index | Thread Index | Old Index