| Age | Commit message (Collapse) | Author |
|
- Now that 24.1 is the stable release, everything builds with clang.
- Clean up patches method a bit
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #11878.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Fixes #11787, among others
|
|
Closes #11265.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Borrow a fix from MacPorts to fix x11 support
|
|
|
|
Removed patches that have been applied to this release.
|
|
Gists for patches are bad, so move the shorter patches inline.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #8880.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
This reverts commit 3b570b834b7ab50545028bc22aea1d9422b36891.
Closes #8774.
|
|
See: http://lists.gnu.org/archive/html/info-gnu-emacs/2011-11/msg00000.html
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
There is an official bazaar repository for emacs. No need to use the git one or a mirror
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Emacs head now creates automatically the "bin" directory and its content
when "--with-ns" is enabled.
Fixes #8761.
Closes #8770.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
Based on http://bzr.savannah.gnu.org/lh/emacs/trunk/revision/103384
Fixes #6032.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Call `ENV.x11` when building `--with-x`.
Fixes #7260.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #7584.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Add binaries generated when "--cocoa" isn't enabled.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #6518.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Emacs-Patch: Suppress address randomization on Darwin (Bug#8395).
http://repo.or.cz/w/emacs.git/patch/f2cea124dffac9ca4b8ce1dbb9b746f8e81109a3
Emacs bug report:
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8395
Fixes #6953.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
It seems that the main GNU download site has issues in some places
outside the U.S., so we'll use the provided "ftpmirror.gnu.org" to pick
a nearby mirror.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
Fixes #6608 (malformed object error)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Thanks to [milkypostman]
|
|
|
|
|
|
|
|
|
|
|
|
see https://github.com/mxcl/homebrew/issues/4852
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
By default, Emacs installs its info files in /usr/local/share/info.
This works fine until you try to install an updated version of an
elisp package that is bundled with Emacs (e.g., org-mode), at which
point the updated package will overwrite the info file that came
bundled with Emacs. This is not ideal, but it works, since Emacs will
see the updated info file -- that is, until you decide to uninstall
the elisp package (removing the info file for the package altogether),
or you rebuild Emacs (overwriting the new package's info file with the
stale one that comes bundled with Emacs).
This patch makes the Emacs formula install Emacs's info files
in #{prefix}/share/info/emacs, so that updated elisp packages' info
files will not conflict with Emacs's. Then it's just a simple matter
of setting Info-directory-list in your .emacs file so that Emacs will
find the updated info file.
This method mimics the Debian behavior for Emacs info directories.
Note that Emacs will look for info files in the configured --infodir
by default, so there's no need for a caveat re: the INFOPATH
environment variable.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Specifically: emacs, glib, igraph, and zeromq
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|