------------------------------------------------------------ revno: 824 committer: Brandon Invergo <[email protected]> branch nick: trunk timestamp: Tue 2012-08-21 11:37:12 +0200 message: update emacs to 24.1 and fix gnulib stdio.h build error modified: gnu/emacs/Makefile gnu/emacs/sha256sums
=== modified file 'gnu/emacs/Makefile' --- a/gnu/emacs/Makefile 2012-04-23 21:10:41 +0000 +++ b/gnu/emacs/Makefile 2012-08-21 09:37:12 +0000 @@ -1,5 +1,5 @@ GARNAME = emacs -GARVERSION = 23.4 +GARVERSION = 24.1 #MINOR_UPDATE = a MAINTAINER = Brandon Invergo <[email protected]> @@ -18,3 +18,7 @@ DESCRIPTION = GNU Emacs 23.x, the extensible, customizable text editor include ../../gar.lib/auto.mk + +pre-build: + exec sed -i -e '/gets is a security/d' $(WORKSRC)/lib/stdio.h + $(MAKECOOKIE)
=== modified file 'gnu/emacs/sha256sums' --- a/gnu/emacs/sha256sums 2012-04-23 21:10:41 +0000 +++ b/gnu/emacs/sha256sums 2012-08-21 09:37:12 +0000 @@ -1,2 +1,2 @@ -b9a2b8434052771f797d2032772eba862ff9aa143029efc72295170607289c18 download/emacs-23.4.tar.gz -f6eeea47c9e95bef49a3e33ecac798e9064e730d262913c1a0846ca02dab2910 download/emacs-23.4.tar.gz.sig +60d26dd1d9c0b955543ae83a2f4dd7c8b6af59e16a06822cfb175f1bf97c8bab download/emacs-24.1.tar.gz +efeb04a904b6308748140df24d67bc0bd9609197d008dd04387925c395e11f85 download/emacs-24.1.tar.gz.sig
