pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/emacs26-nox11



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Jun 29 15:39:33 UTC 2018

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

Log Message:
emacs26-nox11: force-disable ns to fix build on MacOS

emacs26-nox11 is missing a fix made to emacs25, which disables ns
(nextstep) unconditionally.  Otherwise, the build picks up system
libraries and builds a mac app, which does not match the PLIST, and is
not console-only as intended.

(The CONFIGURE_ARGS disabling scheme is inconsistent between emacs
version, but this is a minimal build fix during freeze.)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/emacs26-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/emacs26-nox11/Makefile
diff -u pkgsrc/editors/emacs26-nox11/Makefile:1.1 pkgsrc/editors/emacs26-nox11/Makefile:1.2
--- pkgsrc/editors/emacs26-nox11/Makefile:1.1   Wed Jun 20 11:08:22 2018
+++ pkgsrc/editors/emacs26-nox11/Makefile       Fri Jun 29 15:39:33 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/06/20 11:08:22 mef Exp $
+# $NetBSD: Makefile,v 1.2 2018/06/29 15:39:33 gdt Exp $
 
 PKGNAME=        ${DISTNAME:S/emacs/emacs26/:S/-/-nox11-/}
 CONFLICTS+=    emacs26-[0-9]*
@@ -18,6 +18,7 @@ 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



Home | Main Index | Thread Index | Old Index