pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/emacs21



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Dec 11 01:03:55 UTC 2023

Modified Files:
        pkgsrc/editors/emacs21: Makefile.common

Log Message:
editors/emacs21: Set BROKEN_ON for Darwin

Trying to build on macOS gets a "has not been ported" error.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/editors/emacs21/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/emacs21/Makefile.common
diff -u pkgsrc/editors/emacs21/Makefile.common:1.21 pkgsrc/editors/emacs21/Makefile.common:1.22
--- pkgsrc/editors/emacs21/Makefile.common:1.21 Wed Oct  6 15:33:03 2021
+++ pkgsrc/editors/emacs21/Makefile.common      Mon Dec 11 01:03:55 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2021/10/06 15:33:03 nia Exp $
+# $NetBSD: Makefile.common,v 1.22 2023/12/11 01:03:55 gdt Exp $
 #
 # used by editors/emacs21/Makefile
 # used by editors/emacs21-nox11/Makefile
@@ -11,6 +11,9 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.gnu.org/software/emacs/emacs.html
 COMMENT=       GNU editing macros (editor)
 
+# configure: error: Emacs hasn't been ported to `x86_64-apple-darwin17' systems.
+BROKEN_ON_PLATFORM=    Darwin-*-*
+
 CONFLICTS=     mule-[0-9]*
 
 USE_TOOLS+=            gmake perl:run



Home | Main Index | Thread Index | Old Index