summaryrefslogtreecommitdiff
path: root/editors/emacs24
AgeCommit message (Collapse)AuthorFilesLines
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-12-15editors/emacs24: Fix breakage caused by previous commitmarino3-7/+7
The previous commit used openpty on all platforms, yet failed to ensure it was made available for them. Add DragonFly to the string of *BSD that require libutil for openpty. Fixes regression caused by previous commit.
2012-11-26Use openpty() from libutil on *BSD (patch from Peter Bex).martin6-7/+70
Declare proper POSIX version for fcntl.h *at functions.
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-03editors/emacs24: Fix DragonFly buildmarino5-52/+100
In order to fix the build on DragonFly, the locations of the crt files had to be defined. This was tricky as DragonFly has two base compilers so gcc --print-libgcc-file-name was used to determine the path of the crt files. Also patch-iisp_files.el was removed. It was removed from distinfo 5 weeks ago, but the patch itself was left in place causing "patch ignored" warnings.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-1/+3
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-08-28Bump 24.1 to 24.2 (emacs24 and emacs24-nox11)mef3-9/+7
(1) CVE-2012-3479 fixed on lisp/files.el patches/patch-lisp_files.el is removed. (2) From: ChangeLog ------- 2012-08-24 Chong Yidong <cyd@gnu.org> * Version 24.2 released. 2012-08-14 Ulrich Mueller <ulm@gentoo.org> * lib/gnulib.mk: * lib/stdio.in.h: * m4/stdio_h.m4: Do not assume that gets is defined (Bug#11873). 2012-06-21 Ulrich Mueller <ulm@gentoo.org> * configure.in: Use m/intel386.h for amd64 with x32 ABI. (Bug#11669) -------- Thanks wiz@
2012-08-13Bump PKGREVISION for fix in librsvg/buildlink3.mk.wiz1-2/+2
2012-08-13Fix CVE-2012-3479:wiz1-0/+37
When the Emacs user option `enable-local-variables' is set to `:safe' (the default value is t), Emacs should automatically refuse to evaluate `eval' forms in file-local variable sections. Due to the bug, Emacs instead automatically evaluates such `eval' forms. Thus, if the user changes the value of `enable-local-variables' to `:safe', visiting a malicious file can cause automatic execution of arbitrary Emacs Lisp code with the permissions of the user. Bug tracker ref: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12155
2012-08-13Fix CVE-2012-3479:wiz2-3/+4
When the Emacs user option `enable-local-variables' is set to `:safe' (the default value is t), Emacs should automatically refuse to evaluate `eval' forms in file-local variable sections. Due to the bug, Emacs instead automatically evaluates such `eval' forms. Thus, if the user changes the value of `enable-local-variables' to `:safe', visiting a malicious file can cause automatic execution of arbitrary Emacs Lisp code with the permissions of the user. Bug tracker ref: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12155 Bump PKGREVISION.
2012-08-10editors/emacs24: update configure* patches for DragonFlymarino3-12/+32
DragonFly needs libc explicitly defined for its linker. The temacs utility still segfaults, but at least it builds now.
2012-06-29Fix typo (PKGREVISON -> PKGREVISION).wiz1-2/+2
2012-06-26Install documentation. Emacs is not the package that can be usedasau4-54/+57
without it effectively.
2012-06-16Add emacs24 package, based on wip/emacs-rc.dholland17-0/+4337