pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec 30 23:37:40 UTC 2016

Added Files:
        pkgsrc/editors/xemacs-current-nox11: DESCR hacks.mk
        pkgsrc/editors/xemacs-nox11: DESCR hacks.mk

Log Message:
Fix build of xemacs-*nox11 packages.

Using hints by coypu, thanks!


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/editors/xemacs-current-nox11/DESCR \
    pkgsrc/editors/xemacs-current-nox11/hacks.mk
cvs rdiff -u -r0 -r1.4 pkgsrc/editors/xemacs-nox11/DESCR
cvs rdiff -u -r0 -r1.1 pkgsrc/editors/xemacs-nox11/hacks.mk

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

Added files:

Index: pkgsrc/editors/xemacs-current-nox11/DESCR
diff -u /dev/null pkgsrc/editors/xemacs-current-nox11/DESCR:1.1
--- /dev/null   Fri Dec 30 23:37:40 2016
+++ pkgsrc/editors/xemacs-current-nox11/DESCR   Fri Dec 30 23:37:40 2016
@@ -0,0 +1,23 @@
+This is an unstable, *BETA* release of XEmacs.
+
+XEmacs is a self-documenting, customizable, extensible real-time
+display editor.
+
+Users new to XEmacs will be able to use basic features fairly rapidly
+by studying the tutorial and using the self-documentation features.
+XEmacs also has an extensive interactive manual browser.  It is easily
+extensible since its editing commands are written in Lisp.
+
+XEmacs's many special packages handle mail reading (RMail) and sending
+(Mail), outline editing (Outline), compiling (Compile), running
+subshells within Emacs windows (Shell), running a Lisp read-eval-print
+loop (Lisp-Interaction-Mode), automated psychotherapy (Doctor :-) and
+many more. There is a WWW browsing mode written fully in elisp
+that looks and behaves much like the netscape WWW browser.
+
+XEmacs has similar functionality to GNU Emacs. It uses a different
+display model, including support for Motif menu and scroll bars and the
+ability to run as a widget inside other applications. Many people say
+it looks nicer than GNU Emacs.
+
+This package does not support X11.
Index: pkgsrc/editors/xemacs-current-nox11/hacks.mk
diff -u /dev/null pkgsrc/editors/xemacs-current-nox11/hacks.mk:1.1
--- /dev/null   Fri Dec 30 23:37:40 2016
+++ pkgsrc/editors/xemacs-current-nox11/hacks.mk        Fri Dec 30 23:37:40 2016
@@ -0,0 +1,17 @@
+# $NetBSD: hacks.mk,v 1.1 2016/12/30 23:37:40 wiz Exp $
+
+.if !defined(XEMACS_HACKS_MK)
+XEMACS_HACKS_MK=       defined
+
+.include "../../mk/compiler.mk"
+
+### [Fri Oct 28 10:00:00 UTC 2016 : hauke]
+### gcc 5 builtins collide with src/gmalloc.c's calloc(), which
+### results in 'xemacs -vanilla' busy-looping during the build.
+###
+.if !empty(PKGSRC_COMPILER:Mgcc) && !empty(CC_VERSION:Mgcc-5.[0-9]*)
+PKG_HACKS+=            gcc5-malloc-builtin-conflict
+CFLAGS+=               -fno-builtin
+.endif
+
+.endif  # XEMACS_HACKS_MK

Index: pkgsrc/editors/xemacs-nox11/DESCR
diff -u /dev/null pkgsrc/editors/xemacs-nox11/DESCR:1.4
--- /dev/null   Fri Dec 30 23:37:40 2016
+++ pkgsrc/editors/xemacs-nox11/DESCR   Fri Dec 30 23:37:40 2016
@@ -0,0 +1,21 @@
+XEmacs is a self-documenting, customizable, extensible real-time
+display editor.
+
+Users new to XEmacs will be able to use basic features fairly rapidly
+by studying the tutorial and using the self-documentation features.
+XEmacs also has an extensive interactive manual browser.  It is easily
+extensible since its editing commands are written in Lisp.
+
+XEmacs's many special packages handle mail reading (RMail) and sending
+(Mail), outline editing (Outline), compiling (Compile), running
+subshells within Emacs windows (Shell), running a Lisp read-eval-print
+loop (Lisp-Interaction-Mode), automated psychotherapy (Doctor :-) and
+many more. There is a WWW browsing mode written fully in elisp
+that looks and behaves much like the netscape WWW browser.
+
+XEmacs has similar functionality to GNU Emacs. It uses a different
+display model, including support for Motif menu and scroll bars and the
+ability to run as a widget inside other applications. Many people say
+it looks nicer than GNU Emacs.
+
+This package does not support X11.

Index: pkgsrc/editors/xemacs-nox11/hacks.mk
diff -u /dev/null pkgsrc/editors/xemacs-nox11/hacks.mk:1.1
--- /dev/null   Fri Dec 30 23:37:40 2016
+++ pkgsrc/editors/xemacs-nox11/hacks.mk        Fri Dec 30 23:37:40 2016
@@ -0,0 +1,17 @@
+# $NetBSD: hacks.mk,v 1.1 2016/12/30 23:37:40 wiz Exp $
+
+.if !defined(XEMACS_HACKS_MK)
+XEMACS_HACKS_MK=       defined
+
+.include "../../mk/compiler.mk"
+
+### [Fri Oct 28 10:00:00 UTC 2016 : hauke]
+### gcc 5 builtins collide with src/gmalloc.c's calloc(), which
+### results in 'xemacs -vanilla' busy-looping during the build.
+###
+.if !empty(PKGSRC_COMPILER:Mgcc) && !empty(CC_VERSION:Mgcc-5.[0-9]*)
+PKG_HACKS+=            gcc5-malloc-builtin-conflict
+CFLAGS+=               -fno-builtin
+.endif
+
+.endif  # XEMACS_HACKS_MK



Home | Main Index | Thread Index | Old Index