Skip to content

Commit

Permalink
Update for testing emacs-26.1.90
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrow1i committed Nov 19, 2018
1 parent 116fbd0 commit 57d651f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 27 deletions.
14 changes: 0 additions & 14 deletions dont_wait_for_visible_frames.patch

This file was deleted.

17 changes: 5 additions & 12 deletions emacs.cygport
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NAME="emacs"
VERSION=26.1
RELEASE=2
VERSION=26.1.90
RELEASE=1

HOMEPAGE="http://www.gnu.org/software/emacs/"
CATEGORY="Editors Interpreters"
Expand Down Expand Up @@ -59,17 +59,10 @@ emacs_lucid_REQUIRES="emacs-common bitstream-vera-fonts"

emacs_w32_REQUIRES="emacs-common"

emacs_PROVIDES="emacs-bin"

emacs_X11_PROVIDES="emacs-bin"

emacs_lucid_PROVIDES="emacs-bin"

emacs_w32_PROVIDES="emacs-bin"

SRC_URI="mirror://gnu/emacs/emacs-${VERSION}.tar.xz"
# SRC_URI="mirror://gnu/emacs/emacs-${VERSION}.tar.xz"

# SRC_URI="ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-${VERSION}-rc1.tar.xz"
SRC_URI="ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-${VERSION}.tar.xz"

# Can generate a source tarball by running './make-dist --snapshot
# --xz --tests' in git repo. Note: It’s possible to have an
Expand Down Expand Up @@ -98,7 +91,6 @@ SRC_URI+="
PATCH_URI="nonbootstrap_static_heap.patch"
PATCH_URI+=" bt.patch"
PATCH_URI+=" 0001-Add-battery-support-to-all-Cygwin-builds.patch"
PATCH_URI+=" dont_wait_for_visible_frames.patch"

DOCS="README.Cygwin"

Expand Down Expand Up @@ -134,6 +126,7 @@ emacs_common_CONTENTS="
usr/bin/emacs.ico
usr/bin/make-emacs-shortcut
usr/bin/set-emacs-default-nox.sh
usr/include/
usr/lib/systemd/
usr/libexec/
usr/share/"
Expand Down
2 changes: 1 addition & 1 deletion nonbootstrap_static_heap.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
by up to a factor of four or so. Typically the unused part is not
paged in and so does not cost much. */
-enum { STATIC_HEAP_SIZE = sizeof (Lisp_Object) << 22 };
+enum { STATIC_HEAP_SIZE = 11 * 1024 * 1024 };
+enum { STATIC_HEAP_SIZE = 12 * 1024 * 1024 };

extern char bss_sbrk_buffer[STATIC_HEAP_SIZE];
extern char *max_bss_sbrk_ptr;

0 comments on commit 57d651f

Please sign in to comment.